ASP.NET MVC 3 is the third major version of Model-View-Controller extension for developing web applications in a .NET framework
2
votes
2answers
630 views
Repetition in Controller code
In the index view a user can search with any combination of one to all of the following parameters: firstname, lastname or ssn. The found search results are displayed in the search results view. In my ...
35
votes
4answers
28k views
EF Code First with Repository, UnitOfWork and DbContextFactory
I am about to >explode< :) due to amount of reading on this subject...
My head hurts, and I need some honest opinions...
There is a similar question/review that I noticed, but I believe my approach ...
3
votes
1answer
2k views
Is this a workable UnitOfWork with Repository pattern Design
I am building a web app with using UOW and Repository pattern. I have seen many different samples and found each one to be different, so not sure which is the correct way to go. I have a basic ...