You can see
that in the Solution Explorer the Visual Studio has created some files and
folders
Application Folders
- App_Data: Used for storing application data
- Content Folder: Used to store files like style sheets, icons and images
- Scripts Folder: Used to storing java scripts, by default it contains mvc, Ajax and jquery files
- Models Folder: Contains a folder for controller, it is used to store the view (.cshtml) files
- Views Folder: It is contains model class which represent the application models. Models classes are used for data manipulation
- Controller Folder: It contains the controller class which is responsible for handling user input and response
- Views/Shared:
No comments:
Post a Comment