Showing category results for ASP.NET Core

Mar 2, 2022
Post comments count14
Post likes count0

Sharing code between ASP.NET and ASP.NET Core

Ken Schlobohm

You can begin your journey to ASP.NET Core by migrating one page at a time and do it by reusing the code you already have today. This article shows how to share controllers, models, and views from the 10-year-old MVC Music Store with a new ASP.NET Core project.

ASP.NET Core.NETASP.NET
Feb 17, 2022
Post comments count32
Post likes count0

ASP.NET Core updates in .NET 7 Preview 1

Daniel Roth

.NET 7 Preview 1 is now available! Check out what's new in ASP.NET Core in this update and learn about the roadmap for ASP.NET Core in .NET 7.

ASP.NET Core.NETASP.NET
Jan 27, 2022
Post comments count6
Post likes count0

Performance improvements in ASP.NET Core 6

Brennan Conroy

ASP.NET Core in .NET 6 brought several performance improvements. In this article I cover some top improvements and why now is a great time to upgrade to .NET 6.

ASP.NET Core.NETASP.NET
Dec 6, 2021
Post comments count22
Post likes count1

What’s new for gRPC in .NET 6

James Newton-King

Check out the great new features and performance improvements for gRPC in .NET 6

ASP.NET Core.NETASP.NET
Dec 2, 2021
Post comments count7
Post likes count0

.NET Conf 2021 Recap – Videos, Slides, Demos, and More

James Montemagno

.NET Conf 2021 is over, but you can re-live the largest .NET event of the year with full access to video recordings, slides, demos, and more.

.NETASP.NETASP.NET Core
Nov 8, 2021
Post comments count15
Post likes count0

Announcing ASP.NET Core in .NET 6

Daniel Roth

.NET 6 is now available! Check out all the new features and improvements in ASP.NET Core in .NET 6.

.NETASP.NETASP.NET Core
Nov 1, 2021
Post comments count3
Post likes count1

Build client web assets for your Razor Class Library

Javier Calvarro Nelson

Learn how to integrate a build process for client web assets using tools like npm and webpack into the builds of your Razor Class Libraries.

ASP.NET Core.NETASP.NET
Oct 12, 2021
Post comments count32
Post likes count0

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

Daniel Roth

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

ASP.NET CoreASP.NETBlazor
Sep 28, 2021
Post comments count16
Post likes count1

Custom deployment layout for Blazor WebAssembly apps

Javier Calvarro Nelson

.NET 6 adds support for custom packaging of Blazor WebAssembly apps. In this post we'll try out the new JavaScript initializers and publishing extensibility to package Blazor WebAssembly apps as multipart bundles.

ASP.NETASP.NET CoreBlazor