News:
Microsoft announced the updated to ASP.NET Core in today’s .NET Core 3.0 Preview 4 release
Today, Microsoft is releasing .NET Core 3.0 Preview 4 together with updates to ASP.NET Core and Entity Framework Core.
There’s a stack of new interesting features, like the WinForms chart control, updates to WPF, Tiered compilation support, HTTP/2 support, smaller GC heap sizes and better assembly load context capabilities.
The ASP.NET Core highlights of this preview release are:
- Razor Components renamed back to server-side Blazor
- Client-side Blazor on WebAssembly now in official preview
- Resolve components based on @using
- _Imports.razor
- New component item template
- Reconnection to the same server
- Stateful reconnection after prerendering
- Render stateful interactive components from Razor pages and views
- Detect when the app is prerendering
- Configure the SignalR client for server-side Blazor apps
- Improved SignalR reconnect features
- Configure SignalR client for server-side Blazor apps
- Additional options for MVC service registration
- Endpoint routing updates
- New template for gRPC
- Design-time build for gRPC
- New Worker SDK
A full list of all ASP.NET Core improvements can be found here: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-0-preview-4/
Entity Framework Core is not far behind. Here is a list of the key improvements:
The EF Core full release post: https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-3-0-preview-4/
Downloads and the full release change log can be found here: https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview4.md