Why should we go for entity framework?
No Answer is Posted For this Question
Be the First to Post Answer
How we can invoke child actions in ASP.Net MVC?
mention what is csdl, ssdl and msl sections in an edmx file?
What is partialview in asp.net mvc?
If I have multiple filters implemented, what is the order in which these filters get executed?
What is an asynchronous controller in asp.net mvc?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What is html.renderpartial?
what is connection pooling
What are Action Filters in ASP.NET MVC and its use?
How to return the JSON from action method 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???
If we not suppress finalize method in dispose what will happen?