3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
1813How 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 8380How to raise an selection changed event associated with listbox in datagridview control with a sample example?Here the listbox is a child control associated with datagridview control.
3 8561
What is the difference between an integer and int?
Why do we need to call CG.SupressFinalize?
How can we set class to be inherited, but prevent the method from being over-ridden?
What is a copy constructor in c#?
What is dependency injection in simple words?
Why are strings immutable in c#?
What is the difference between iqueryable and ienumerable?
Can abstract class be sealed?
What is difference between string and stringbuffer in c#?
What is an event in c#?
can multiple catch blocks be executed for a single try statement?
Where value types are stored in c#?
What is difference between events and delegates?
What is anonymous class in c#?
Is it possible to inherit multiple interfaces?