What is the 'page life cycle' of an ASP.NET MVC?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
what is VSS? Where we are using?
What is .net framework in simple terms?
What's an interface
What is the domain object?
If I have multiple filters implemented, what is the order in which these filters get executed?
What meant of assembly & global assembly cache (gac) & Meta data
What are attributes
What is routeconfig.cs in mvc 4?
What is mvc entity framework?
What is the role of the jit compiler in .net framework?
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?