Tuesday, February 10, 2009

What is polymorphism?

Generally, it is the ability to appear in different forms. In oops concept, it is the ability to process objects differently depending on their data types. Its the ability to redefine methods for derived classes.

Read more at http://www.dotnetfunda.com/articles/article258.aspx

Author: Syedshakeer

SharePoint Quick Start FAQ - Part 4

This is my fourth series of SharePoint Quick Start FAQ. In this series the theme is WebPart , WebPart and WebPart.  So let us enjoy the WebPart bonanza.

Read more at http://www.dotnetfunda.com/articles/article257.aspx

Author: Questpond

Attached Properties

Attached Properties : properties that may apply to several controls but are defined in a different class.In WPF,they are basically used to control layout.

Read more at http://www.dotnetfunda.com/articles/article259.aspx

Author: Learner