Back to course

ASP.NET Core: Introduction to Web Development

.NET Zero to Hero: Master C# and Modern App Development

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.