-----------------------------------------------------------

New Message on AhmedabadUserGroup

-----------------------------------------------------------
From: DotNet-Shyam
Message 1 in Discussion

Using Extension Methods
How often do you want to modify existing classes to have extra methods? Quite 
often. Right? When you have source code of the classes under consideration at 
your hand then things are easy. You probably just add the extra methods to 
those classes. What if you don't have source code? Well. In such cases one 
approach is to inherit the existing classes and add extra methods to the child 
classes. However, this way may not be always correct and possible in terms of 
your application design and OO principles. Luckily, C# offers a quick way to 
extend your class functionality through a feature known as Extension Methods. 
Extension methods allow you to extend existing types without inheriting them. 
This article is going to throw some light on this handy feature.
 
 
http://www.dotnetbips.com/articles/dfeb8a51-4b3b-4bc6-aab9-28ac774b1e8c.aspx   
Author: Bipin Joshi
--
Regards,
Shyam
Course Coordinator BinaryIntellect Consulting
www.binaryintellect.com

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/AhmedabadUserGroup/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to