Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanylko authored Feb 25, 2017
1 parent 53143cf commit d29c1d9
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,27 @@

Based on a number of posts to abstract code out from the Controller and make it more dependency injected.

* ASP.NET MVC Controllers: Push the envelope (https://www.danylkoweb.com/Blog/aspnet-mvc-controllers-push-the-envelope-PN)
* The Skinniest ASP.NET MVC Controllers You've Ever Seen, Part 1 (https://www.danylkoweb.com/Blog/the-skinniest-aspnet-mvc-controllers-youve-ever-seen-part-1-Q0)
* The Skinniest ASP.NET MVC Controllers You've Ever Seen, Part 2 (https://www.danylkoweb.com/Blog/the-skinniest-aspnet-mvc-controllers-youve-ever-seen-part-2-Q2)
* ASP.NET MVC Data Layer: Access Your Data Layer Through Unique Requests (https://www.danylkoweb.com/Blog/aspnet-mvc-data-layer-access-your-data-layer-through-unique-requests-PV)
* UPDATE: Using Dependency Injection On ViewModelBuilder (https://www.danylkoweb.com/Blog/update-using-dependency-injection-on-viewmodelbuilder-AE)
* A Better Entity Framework Unit of Work Pattern (https://www.danylkoweb.com/Blog/a-better-entity-framework-unit-of-work-pattern-DD)
* What is Loose Coupling (https://www.danylkoweb.com/Blog/what-is-loose-coupling-G6)
ASP.NET MVC Controllers: Push the envelope
https://www.danylkoweb.com/Blog/aspnet-mvc-controllers-push-the-envelope-PN

The Skinniest ASP.NET MVC Controllers You've Ever Seen, Part 1
https://www.danylkoweb.com/Blog/the-skinniest-aspnet-mvc-controllers-youve-ever-seen-part-1-Q0

The Skinniest ASP.NET MVC Controllers You've Ever Seen, Part 2
https://www.danylkoweb.com/Blog/the-skinniest-aspnet-mvc-controllers-youve-ever-seen-part-2-Q2

ASP.NET MVC Data Layer: Access Your Data Layer Through Unique Requests
https://www.danylkoweb.com/Blog/aspnet-mvc-data-layer-access-your-data-layer-through-unique-requests-PV

UPDATE: Using Dependency Injection On ViewModelBuilder
https://www.danylkoweb.com/Blog/update-using-dependency-injection-on-viewmodelbuilder-AE

A Better Entity Framework Unit of Work Pattern
https://www.danylkoweb.com/Blog/a-better-entity-framework-unit-of-work-pattern-DD

What is Loose Coupling
https://www.danylkoweb.com/Blog/what-is-loose-coupling-G6


Post any questions here or at https://www.danylkoweb.com/

Expand Down

0 comments on commit d29c1d9

Please sign in to comment.