MattHoneycutt / Fail-Tracker

Fail Tracker is an agile issue tracking system written with ASP.NET MVC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Great course and ideas just need a bit more...

kachalkov opened this issue · comments

commented

Hi Matt,

You opened my eyes to the inversion of control.

I would be great to see full DDD implementation or web api and soa?

Also, interesting to know has to abstract DI from the solution and which ones can produce similar results with?

Best regards,
Alex

commented

Actually, I would be interested to see how would you approach to stop leaking of data layer entities into presentation layer.

So, pretty much how would you aggregated roots in service layer with your great ideas of using inversion of control approach.

I've been looking for all available examples and looks like they all mostly rely on the fact that you have fool control entities and data context.

What about scenarios when you building web api on top of other service or data source or both?

Just curious to sew how would you structure your application if you need to translate into your domain entities?