Loading...
Loading...
ASP.NET Core cross-platform .NET framework with Blazor support. Use for C# web apps.
npx skill4agent add g1joshi/agent-skills aspnet-corevar builder = WebApplication.CreateBuilder(args);
var app = builder.Build();
app.MapGet("/", () => "Hello World!");
app.Run();async Task<IActionResult>.Result.Wait()