Showing category results for ASP.NET

Jun 17, 2021
Post comments count53
Post likes count0

ASP.NET Core updates in .NET 6 Preview 5

Daniel Roth

.NET 6 Preview 5 is now available! Check out all the improvements in ASP.NET Core in this update.

ASP.NETASP.NET CoreBlazor
Jun 15, 2021
Post comments count9
Post likes count1

Migration of Bing’s Workflow Engine to .NET 5

Ben Watson

Bing runs one of the world’s largest, most complex, highly performant, and reliable .NET applications. This posts discusses the journey and the work required to upgrade to .NET 5. This migration has been an unqualified success for our team. The overall picture is clear that .NET 5 is phenomenally superior.

.NETASP.NETPerformance
May 30, 2021
Post comments count3
Post likes count0

Building Contextual Experiences w/ Blazor

Hassan Habib

Hi there! My name is Hassan Habib, I'm a Sr. Engineering Manager @ Microsoft. This is my very first blog post on the ASP.NET team blog. You may know me from my OData posts. Few weeks ago I reached out to Daniel Roth wondering if it would be a good idea to share how Microsoft engineers use Microsoft products to build our own systems. It's a little s...

ASP.NETASP.NET Core.NET Core
May 25, 2021
Post comments count51
Post likes count0

ASP.NET Core updates in .NET 6 Preview 4

Daniel Roth

.NET 6 Preview 4 is now available! Check out all the improvements in ASP.NET Core in this update.

ASP.NETASP.NET CoreBlazor
May 7, 2021
Post comments count52
Post likes count2

ASP.NET Core 6 and Authentication Servers

Barry Dorrans

In .NET 3.0 we began shipping IdentityServer4 as part of our template to support the issuing of JWT tokens for SPA and Blazor applications. Sometime after we shipped, the IdentityServer team made an announcement changing the license for future versions of IdentityServer to a reciprocal public license - a license where the code is still open source ...

ASP.NETASP.NET Core
Apr 8, 2021
Post comments count75
Post likes count0

ASP.NET Core updates in .NET 6 Preview 3

Daniel Roth

.NET 6 Preview 3 is now available! Check out all the improvements in ASP.NET Core in this update.

ASP.NETASP.NET CoreBlazor
Apr 7, 2021
Post comments count3
Post likes count0

Your Top .NET Microservices Questions Answered

Nish Anil

We got some great questions during our recent Let's Learn .NET: Microservices event. In this post, Nish Anil answers your top five questions, with links to docs and resources where you can learn more.

ASP.NET.NET CoreCloud
Mar 31, 2021
Post comments count4
Post likes count0

Monitoring and Observability in Cloud-Native ASP.NET Core apps

Nish Anil

Distributed applications are complex and bring in their own set of challenges for developers to debug and fix production issues. ASP.NET Core offers a number of solutions to add monitoring and observability to your cloud-native applications.

ASP.NETContainers