DDD
Jan Van Ryswyck talks about fluent domain methods for setting up complex aggregate roots and for implementing behavior on domain entities.
Alex James also shows how to work with fluent interfaces and how to use fluent interfaces with extension methods.
Jérémie Chassaing shows how Service Bus pattern can help in DDD with code reusability.
Ayende talks about decomposing an application into features as a way for separating different application functionality and to allow independent development.
Entity Framework
Julie Lerman shows how in EF 4.0 the function mapping feature is improved as the conceptual space also gets the function allowing it to be called from the entity directly and not through EntityClient. She also points out a bug when using T4 template instead of EntityModelCodeGenerator for CustomTool mode. Another great article is about the major improvements in EF 4.0 for working with complex types.
The Entity Framework Design team talks about the Code Only enhancements that will be available in the next release.
Alex James how to use T4 templates for generating entities that have regular expressions applied to them. He also continues his tips series :
Tip 27 – How to Implement BeforeSave Validation
Tip 28 – How to implement an Eager Loading strategy
Tip 29 – How to avoid LazyLoad or Load() reader issues
Design Patterns
Don Smith has an excellent about the usage of Model View ViewModel (MVVM) pattern and how to cleanly separate the View from the ViewModel in different scenarios including data bindings, animations, commands and parameters.
Architecture
Sean Chambers has a great series about code refactoring.
T4
Oleg Sych talks about the customization of the TFS Process Guidance with T4.
Summary 05.08.2009 « Bogdan Brinzarea’s blog…
Thank you for submitting this cool story – Trackback from DotNetShoutout…