DDD NLayered Architecture Guide from Microsoft

The Platform Architecture Team at Microsoft has published a mammoth (~500ish pages) guide on doing Domain Driven Architecture on the .Net platform.  I have only browsed through it so far, but it looks to have some pretty good information if you are wondering on different techniques in architecting your application.

Go here to read their blog post about the guide and download it:
http://msdn.microsoft.com/es-es/architecture/en

There is also a sample application on codeplex that accompanies the guide available here:
http://microsoftnlayerapp.codeplex.com/

Happy Coding!