What is lazy loading and eager loading in c#?


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

Post New Answer

More C Sharp Interview Questions

How do you set a class path?

0 Answers  


Can you override private virtual methods?

5 Answers  


What is anonymous class in c#?

0 Answers  


What is Implementation inheritance and interface inheritance?

0 Answers  


What is exe in c#?

0 Answers  


Is equal in c#?

0 Answers  


What is multidimensional array in c#?

0 Answers  


How you will handle session when deploying application in more than a server? Describe session handling in a webform, how does it work and what are the limits?

3 Answers   Microsoft,


What is datetime parse in c#?

0 Answers  


What?s an interface class?

1 Answers  


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


What is mvc firstordefault?

0 Answers  


Categories