Showing results for March 2019 - Page 2 of 2 - .NET Blog

Mar 6, 2019
Post comments count30
Post likes count0

ASP.NET Core updates in .NET Core 3.0 Preview 3

Daniel Roth
Daniel Roth

Check out the new ASP.NET Core features now available with .NET Core 3.0 Preview 3. Improvements to Razor Components, new templates for gRPC and Worker Services, SPA authentication, SignalR improvements and much more!

ASP.NETASP.NET CoreBlazor
Mar 5, 2019
Post comments count18
Post likes count0

Floating-Point Parsing and Formatting improvements in .NET Core 3.0

Tanner Gooding [MSFT]
Tanner Gooding [MSFT]

Starting back with the .NET Core 2.1 release, we were making iterative improvements to the floating-point parsing and formatting code in .NET Core. Now, in .NET Core 3.0 Preview 3, we are nearing completion of this work and would like to share more details about these changes and some of the differences you might see in your applications. The prim...

.NET Core
Mar 5, 2019
Post comments count3
Post likes count0

Collecting .NET Core Linux Container CPU Traces from a Sidecar Container

Jeremy Meng
Jeremy Meng

It is challenging to collect performance traces of ASP.NET Core applications running inside Linux containers. This blog post describes an approach that use a sidecar container to collect CPU trace of an ASP.NET application running in a Linux container.

.NET CoreASP.NET