Showing results for 2018 - .NET Blog

Dec 14, 2018
0
0

Announcing .NET Framework 4.8 Early Access Build 3707

namrata karnam
namrata karnam

We have another early access build to share today! This release includes several accessibility, performance, reliability and stability fixes across the major framework libraries. We will continue to stabilize this release and take more fixes over the coming months and we would greatly appreciate it if you could help us ensure Build 3707 is a high-q...

.NET Framework.NET
Dec 13, 2018
1
0

Visual Studio 2019 Preview .NET Productivity

KendraHavens
KendraHavens

As you hopefully heard, the first preview of Visual Studio 2019 is now available. In this post I’ll cover some of the productivity improvements for .NET developers we’re most excited about. For a complete list, check out the release notes. Regex Language Support Any regular expressions in your C# or Visual Basic files now have syntax highlighting...

.NET
Dec 11, 2018
0
0

.NET Framework December 2018 Security and Quality Rollup

Tara Overfield
Tara Overfield

Today, we are releasing the December 2018 Security and Quality Rollup. Security CVE-2018-8540 – Windows Remote Code Execution Vulnerability This security update resolves a vulnerability in Microsoft .NET Framework that could allow remote code execution when Microsoft .NET Framework doesn't validate input correctly. The attacker who successfully ...

.NET.NET FrameworkSecurity
Dec 10, 2018
3
1

Open Sourcing XAML Behaviors for WPF

karan nandwani msft
karan nandwani msft

Today, we are excited to announce that we are open sourcing XAML Behaviors for WPF. In the past, we open sourced XAML Behaviors for UWP which has been a great success and the Behaviors NuGet package has been downloaded over 500k times. One of the top community asks has been to support WPF in the same way. XAML Behaviors for WPF now ships as a Nu...

XAMLWPF
Dec 5, 2018
11
0

Take C# 8.0 for a spin

Mads Torgersen
Mads Torgersen

Take C# 8.0 for a spin Yesterday we announced the first preview of both Visual Studio 2019 (Making every developer more productive with Visual Studio 2019) and .NET Core 3.0 (Announcing .NET Core 3 Preview 1 and Open Sourcing Windows Desktop Frameworks). One of the exciting aspects of that is that you get to play with some of the features coming i...

C#
Dec 5, 2018
0
0

.NET Framework December 5, 2018 Preview of Cumulative Update for Windows 10 version 1809 and Windows Server 2019

Tara Overfield
Tara Overfield

Today, we are releasing the December 5, 2018 Preview of .NET Framework Cumulative Update for Windows 10 version 1809 and Windows Server 2019. For more information about the new Cumulative Updates for .NET Framework for Windows 10 version 1809 and Windows Server 2019 please refer to this recent announcement. Quality and Reliability This release...

.NET Framework.NET
Dec 4, 2018
2
0

Announcing .NET Core 3 Preview 1 and Open Sourcing Windows Desktop Frameworks

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are announcing .NET Core 3 Preview 1. It is the first public release of .NET Core 3. We have some exciting new features to share and would love your feedback. You can develop .NET Core 3 applications with Visual Studio 2019 Preview 1, and Visual Studio Code. It will be supported in a later version of Visual Studio for Mac. Download and...

.NET Core.NET
Dec 4, 2018
0
0

Announcing .NET Core 2.2

Rich Lander [MSFT]
Rich Lander [MSFT]

We’re excited to announce the release of .NET Core 2.2. It includes diagnostic improvements to the runtime, support for ARM32 for Windows and Azure Active Directory for SQL Client. The biggest improvements in this release are in ASP.NET Core. ASP.NET Core 2.2 and Entity Framework Core 2.2 are also releasing today. You can download and get sta...

.NET Core.NET
Dec 4, 2018
3
0

Announcing Entity Framework Core 2.2

Diego Vega
Diego Vega

Today we're making the final version of EF Core 2.2 available, alongside ASP.NET Core 2.2 and .NET Core 2.2. This is the latest release of our open-source and cross-platform object-database mapping technology. EF Core 2.2 RTM includes more than a hundred bug fixes and a few new features: Spatial data support Spatial data can be used to represe...

Entity Framework
Dec 4, 2018
2
1

Announcing ASP.NET Core 2.2, available today!

Damian Edwards
Damian Edwards

The main theme for this ASP.NET Core release was to improve developer productivity and platform functionality with regard to building Web/HTTP APIs. As usual, we made some performance improvements as well and posted about these features as part of the preview releases which you can read about by following the link below.

ASP.NETASP.NET Core