Dear All,
I heard and red more about DDD. but i didnt find any valuble example .i would like to know how to apply the DDD in .NET world. my doubts are
1.) How can i impliment boundedContext in .NET ( I think EF dbContext is diffrent,but we can use it to apply but i dont know how)
2.) How to Map Domain entites to EF entites ( I like to use Code first, but anemic model i dont like it)
3). How i can use domain service events in .NET world
4.) Which is better query pattern or specification pattern while using DDD.
5.) What is the main Issues when using EF CodeFirst in DDD
6) How to create an aggregateRepository ,how much EF Lazy loading is effective
Please give some Advice
Go to the complete details ...