Why is lazy loading?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

If I return out of a try/finally in c#, does the code in the finally-clause run?

0 Answers  


What is the use of New Keyword

15 Answers  


How do you read an Excel sheet in C#?

0 Answers   MindCracker,


What is difference between association, aggregation and inheritance relationships?

0 Answers  


Why multiple Inheritence is not used in C#?

8 Answers   Symphony,






What are the variables in c#?

0 Answers  


What does the keyword virtual mean in the method definition?

3 Answers   Ipog Software, Satyam, Visual Soft,


what is CLONE() method?

1 Answers  


Does C# supports multi-dimensional arrays?

3 Answers   Microsoft,


What are anonymous methods ? why these methods are used and in what condition these methods are useful ?

1 Answers  


About multi level and multiple inheritance how to achieve in .net ?

2 Answers   CTS, MMTS,


What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!

1 Answers   HCL,


Categories