In which assembly is the mvc framework defined?
What is meant by viewdata?
What is display mode in mvc?
Which are the important namespaces used in ASP.Net MVC?
What is the use of dataadapter ?
Who defines the CAS code groups
What is storage model? : Entity framework
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
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???
What is the full form of sp?
What is presentation framework?
What is the CLR
What is the difference between partial and renderpartial?