December 2017
Intermediate to advanced
300 pages
8h 30m
English
In our monolithic application, we do not have any model classes yet. So let's go ahead and add a new model as required.
To add the new model, add a new folder and name it Models. In the Solution Explorer, right-click on the project and then click on options from Add | New Folder:

There is no hard and fast rule for putting all the model classes in a folder named Models. As a matter of fact, we can put our model classes anywhere in the project in our application. We follow this practice as it becomes self-explanatory from folder names. At the same time, it easily identifies that this folder is for the model classes.
To add new ...
Read now
Unlock full access