Posts

Showing posts from June, 2010

Concept: Extensions

Reference:  MSDN Extension Methods (Visual Basic) Intro: While translating a C# library, i ran into a segment of code that i didnt recognize. After doing some research found out that the same design can be implemented in VB.Net (VB 2k8). One catch to the whole implementation is that the Extension development is only possible in a module. As well, there are some limitations to the design of the extension.