How is lazy loading achieved?


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

Post New Answer

More C Sharp Interview Questions

What does assert() do?

1 Answers   Wipro,


Why static variables are used?

0 Answers  


Is concurrent queue thread safe?

0 Answers  


Explain about Error handling and how this is done

0 Answers   Digital GlobalSoft,


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


What is the do while loop code?

0 Answers  


if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?

0 Answers   Siebel Systems,


how to use caching in our program. why we use it give one example in code

1 Answers  


What is a statement c#?

0 Answers  


how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.

0 Answers  


Are objects passed by reference in c#?

0 Answers  


Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.

0 Answers  


Categories