Сообщение Re: Announcing .NET Core 3.0 от 25.09.2019 7:38
Изменено 25.09.2019 7:39 Serginio1
Еще добавлю про Asp.Net core и блазор
https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0/
Еще добавлю про Asp.Net core и блазор
https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0/
Build rich interactive client-side web apps using C# instead of JavaScript using Blazor).
Create high-performance backend services with gRPC.
SignalR now has support for automatic reconnection and client-to-server streaming.
Generate strongly typed client code for Web APIs with OpenAPI documents.
Endpoint routing integrated through the framework.
HTTP/2 now enabled by default in Kestrel.
Authentication support for Web APIs and single-page apps integrated with IdentityServer
Support for certificate and Kerberos authentication.
Integrates with the new System.Text.Json serializer.
New generic host sets up common hosting services like dependency injection (DI), configuration, and logging.
New Worker Service template for building long-running services.
New EventCounters created for requests per second, total requests, current requests, and failed requests.
Startup errors now reported to the Windows Event Log when hosted in IIS.
Request pipeline integrated with with System.IO.Pipelines.
Performance improvements across the entire stack.