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

Aug 13, 2019
12
0

Announcing Entity Framework Core 3.0 Preview 8 and Entity Framework 6.3 Preview 8

Diego Vega
Diego Vega

The Preview 8 versions of the EF Core 3.0 package and the EF 6.3 package are now available for download from nuget.org. New previews of .NET Core 3.0 and ASP.NET Core 3.0 are also available today. Please install these previews to validate that all the functionality required by your applications is available and works correctly.  Please rep...

Entity Framework
Aug 13, 2019
25
0

ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 8

Sourabh Shirhatti [MSFT]
Sourabh Shirhatti [MSFT]

.NET Core 3.0 Preview 8 is now available and it includes a bunch of new updates to ASP.NET Core and Blazor. Check out the great new features and improvements in this release!

ASP.NETASP.NET Core.NET Core
Aug 8, 2019
6
0

Azure SignalR Service now supports Event Grid!

Ken Chen
Ken Chen

We just released a new feature which enables Azure SignalR Service to publish connection events to Azure Event Grid. Check out this blog post to learn how it works and how to use it.

ASP.NETAzureSignalR
Aug 7, 2019
29
0

Update on .NET Standard adoption

Immo Landwerth
Immo Landwerth

It's about two years ago that I announced .NET Standard 2.0. Since then we've been working hard to increase the set of .NET Standard-based libraries for .NET. This includes many of the BCL components, such as the Windows Compatibility Pack, but also other popular libraries, such as the JSON.NET, the Azure SDK, or the AWS SDK. In this blog post, I'l...

.NET
Aug 7, 2019
29
0

Calling all .NET desktop and mobile developers!

Olia Gavrysh
Olia Gavrysh

We would love to hear about your experience with building client applications in .NET. Your feedback will greatly help us to improve the .NET tooling and ensure our roadmap focuses on your needs. Participate in shaping the future of the .NET client development by taking this short survey (5 minutes to complete). We are also searching for develop...

.NET
Aug 6, 2019
97
0

Try out Nullable Reference Types

Phillip Carter
Phillip Carter

Try out Nullable Reference Types With the release of .NET Core 3.0 Preview 7, C# 8.0 is considered "feature complete". That means that the biggest feature of them all, Nullable Reference Types, is also locked down behavior-wise for the .NET Core release. It will continue to improve after C# 8.0, but it is now considered stable with the r...

.NET
Aug 5, 2019
12
0

Improving .NET Core installation in Visual Studio and on Windows

Lee Coward
Lee Coward

Visual Studio 2019 version 16.3 and .NET Core 3.0 Preview 7 improve the installation experience of .NET Core on Windows. The goal is to reduce the number of .NET Core versions that might be on a machine. The improvements are based on customer feedback and our own experiences as well as laying the groundwork for future improvements. .NET Core SDK i...

.NET Core