How do I install .net framework?
No Answer is Posted For this Question
Be the First to Post Answer
What is representational state transfer (rest) mean?
What type of filter does outputcacheattribute class represents?
Explain the role of assembly in the .net framework.
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
In which circumstances you used delegates?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
Explain the use of Inversion of control (IOC)?
How does CAS work
Can we create the web service in windows application?
What are the contents of assembly?
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?
When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?