Interview
    C#
    VB.Net
    VC++
    ASP.Net
    ADO.Net
    .Net Framework
    Silverlight
    WPF(Windows Presentation Foundation)/XAML
    WCF(Windows Communication Foundation)
    Java
    PHP
    AJAX
    Assembly
    XML
    Wireless/Mobile Development
    Cold Fusion
    MSSQL Server 2000/2005/2008/2012
    MYSQL
    DB2
    MS Access
    Java Script
    VB Script
    JQuery
    Testing
    BlackBox Testing
    WhiteBox Testing
    OOPS
    SharePoint
    ASP.NET MVC
    HTML5
    CSS/CSS3
    IIS 7
    Windows 8
    Google API
    Facebook API
    Twitter API
    Android Programming
    iPhone/iPad Programming
    Windows Phone Programming
    Json
Follow Us
Follow _MindStick_ on Twitter View MindStick Software's LinkedIn profile View MindStick Software's Facebook profile
Advertisement
Advertise with Us
Mindstick
Article Article  Forum Forum  Blog Blog  Quiz Quiz  Beginner Beginner  Careers Careers  Contact Contact  Login Login  
Home | Product | Services | About Us | Interview | DeveloperSection | Submit Question | Search 
Report Abuse Form
Reason:    
 
Interview
Home >> ASP.NET MVC >> What are the ASP.NET MVC folder conventions?

What are the ASP.NET MVC folder conventions?

Posted By Arun Singh on 7/16/2012
Views: 1967
Major Category: .Net
Sub Category: ASP.NET MVC
Total Answer 1
User Information Answer
• Arun Singh
Posted Date 7/16/2012

ASP.NET MVC is a framework that focuses on convention over the configuration. The folder structure is very essential for every framework to see:

1) App_Data: this contains the database files like local instance SQL server express database files.

2) Content: it contains the static content that is used for the web application building like CSS, images, etc.

3) Controller: it contains the controller classes that are used in ASP.NET MVC architecture.

4) Models: it consists of the model classes that are used to interact with the content and go in sync with the MVC architecture of the ASP.NET.

5) Scripts: JavaScript files that include the AJAX library and jQuery script files.

6) Views: it contains the frontend view that will be seen after the model is rendered.


Report Abuse

Report Abuse Form
Reason:    
 
Total Online Users: 4593
Advertisement
MindStick SurveyManager
Advertise with Us
  
Copyright © 2009 - 2013MindStick. All Rights Reserved.