Explain the ASP.NET MVC folder conventions?
Submitted by: AdministratorASP.NET MVC is a framework that focuses on convention over the configuration. The folder structure is very essential for every framework to see:
-App_Data: this contains the database files like local instance SQL server express database files.
-Content: it contains the static content that is used for the web application building like CSS, images, etc.
-Controller: it contains the controller classes that are used in ASP.NET MVC architecture.
-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.
-Scripts: JavaScript files that include the AJAX library and jQuery script files.
-Views: it contains the frontend view that will be seen after the model is rendered.
Submitted by: Administrator
-App_Data: this contains the database files like local instance SQL server express database files.
-Content: it contains the static content that is used for the web application building like CSS, images, etc.
-Controller: it contains the controller classes that are used in ASP.NET MVC architecture.
-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.
-Scripts: JavaScript files that include the AJAX library and jQuery script files.
-Views: it contains the frontend view that will be seen after the model is rendered.
Submitted by: Administrator
Read Online ASP.Net MVC Job Interview Questions And Answers
Top ASP.Net MVC Questions
☺ | What is ASP.NET MVC? |
☺ | What is repository pattern in MVC.NET? |
☺ | Explain the page lifecycle of an ASP.NET MVC? |
☺ | Explain program to call the js function when the change is being made in the Dropdown list made in ASP.NET MVC? |
☺ | Explain significance of routing? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |