What is viewstart page in mvc?
No Answer is Posted For this Question
Be the First to Post Answer
what is MVC pattern?
What are the benefits of .net framework?
Is it possible to cancel filter execution?
How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?
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???
What is web api‘s in asp.net mvc 4 ?
What data type should you use if you want an 8-bit value that's signed ?
What are the 3 main components of an asp.net mvc application?
Give an example for authorization filters in an asp.net mvc application?
Describe the gac in the .net framework.
what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Key and Unique Key?
how to maintain the session state? what is Abstract class and interface and inheritence with example?