Showing archive results for 2019

Mar 6, 2019
Post comments count30
Post likes count0

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

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]

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

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
Feb 27, 2019
Post comments count14
Post likes count0

An update to C# versions and C# tooling

Phillip Carter

Starting with Visual Studio 2019 Preview 4, we'll be adjusting how C# versions are treated in .NET tooling. Firstly, we're adding two new Language Version (LangVersion) values: LatestMajor and Preview. Rad the post to see how they stack up with the currently supported list of values.

C#.NET.NET Core
Feb 26, 2019
Post comments count35
Post likes count0

How to port desktop applications to .NET Core 3.0

Olia Gavrysh

In this post, I will describe how to port a desktop application from .NET Framework to .NET Core. I picked a WinForms application as an example. Steps for WPF application are similar and I'll describe what needs to be done different for WPF as we go. I will also show how you can keep using the WinForms designer in Visual Studio even though it is un...

.NET Core.NET.NET Framework
Feb 22, 2019
Post comments count1
Post likes count0

Azure Hybrid Benefit for SQL Server

Angelos Petropoulos

In my previous blog post I talked about how to migrate data from existing on-prem SQL Server instances to Azure SQL Database. If you haven’t heard SQL Server 2008 end of support is coming this summer, so it’s a good time to evaluate moving to an Azure SQL Database. If you decide to try Azure, chances are you will not be able to immediately move 10...

ASP.NETAzure
Feb 21, 2019
Post comments count8
Post likes count0

Announcing .NET Framework 4.8 Early Access Build 3745

Namrata Karnam

As we get closer to the final version, our efforts are focused on stabilizing the release over the coming weeks. Please keep up the support by trying out our latest preview 3745 and provide any feedback you may have for the build or for .NET 4.8 overall, via the .NET Framework Early Access GitHub repository. Supported Windows Client versions: Wi...

.NET Framework.NET
Feb 19, 2019
Post comments count0
Post likes count0

.NET Framework February 2019 Preview of Quality Rollup

Tara Overfield

Today, we released the February 2019 Preview of Quality Rollup. Quality and Reliability This release contains the following quality and reliability improvements. CLR Addresses an issue in System.Threading.Timer where a single global queue that was protected by a single process-wide lock causing an issue with scalability

.NET Framework
Feb 19, 2019
Post comments count4
Post likes count0

.NET Core 1.0 and 1.1 will reach End of Life on June 27, 2019

Rich Lander [MSFT]

.NET Core 1.0 was released on June 27, 2016, and .NET Core 1.1 was released on November 16, 2016. As an LTS release, .NET Core 1.0 is supported for three years. .NET Core 1.1 fits into the same support timeframe as .NET Core 1.0. .NET Core 1.0 and 1.1 will reach end of life…

.NET.NET Core