Pages
(Move to ...)
Home
.Net Framework
OOPS
C#
WCF
ASP.NET
SQL
EBooks for Interviews
About Me
Contact Me
▼
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