Back to Tags
Aspnet
6 items tagged with "aspnet"
Filter by type:
Migrations4
Migration
.NET Framework to .NET 9 Migration
Modernize from .NET Framework to cross-platform .NET 9 with updated dependencies and hosting
Migration
ASP.NET MVC 5 to ASP.NET Core Migration
Migrate ASP.NET MVC 5 apps to ASP.NET Core (routing, middleware, DI, hosting) on modern .NET
Migration
ASP.NET Web API 2 to ASP.NET Core Migration
Migrate ASP.NET Web API 2 services to ASP.NET Core Minimal APIs or Controllers
Migration
ASP.NET Web Forms to ASP.NET Core Migration
Replace Web Forms with modern ASP.NET Core UI (Razor Pages/Blazor) and APIs
Stacks2
Stack
ASP.NET + Blazor
A .NET stack pairing ASP.NET Core with Blazor to build interactive web UIs in C#, sharing code across server and client.
Stack
ASP.NET MVC + EF Core
Microsoft's server-rendered web stack using ASP.NET Core MVC and Entity Framework Core over SQL Server or Postgres, for robust enterprise web applications.