ASP.NET MVC Folder Conventions
• App_Data : Contains database files. For example, the App_Data folder might contain a local instance of a SQL Server Express database.
• Content : Contains static content such as images and Cascading Style Sheet files.
• Controllers : Contains ASP.NET MVC controller classes.
• Models : Contains ASP.NET MVC model classes.
• Scripts : Contains JavaScript files including the ASP.NET AJAX Library and jQuery.
• Views : Contains ASP.NET MVC views.
No comments:
Post a Comment