Log In
0% completed
All Lessons
Free Lessons (3)
Introduction
About This Course
What is .NET?
Why Should You Learn ASP.NET?
Getting Started
Hello ASP.NET Application!
Project Structure
MVC in ASP.NET Core
Model-View-Controller (MVC)
Models in ASP.NET
Data Attributes and Validation
Seed the Database
Controllers in ASP.NET
Routing
Views in ASP.NET
Custom SQL Queries
Quiz on Model-View-Controller
π Challenge: Implement Action Method with View
Solution: Implement Action Method with View
JSON Web APIs in ASP.NET Core
Introduction to JSON Web APIs
Getting Started with JSON APIs in ASP.NET
HTTP GET
HTTP POST and PUT
HTTP DELETE
Working with Repositories
Introduction to Repository Pattern
Implementing a Repository
Injecting a Repository in a Controller
π Challenge: Implement Custom Query with Repository
Solution: Implement Custom Query with Repository
Asynchronous Programming
Relationships
Introduction to Relationships in ASP.NET
One-to-One
One-to-Many
Many-to-Many
Issues of Normalization
Quiz: Relationships in ASP.NET Core
Authentication and Authorization
Introduction
Implementation
Appendix
Setting up ASP.NET Core Project on Visual Studio 2019
Create a Model Class
Database Configuration
Scaffold Controller with Views
Conclusion
π Wrap-up
Developing Applications with ASP.NET Core
/
...
/
Create a Model Class
Create a Model Class
Learn how to create a model class using Visual Studio 2019.
We'll cover the following...
Creating a model class
Populating a model class
Creating a model class
To
...