Explain the use of Inversion of control (IOC)?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
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?
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?
What is storage model? : Entity framework
What is edm in entity framework?
What is code first? : Entity framework
What are ajax helpers in mvc?
What is the CLR
What is the use of razor view engine?
Is any files are generated,when we are adding the web reference to the web service?
What is the use of trace utility ?
What happens when you encounter a continue statement inside the for loop ?