how do you query in entity model when the result has a join from from different database other than the entity model?
No Answer is Posted For this Question
Be the First to Post Answer
Explain tempdata in asp.net mvc?
What are the options can be configured in AJAX helpers?
what is entity framework advantage?
What are Resource Files ? How are they used in .NET
In which testing using in .net framwork?
Can you declare an override method to be static if the original method is non-static
Explain the request flow in asp.net mvc framework?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
About DTS package ?
1 Answers Accenture, Grafotech,
what is deferred loading(lazy loading)?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
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???