Showing category results for ASP.NET Core

Sep 14, 2021
Post comments count72
Post likes count0

ASP.NET Core updates in .NET 6 Release Candidate 1

Daniel Roth

.NET 6 Release Candidate 1 is now available! Check out all the improvements in ASP.NET Core in this update.

ASP.NETASP.NET CoreBlazor
Aug 10, 2021
Post comments count83
Post likes count1

ASP.NET Core updates in .NET 6 Preview 7

Daniel Roth

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

ASP.NETASP.NET CoreBlazor
Jul 14, 2021
Post comments count31
Post likes count0

ASP.NET Core updates in .NET 6 Preview 6

Daniel Roth

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

ASP.NETASP.NET CoreBlazor
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
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
Mar 11, 2021
Post comments count25
Post likes count0

ASP.NET Core updates in .NET 6 Preview 2

Daniel Roth

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

ASP.NETASP.NET CoreBlazor
Mar 2, 2021
Post comments count7
Post likes count0

IntelliSense for appsettings.json

James Newton-King

Visual Studio and Visual Studio Code now support IntelliSense for `appsettings.json`. IntelliSense allows you to quickly edit your app's configuration and get immediate feedback on available properties or typos.

ASP.NETASP.NET CoreVisual Studio