August 2018
Intermediate to advanced
298 pages
5h 33m
English
Models are simple POCO (Plain Old C# Objects) classes representing your business domain data. They basically model real-world entities. We can consider them as code reflections of real-world concepts and entities. For an e-commerce business, model classes would be Product, Order, and Inventory. If you are building an application for a university, model classes would be Student, Teacher, and Subject. Models represent the business domain data in your application and they are not aware of the underlying database that is being used in your application. In fact, you don't even need a database to work with models.
Read now
Unlock full access