Design Patterns Tutorials Sample Project The Abstract Factory Pattern in C# Abstract Factory is a pattern in which you can create interfaces for related objects without specifying their implementation. by Matthew Jones
Design Patterns Tutorials Creational Patterns The Factory Method Pattern in C# Let's build the Factory Method pattern using sandwiches and C#! by Matthew Jones
Design Patterns Sample Project C# Design Patterns in C# - Introducing the Daily Design Pattern by Matthew Jones
ASP.NET Web API AutoMapper StructureMap Using AutoMapper with StructureMap in ASP.NET Web API by Matthew Jones
ASP.NET Web API Dependency Injection ASP.NET Setting Up Dependency Injection in Web API with StructureMap by Matthew Jones
ASP.NET ModelState FluentValidation Custom Validation in ASP.NET Web API with FluentValidation by Matthew Jones
C# Sample Project Regular Expressions Use VerbalExpressions to Create Readable Regexs in C# by Matthew Jones