Dot Net Interview Cracker - A comprehensive list of Dot Net Interview Questions

Pages

▼

Why are delegates used?

›
All delegates are classes that are implicitly derived from System.Delegate . In general, delegates are useful for two main reasons: Deleg...

Anonymous Methods

›
Anonymous methods allow you to declare a method body without an explicit name. They behave exactly like normal methods behind the scenes, ...

Shallow Copy Vs Deep Copy

›
Shallow Copy For instances of value types, the '=' assignment operator copies the state of the source object to the destination ...

Multicast Deletages (Multicasting)

›
Multicasting is the ability to create an invocation list, or chain, of methods that will be automatically called when a delegate is invoked...

Delegates

›
A delegate provides a way to encapsulate a method. It is an object that can refer to a method and can invoke the method to which it ref...

List ASP.NET Page Life Cycle events

›
Page Event Controls Initialized Is ViewState Enabled   When is this Event Raised Logic PreInit No ...
‹
›
Home
View web version
Powered by Blogger.