-
Course
- Core Tech
Best Practices in ASP.NET Core 5: Entities, Validation, and View Models
Are you struggling when dealing with entities, validation, and models inside your .NET applications? This course will teach you pragmatic best practices for using entities, validation, and models in ASP.NET Core projects.
What you'll learn
Getting a handle on the correct balance of simplicity and complexity is tough in any system, but learning when to use View Models and when to just use your data’s entities is a crucial skill every developer needs. In this course, Best Practices in ASP.NET Core: Entities, Validation, and View Models, you will learn foundational best practices to structure data in your applications. First, you will learn how entities work. Next, you will discover the role of View Models. Finally, you will explore how to validate data inside your application, on the server, and the client. When you're finished with this course, you will have the skills and knowledge of how to work with data inside your applications as it is needed to build, enterprise-scale websites in ASP.NET Core.
Table of contents
- Version Check | 15s
- Introduction | 1m 53s
- Real World Entities | 1m 27s
- Entity Relational Model | 1m 11s
- Entity Composition | 4m 3s
- Demo: The Project | 4m 35s
- Demo: Simple Entities | 1m 57s
- Demo: Collections | 2m 11s
- Demo: Owned Entities | 1m 45s
- Entities Not Entity Framework | 2m 50s
- What We've Learned | 1m 10s
About the author
Shawn Wildermuth has been tinkering with computers and software since he got a Vic-20 back in the early '80s. As a Microsoft MVP since 2002, he's also involved with Microsoft as an ASP.NET Insider and ClientDev Insider.
More Courses by Shawn