How would you make a combo-box appear in one column of a
DataGrid?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Explain the types of Scaffoldings.
What are actions in asp.net mvc?
Explain two instances where routing is not implemented or required?
What is the use of JIT
Explain .net Framework?
How do you handle variable number of segments in a route definition?
What is the difference between STA and MTA?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???
Explain the new features added in version 4 of mvc (mvc4)?
What are the types of assemblies