Tagged Questions
9
votes
3answers
2k views
MVVM, DDD, and WPF Layered Application Project Structure Guidance
I am trying to setup my application's structure in VS and I want to "try" and future proof it to a reasonable level. This application will be a WPF re-write of an old Winform app that had followed no ...
11
votes
2answers
451 views
Is DDD-Lite a pattern language for dependency injection?
I stumbled upon Greg Young's talk 7 Reasons why DDD Projects Fail where he mentions something he calls DDD-Lite at 7:20.
Summarizing, he basically says some use DDD as a pattern languages (entities, ...
3
votes
1answer
164 views
How a .NET dev team should be designing and delivering greenfield projects? [closed]
Some of the hottest topics in the software world atm are:
Domain-Driven Design
SOLID principles
Agile methodologies
ORM
Now assuming that you are not currently using all of these in your team, ...