ASP.Net Core

ASP.NET Core is a free and open-source web framework and successor to ASP.NET, developed by Microsoft. It is a modular framework that runs on both the full .NET Framework, on Windows, and the cross-platform .NET. However ASP.NET Core version 3 works only on .NET Core dropping support of the .NET Framework.

Things To Learn

  • Introduction to ASP.NET Core
  • ASP.NET Core First Application
  • Controllers & Action Methods
  • Views
  • Helpers
  • Model Binding
  • Validations & Data Annotations
  • State management Techniques
  • Security
  • MVC and Entity Framework Core
  • ASP.NET Core - Web Caching
  • Routing
  • Module Development
  • Web API and JQuery Ajax
  • Bundling & Minification