Explain how you can send the result back in JSON format in MVC?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of trace utility ?
How the ‘page lifecycle’ of ASP.Net MVC does works?
what is msl?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
How do I change the permission set for a code group
What is the difference between tempdata and viewbag?
Explain the new features added in version 4 of mvc (mvc4)?
Can we look at the IL for an assembly?
What are the mobile devices supported by .net platform
mention what is csdl, ssdl and msl sections in an edmx file?
What is a model in android?
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???