Browse by Tags

All Tags » Extensions (RSS)

Extension Methods make life easier (C#) by Keith Barrows

I use extension methods when I remember they exist.  I started getting tired of writing code to check strings for Null, Empty, Equal before using a database column when I remembered Extension Methods are there to make life easier!  Some great...
Filed under:

Managed Extensibility Framework (MEF) is on CodePlex by Keith Barrows

The Managed Extensibility Framework (MEF) is a new library in .NET that enables greater reuse of applications and components. Using MEF, .NET applications can make the shift from being statically compiled to dynamically composed. If you are building extensible...
More Posts