Core Concepts of ASP.NET CORE , What is CLR, CLI, CTS, JIT, MSIL and etc. What is ASP.NET CORE , Why we use ASP.NET CORE. ASP.NET Web Forms and ASP.NET MVC and ASP.NET CORE. Differences between traditional MVC and ASP.NET CORE.
--How ASP.NET CORE Configured with practical questions and answers
--Why we use program.cs file , how to configure , how mvc works
-- What is controller and action methods
--What is routing, Conventional Routing and attribute routing
--What is middleware and how to configured , How to create custom middleware in ASP.NET CORE
--What is razor view , What is data passing techniques
--What is dependency injection and why we use it
-- What is EFCore, How to configure EFCore in ASP.NET CORE
--What is appsettings.json file, why we use it
-- What is Environment, how to configured in ASP.NET CORE
-- Why we use paging, Searching and Sorting
-- What is Filter , types of filter and how to use filters
-- What is Logging, Exception handling, Caching , Authentication
--What is web api, media types, routing, parameter binding, attributes binding
--media results, versioning api
--What is real time technology in ASP.NET CORE
-- What is Signal R , Web Sockets , Server Side Events, Long Poulling
--What is Testing , Unit testing, NUnit Testing