How route table has been created in asp.net mvc?
What's different about namespace declaration when comparing that to package declaration in Java ?
What is Dependency Injection in ASP.Net MVC
Is .net framework dead?
Describe the gac in the .net framework.
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
Difference between manifest , metadata?
3 Answers Soma Technology, TCS,
What is Partial Assembly References?
What are the 3 main components of an asp.net mvc application?
What is entity framework in asp net?
Which filter executes first in an asp.net mvc application?
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 are the components required to create a route in ASP.Net MVC?