Contents
1. Welcome To ASP.NET CORE 3.0 TUTORIAL2. Getting Started
- Overview of ASP.NET CORE 3.0
- Installation of ASP.NET Core 3.0 with Troubleshooting
- Your First ASP.NET CORE MVC Project
3. Understand MVC Architecture
- Basic Understandings of MVC
- Folder Structure of MVC
- UI, Layout, Master Page with Razor Syntax and CSS in ASP.NET MVC
4. Adding a View Page
5. Adding Controller
- Understanding Controller
- Adding a Controller in ASP.NET Core 3.0 App
- Get Integer Input and Add Two Numbers in ASP.NET Core
- Multiple Submit Button in a Single Form – ASP.NET CORE
6. Adding A Model
- ASP.NET CORE – Adding Models Folder and Models Class to Project
- Connecting Model to Controller in ASP.NET CORE
- SAVE FORM DATA TO DATABASE USING MODEL IN ASP.NET CORE
7. Working With Database
8. Entity Framework 6