Community

.NET Tip: Using Extension Methods

(Jay Miller) Extension methods allow you to add functionality to existing classes by modifying the original class or using partial classes. In fact, you don’t need access to the source of the class at all. You can extend third-party classes and built-in classes as easily as you can extend your own c

Read More - Register for Free Membership