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 is the difference between iqueryable and ienumerable?

0 Answers  


if we inherit class in stack so object of stack will store in stack or heap? as class a { int s; public aa(){} } stack mystack:a { } mystack obj; ans: about obj

1 Answers  


Can partial class be inherited?

0 Answers  


What does console readkey do in c#?

0 Answers  


Why static constructor is parameterless in c#?

0 Answers  






Is int an object in c#?

0 Answers  


What is the use of regex in c#?

0 Answers  


For a combobox and a listbox same datatable given as a datasource. Now problem is that whenever focus of listbox changes selected value of combobox also get change or vice versa. what to be done to avoid this. According to requirement we cannot make different datasouce.

2 Answers   Syntel,


What is a system lock?

0 Answers   KEN Group, Wipro,


What is overloading in c#?

0 Answers  


Explain the difference between the system.array.copyto() and system.array.clone()?

0 Answers  


if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.

0 Answers  


Categories