What is razor code?
No Answer is Posted For this Question
Be the First to Post Answer
Is .net framework dead?
If we write return statement in finally block will it works fine or throws any error?
Microsoft introduced c# as a de facto language of the .NET platform. What is mean by de facto and fot what purpose? Please answer me. Advance thanks.
How do I define my own code group
How we can add the css in mvc?
unit test done by tetser on development team?
What is the use of view model in asp.net mvc?
Can I use razor code in javascript in asp.net mvc?
What is meant by tempdata in mvc?
What is an asynchronous controller in asp.net mvc?
how can you enhance the performance of entity framework?
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???