June 2017
Intermediate to advanced
274 pages
7h 45m
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, follow these simple steps:

There is no hard and fast rule about 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 ...
Read now
Unlock full access