ASP.NET Core and Blazor updates in .NET Core 3.0
ASP.NET Core and Blazor updates in .NET Core 3.0 Today we are thrilled to announce the release of .NET Core 3.0! .NET Core 3.0 is ready for production use, and is loaded with lots of great new features...
View ArticleSetting HTTP header attributes to enable Azure authentication/authorization...
Posted on behalf of Ahmed Metwally The HTTP Read-Eval-Print Loop (REPL) is a lightweight, cross-platform command-line tool that’s supported everywhere .NET Core is supported. It’s used for making HTTP...
View ArticleBlazor Server in .NET Core 3.0 scenarios and performance
Since the release of Blazor Server with .NET Core 3.0 last month lots of folks have shared their excitement with us about being able to build client-side web UI with just .NET and C#. At the same time,...
View ArticleASP.NET Core updates in .NET Core 3.1 Preview 1
.NET Core 3.1 Preview 1 is now available. This release is primarily focused on bug fixes, but it contains a few new features as well. Here’s what’s new in this release for ASP.NET Core: Partial class...
View ArticleUpcoming SameSite Cookie Changes in ASP.NET and ASP.NET Core
SameSite is a 2016 extension to HTTP cookies intended to mitigate cross site request forgery (CSRF). The original design was an opt-in feature which could be used by adding a new SameSite property to...
View ArticleASP.NET Core updates in .NET Core 3.1 Preview 2
.NET Core 3.1 Preview 2 is now available. This release is primarily focused on bug fixes, but it contains a few new features as well. Here’s what’s new in this release for ASP.NET Core: New component...
View ArticleImprovements in .NET Core 3.0 for troubleshooting and monitoring distributed...
Post was authored by Sergey Kanzhelev. Thank you David Fowler and Richard Lander for reviews. Introduction Operating distributed apps is hard. Distributed apps typically consists of multiple...
View ArticleASP.NET Core updates in .NET Core 3.1 Preview 3
.NET Core 3.1 Preview 3 is now available. This release is primarily focused on bug fixes. See the release notes for additional details and known issues. Get started To get started with ASP.NET Core in...
View ArticlegRPC vs HTTP APIs
ASP.NET Core now enables developers to build gRPC services. gRPC is an opinionated contract-first remote procedure call framework, with a focus on performance and developer productivity. gRPC...
View ArticleASP.NET Core updates in .NET Core 3.1
ASP.NET Core updates in .NET Core 3.1 .NET Core 3.1 is now available and is ready for production use! .NET Core 3.1 is a Long Term Support (LTS) release. Here’s what’s new in this release for ASP.NET...
View Article