In this article we will see how to fix the problem of Creating Models folder
Introduction
ASP.NET core is a new technology and it gives great UI to develop applications , but some of the users getting problem here is , Models folder is not created in visual studio 2015 in ASP.NET Core project, Lets solve the problem
Here is the problem
When we create project some times it appear like this, where we can see only Controllers and View folder etc
Reason
The reason is While we create project in templates we have set No Authentication
Solution
We have to click Change Authentication button and select Individual User Accounts