Slice up your business logic using C# Extension methods to honor the context

One of my favorite features with C# 3.0 is the extension methods. An excellent way to apply some cross cutting concerns and great tool for attaching utility functions. Heavily used by the LINQ frameworks and in most utility classes I’ve Continue reading

Posted in Architecture, design patterns | Tagged C#, DDD, Patterns | 1 Reply