Building for the Web
ASP.NET Core is the framework for building modern, cloud-based, internet-connected applications.
Main Project Types:
- MVC: Model-View-Controller (for websites).
- Web API: For creating services consumed by mobile or frontend apps.
- Blazor: For interactive web UIs using C# instead of JavaScript.