how to disable the lazy loading framework?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Finalize and Dispose (Garbage collection)
What are the types of assemblies
what is mean by type-safe? Please answer me. Advance thanks.
Can you declare an override method to be static if the original method is non-static
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?
What is the difference between managed and unmanaged code?
mention in what all scenarios entity framework can be applicable?
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 RouteConfig.cs in ASP.Net MVC 4?
Explain Model, view and Controllers in Asp.Net MVC?
If I have multiple filters implemented, what is the order in which these filters get executed?
What is controllercontext?