Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Questions Which may be asked in ASP.Net MVC Interview.</p> <p>1- what is ASP.Net MVC?</p> <p>2- What is Razor?</p> <p>3- What is TDD?</p> <p>4- What is BDD?</p> <p>5- What is Dependency Injection (DI)?</p> <p>6- What is ViewData and ViewBag?</p> <p>7- In which assembly is the MVC framework defined?</p> <p>8- What does Model, View and Controller represent in an MVC application?</p> <p>9- What are the advantages of ASP.NET MVC?</p> <p>10- Which approach provides better support for test driven development - ASP.NET MVC or ASP.NET Webforms?</p> <p>11- Name of different return types of a controller action method?</p> <p>12- What is the significance of NonActionAttribute?</p> <p>13- Is it possible to share a view across multiple controllers?</p> <p>14- What is the role of a controller in an MVC application?</p> <p>15- Where are the routing rules defined in an asp.net MVC application?</p> <p>16- What are the 3 segments of the default route, that is present in an ASP.NET MVC application?</p> <p>17- ASP.NET MVC application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?</p> <p>18- What is the adavantage of using ASP.NET routing?</p> <p>19- What are the 3 things that are needed to specify a route?</p> <p>20- What is the use of the following default route?</p> <p>21- What is the difference between adding routes, to a webforms application and to an mvc application?</p> <p>22- How do you handle variable number of segments in a route definition?</p> <p>23- What are the 2 ways of adding constraints to a route?</p> <p>24- Give 2 examples for scenarios when routing is not applied?</p> <p>25- What is the use of action filters in an MVC application?</p> <p>26- If I have multiple filters impleted, what is the order in which these filters get executed?</p> <p>27- What are the different types of filters, in an asp.net mvc application?</p> <p>28-Give an example for Authorization filters in an asp.net mvc application?</p> <p>29- Which filter executes first in an asp.net mvc application?</p> <p>30- What are the levels at which filters can be applied in an asp.net mvc application?</p> <p>31- Is it possible to create a custom filter?</p> <p>32- What filters are executed in the end?</p> <p>33- Is it possible to cancel filter execution?</p> <p>34- What type of filter does OutputCacheAttribute class represents?</p> <p>35- What are the 2 popular asp.net mvc view engines? 36- What symbol would you use to denote, the start of a code block in razor views?</p> <p>37-What symbol would you use to denote, the start of a code block in aspx views?</p> <p>38- In razor syntax, what is the escape sequence character for @ symbol?</p> <p>39- When using razor views, do you have to take any special steps to proctect your asp.net mvc application from cross site scripting (XSS) attacks?</p> <p>40- What is asp.net master pages equivalent, when using razor views?</p> <p>41- What are sections?</p> <p>42- What are the file extensions for razor views?</p> <p>43- How do you specify comments using razor syntax?</p> <p>44-What's the deal with values parameter in ASP.NET MVC?</p> <p>45- What website hosting is good for ASP.NET MVC?</p> <p>46- What is Area in Asp.Net MVC projects and how to implement area in ASP.Net Projects/</p> <p>47- How to Use Session in ASP.Net mVC Projects?</p> <p>48- How to persist data from one page to another page in ASP.Net application?</p> <p>49- What is Tempdata?</p> <p>50- What is JSON?</p> <p>51-What is Lambda Expression?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload