Showing results for February 2019 - .NET Blog

Feb 27, 2019
14
0

An update to C# versions and C# tooling

Phillip Carter
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
35
0

How to port desktop applications to .NET Core 3.0

Olia Gavrysh
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 ...

.NET Core.NET.NET Framework
Feb 22, 2019
1
0

Azure Hybrid Benefit for SQL Server

Angelos Petropoulos
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 ...

ASP.NETAzure
Feb 21, 2019
8
0

Announcing .NET Framework 4.8 Early Access Build 3745

Namrata Karnam
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: ...

.NET Framework.NET
Feb 19, 2019
0
0

.NET Framework February 2019 Preview of Quality Rollup

Tara Overfield
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
4
0

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

Rich Lander [MSFT]
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
Feb 15, 2019
0
0

Migrating your existing on-prem SQL Server database to Azure SQL DB

Angelos Petropoulos
Angelos Petropoulos

If you are in the process of moving an existing .NET application to Azure, it’s likely you’ll have to migrate an existing, on-prem SQL database as well. There are a few different ways you can go about this, so let’s go through them. Data Migration Assistant (downtime required) The Data Migration Assistant (download | documentation) is ...

ASP.NETAzure
Feb 15, 2019
3
0

RESOLVED: Advisory on February 2019 Security update for Windows 10 update 1809

Tara Overfield
Tara Overfield

Final Update 2/19/19 @1:30 PM (PST): This advisory is now resolved with no action needed from Microsoft Customers. The issue was not applicable to any valid or supported configuration. There is no consequence for .NET 4.8 Preview customers. We strive to share timely information to protect our customer’s productivity, in this case, our finding...

.NET
Feb 13, 2019
0
0

Microsoft’s Developer Blogs are Getting an Update

Jayme Singleton
Jayme Singleton

In the coming days, we’ll be moving our developer blogs to a new platform with a modern, clean design and powerful features that will make it easy for you to discover and share great content. This week, you’ll see the Visual Studio, IoTDev, and Premier Developer blogs move to a new URL  – while additional developer blogs will transition ...

.NETVisual Studio
Feb 13, 2019
0
0

Microsoft’s Developer Blogs are Getting an Update

Jayme Singleton
Jayme Singleton

In the coming days, we’ll be moving our developer blogs to a new platform with a modern, clean design and powerful features that will make it easy for you to discover and share great content. This week, you’ll see the Visual Studio, IoTDev, and Premier Developer blogs move to a new URL  – while additional developer blogs will transition ...

ASP.NET