Timeline for Would this be a correct way to use the Repository pattern in ASP .NET MVC application implementing Entity Framework?
Current License: CC BY-SA 3.0
        8 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 5, 2014 at 21:33 | comment | added | VoltaicShock | Take a look at this link blog.longle.net/2013/05/11/… | |
| Feb 23, 2014 at 4:40 | history | tweeted | twitter.com/#!/StackProgrammer/status/437446802313601024 | ||
| Feb 23, 2014 at 1:04 | vote | accept | Deniz | ||
| Feb 22, 2014 at 22:51 | answer | added | devnull | timeline score: 3 | |
| Feb 22, 2014 at 19:54 | history | edited | Deniz | CC BY-SA 3.0 | 
                
                    added 25 characters in body 
                
             | 
| Feb 22, 2014 at 19:51 | comment | added | Deniz | I understand that this is the way that EF implements the repository pattern. My question is, is this the right way to merge my own repositories with the EF repository? Thanks :) | |
| Feb 22, 2014 at 2:54 | comment | added | Adam Zuckerman | This is the way EF5 builds out your code. And the controller builder puts private CompanyDbContext db = new CompanyDbContext();this in each controller it builds. | |
| Feb 22, 2014 at 1:18 | history | asked | Deniz | CC BY-SA 3.0 |