- What is different between MVC && MVC CORE ?
- What is launchSetting.json ?
- What is Appsetting.json? ?
- What is Program.cs? ?
- What is Startup.cs? ?
- What is IIS Express host && Kesterl host? ?
- What is wwwroot ?
- What is Middleware ?
- Create EntityFrameWorkCore ?
- Create relation between Entities ?
- What is DbContext ?
- What is DbSet ?
- What is connectionstring ?
- How to Rigister Services ?
- How to Install Nuget Packages ?
- Add-Migration ?
- Update-Database ?
- How to find Template
- what is views ?
- what is _Layout ?
- what is _Viewstart ?
- what is _ViewImports ?
- what is Controllers ?
- How to deal with Url Pattern ?
- Create Repository Of Entity (Category) ?
- Create IRepository Of IEntity ?
- Inject Dbcontext into Controller ?
- what is viewModel ?
- Adding Validation ?
- Adding Data Annotaions in to Entities. ?
- Completing Comment Creation. ?
- How to Remove Comment
- Complete Switch between Rigster and Login With Log Out Without Identity
- Completed Forget Password by Used Simple Way