PreviousNext
by bill-s, 2012-09-14T18:54:13.000Z
If you are thinking of using an ORM you will probably considering Domain Driven Design as a possible approach. The
book by Evans has all the theory behind DDD. But Nilsson went one step further. He read Evans book and then applied it in a C# project using nHibernate as his ORM. This book is a very good introduction to practicing "Domain Driven Design" in C#.
Read More