Tag Archives: Architecture

Entity Framework ‘Code First’ Approach and Domain-Driven Design

With the Code First approach we can create clean entities without any EF specific code. After the first demo, I saw that you have to deal with the IDbSet interface, which is placed in the Entity Framework library. When you place the entities in your business dll you have to reference the EF library. This… Read More »

Architecture validation with Visual Studio 2010 Ultimate

The new version of Visual Studio (Ultimate) brings a lot of new architecture features with it. It allows you to create UML sequence diagrams from extisting code. Or it visualizes the most important components in your application. This visualizations are very helpful when you have to modificate/extend an existing project written by other developers. Here… Read More »