Lazy Loading C#.Net
Some of the interviewer’s favourate question or we can say common interview question is What is Lazy Loading in C#.Net and when to use it Lazy Loading in C#.Net Lazy loading is the concept in which we delay the loading of the object until the point where we need it. In simple terms loading the objects on… Read More »