What is web api‘s in asp.net mvc 4 ?
No Answer is Posted For this Question
Be the First to Post Answer
What is a razor file?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
what is mean by COM (component object model) and component based software development? Is it .NET is first COM based technology? Please answer me. Advance thanks.
Can any particular component of .net framework 3.0 be removed?
what is .NET ?
What is Differnce between html.action and ajax.action?
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???
Can I add mvc testcases in visual studio express?
How do assemblies find each other?
What is the role of the jit compiler in .net framework?
What is entityset? : Entity framework
If u have an Empty Xml file and u have to bind dataset data to empty xml file? if u have an empty dataset u have to bind xml file data to it?