Sample airline reservation web application created with ASP.NET Core MVC. Features include ticket reservation functionality, user authentication, and an admin section. Built using EF Core, PostgreSQL, ...
Understand the key advantages of Razor Pages in ASP.NET Core for building real-world web applications Learn how features like dependency injection, configuration, and environment awareness improve ...
Earlier this week, Microsoft patched a vulnerability that was flagged with the "highest ever" severity rating received by an ASP.NET Core security flaw. This HTTP request smuggling bug (CVE-2025-55315 ...
ASP.NET Core offers a simplified hosting model, called minimal APIs, that allows us to build lightweight APIs with minimal dependencies. We’ve discussed minimal APIs in several earlier posts here.
AspNetStatic lets you generate a static website with the same ASP.NET Core tools you love and use every day. Just add this package and tell it which routes (page, css, js, etc.) to process.
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Dany Lepage discusses the architectural ...
The conversation about software architectures typically centers around monolithic and microservices. In the past, a monolithic architecture was used to build a completely self-contained software ...