Showing archive results for 2019

Feb 15, 2019
Post comments count0
Post likes count0

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

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 free, easy ...

ASP.NETAzure
Feb 15, 2019
Post comments count3
Post likes count0

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

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 w...

.NET
Feb 13, 2019
Post comments count0
Post likes count0

Microsoft’s Developer Blogs are Getting an Update

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 over th...

.NETVisual Studio
Feb 13, 2019
Post comments count0
Post likes count0

Microsoft’s Developer Blogs are Getting an Update

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 over the ...

ASP.NET
Feb 13, 2019
Post comments count0
Post likes count0

Help us make the .NET Architecture guides better for you!

Nish Anil

Over the last couple of years, we worked with experts to create some incredible architecture guides & reference samples for .NET developers. We focused on Microservices Architecture, Modernizing existing .NET apps, DevOps best practices, ASP.NET web apps, Azure cloud apps, Mobile apps with Xamarin and more. We're running a survey to fi...

.NET
Feb 13, 2019
Post comments count2
Post likes count0

.NET Framework February 2019 Security and Quality Rollup

Tara Overfield

Updated: February 15, 2019   Updated: February 14, 2019   Yesterday, we released the February 2019 Security and Quality Rollup. Security CVE-2019-0613 – Remote Code Execution Vulnerability This security update resolves a vulnerability in .NET Framework software if the software does not check the source markup of...

.NET
Feb 12, 2019
Post comments count1
Post likes count0

.NET Core February 2019 Updates – 1.0.14, 1.1.11, 2.1.8 and 2.2.2

Lee Coward

The latest .NET Core updates are available on the .NET Core download page. This update is also included in the Visual Studio 15.0.21 (.NET Core 1.0 and 1.1) and 15.9.7 (.NET Core 1.0, 1.1 and 2.1) updates, which is also releasing today. See the .NET Core release notes (

.NET
Feb 7, 2019
Post comments count0
Post likes count0

Announcing ML.NET 0.10 – Machine Learning for .NET

Cesar De la Torre

ML.NET is an open-source and cross-platform machine learning framework (Windows, Linux, macOS) for .NET developers. Using ML.NET, developers can leverage their existing tools and skillsets to develop and infuse custom AI into their applications by creating custom machine learning models. ML.NET allows you to create and use machine learning m...

.NET
Feb 7, 2019
Post comments count3
Post likes count0

Announcing an easier way to use latest certificates from Key Vault

Web Development Tools Microsoft

Posting on behalf of the Key Vault Team. When we launched Azure Key Vault a few years ago, it solved a major problem users had which was that storing sensitive and/or secret information in code or config files in plain text causes multiple problems including security exposure. Users stored their secrets in a safe store like Key Vault and used a UR...

ASP.NETAzure
Feb 6, 2019
Post comments count0
Post likes count0

Changes to the web and JSON editor APIs in Visual Studio 2019

Web Development Tools Microsoft

In Visual Studio 2019 Preview 2, The Web Tools team made some changes to improve extensibility features for extension developers. To standardize interfaces, the CSS, HTML, JSON and CSHTML editors renamed their assemblies - table details inside!

ASP.NETVisual Studio