Posts

Showing posts from September, 2016

asp.net Multicast Delegates or Multicast Delegates in Asp.net

Multicast Delegates: As we discussed last week about delegates here, a delegate points to a function. We saw an example of a delegate pointing to a function and how we can use it.

Value vs Reference Types in C#

Value vs Reference Types in Asp.net C#:  I will be discussing the difference between value and reference types. There are certain misconceptions among people about the differences between the two.