Before buying .NET package see our Demo Videos down below

Learn MVC Core Step By Step

Training Part 1 :- Running your first .NET core Application.

  • .NET core vs .NET framework.
  • Understanding Runtimes and SDKs
  • .NET 5.0 The unified platform
  • What exactly is .NET standards ?
  • Understanding LTS , STS , RC and GA
  • Dotnet CLI and running your first .NET core app
  • Dotnet build , Dotnet run
  • Kestrel and reverse proxy concept
  • Dotnet --version
  • Training Part 2 :- Boostrapping, configuration , middleware and MVC 5 vs MVC core.

  • Visual studio vs VS code
  • Running .NET core using VS code
  • Runnig .NET core using visual studio
  • MVC 5 vs MVC core
  • appsettings.json,Startup.cs,Nuget and wwwroot
  • MiddleWare in MVC core
  • ConfigureServices vs Configure
  • Understanding MVC bootstrapping process
  • MVC request and response cycle
  • Builtin DI in MVC core
  • Lab 3: - Angular Routing: Creating Master pages and navigations

  • VS code Launchsettings file.
  • Singleton,Transient and Scoped
  • Simple POST call using MVC
  • Training Part 4 :- EF core basics part 1.

  • ORM concept
  • CQRS and Bounded context thought process
  • Getting EF core using NUGET
  • Code First and DB First concept
  • DDD thought process and Onion Architecture
  • Writing DBContext class and ModelBuilder API.
  • Lab 5: - Implement Validations in Angular.

  • CRUD operation using EF core
  • OnModelCreating and OnModelConfiguring
  • Inserting Data using EF core
  • Disabling Identity
  • Code First vs DBFirst
  • Selecting using LINQ
  • Using Stored procedures with EF core
  • Training Part 6 :- Creating Patient maintenance screen

  • Starting with a simple Patient Maintenance screen
  • Creating Simple Patient Model with 1 to Many relationship
  • Creating the Data layer with EF core
  • Putting up the three Layer approach
  • Putting Connectionstring in appsettings.json
  • Completing a full insert for the Patient screen
  • Training Part 7 :- Basic of JWT token

  • How token based authentication works ?
  • Pillars of token based authentication
  • Understanding Principal ,Identity and Claims
  • Generating a simple JWT token using MVC
  • Understanding structure of JWT token
  • Configuring startup.cs and controller for JWT token
  • Lab 8: - Make HTTP calls using Angular Components.

  • Testing JWT token using postman
  • Structure of bearer token
  • Creating patient UI and routing in Angular.
  • Creating Token Service class.
  • Implementing Routing authguard.
  • Lab 9: - Integrating MVC Core with Angular using Visual Studio.

  • Making HTTP calls and getting JWT Token
  • HTTP status codes
  • Injecting HTTP service and setting JWT token.
  • Understanding RXJS and Marble diagrams
  • Training Part 10 :- Interceptor and NewtonSoft configuration

  • Fixing captilization issues using newtonsoft
  • Sending tokens using interceptors
  • The CORS issue and understanding preflight
  • Enabling CORS in MVC core