Course Outline for ASP.NET Core Training

What ASP.NET Core?

ASP.NET Core is a free, open-source and cloud optimized web framework which can run on Windows, Linux, or Mac. You can say that it is the new version of ASP.NET. The framework is a complete rewrite from scratch in order to make it open source, modular and cross-platform. It was initially launched as ASP.NET 5 but then it was renamed to ASP.NET Core.

CURRICULUM

ASP.NET Core Tutorials

  • 1.1 ASP.NET Core Introduction
  • 1.2 Environment Setup
  • 1.3 First ASP.NET Core App
  • 1.4 Project Structure
  • 1.5 Program.cs
  • 1.6 Startup.cs
  • 1.7 Command-line Interface
  • 1.8 Dependency Injection
  • 1.9 Middleware
  • 1.10 Logging
  • 1.11 Environment Variable
  • 1.12 Exception Handling
  • 1.13 Serving Static Files
  • 1.14 .NET Core Application Types
  • 1.15 Code Sharing
  • 1.16 Target Multiple Frameworks
  • 1.17 wwwroot
  • 1.18 wwwroot
  • 1.19 wwwroot
;