ASP.NET MVC Interview Questions -- Part 3
ASP.NET MVC Interview Questions -- Part 3
- What are Validation Annotations?
- What is Data Annotation Validator Attributes in MVC?
- What is Validation Summary in MVC?
- What is the use of remote validation in MVC?
- Server Side Validation in MVC?
- How to make sure Client Validation is enabled in ASP.Net MVC?
- How to use Jquery Plugins in ASP.Net MVC validation?
- In Server how to check whether model has error or not in ASP.Net MVC?
- How can we create Custom Error Page in MVC?
- What is GET and POST Actions Types?
- How can we determine action invoked from HTTP GET or HTTP POST?
- Explain Test Driven Development (TDD) ?
- Why to use Html.Partial in MVC?
- What is Html.RenderPartial?
- What is RouteConfig.cs in MVC?
- What are Scaffold templates in MVC?
- Explain the concept of MVC Scaffolding?
- Explain the types of Scaffoldings.
- Can a view be shared across multiple controllers? If Yes, How we can do that?
- What are the components required to create a route in MVC?
- Why to use “{resource}.axd/{*pathInfo}” in routing in MVC?
- What are the two instances where routing is not implemented or required?
- What is Route Constraints in MVC?
- Can we add constraints to the route? If yes, explain how we can do it?
- What are the two ways to add constraints to a route?
- What are the possible Razor view extensions?
- What are the Main Razor Syntax Rules?
- What is PartialView in MVC?
- How do you create a partial view and consume it?
- What is the difference between View and Partial View?
- How we can add CSS in MVC?
- What is the use .Glimpse in MVC?
- What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
- Explain the need of display mode in MVC.
- What is Representational State Transfer (REST) mean?
- Explain the tools used for unit testing in ASP.Net MVC?
- What are the different Approach in MVC using Entity Framework?
- What is Database First Approach in MVC using Entity Framework?
- What are the Folders in MVC application solutions?
- What are the methods of handling an Error in MVC?
- How can maintain session in MVC?
No comments:
Post a Comment