Creating Entities

Learn more about how to create your own data models in RoverCore.

Models are a core part of ASP.NET. It is part of the structure, MVC, meaning Model View Controller.

What is a model?

How do I create a model?

What next?

Now that you have successfully created a model, you can head on to the next section, Model Attributes.

Last modified March 13, 2022: Added the entire seeder code (f8c545e)