Timeline for Are Repositories needed any longer in ASP.net 5 & EF7?
Current License: CC BY-SA 3.0
18 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 26, 2016 at 14:51 | answer | added | Pavel Biryukov | timeline score: 1 | |
| Dec 6, 2016 at 11:32 | comment | added | Mr Cochese | A repository wouldn't have method like GetWithIncludesABC. The repository pattern is an abstraction of, basically, a database table as a collection. Usually, it is possible to query the collection (e.g. by LINQ), and the repository then converts the query into SQL. What you're talking about sounds more like a Data Gateway. | |
| Mar 30, 2016 at 18:54 | history | tweeted | twitter.com/StackProgrammer/status/715250817348055041 | ||
| Mar 30, 2016 at 17:11 | vote | accept | Loren.Dorez | ||
| Mar 30, 2016 at 17:10 | vote | accept | Loren.Dorez | ||
| Mar 30, 2016 at 17:10 | |||||
| Mar 30, 2016 at 17:10 | vote | accept | Loren.Dorez | ||
| Mar 30, 2016 at 17:10 | |||||
| Mar 30, 2016 at 17:10 | vote | accept | Loren.Dorez | ||
| Mar 30, 2016 at 17:10 | |||||
| Mar 30, 2016 at 16:47 | answer | added | Greg Burghardt | timeline score: 4 | |
| Mar 30, 2016 at 16:12 | comment | added | Eric King | My take on why EF (and other ORMs) are not repositories. | |
| Mar 30, 2016 at 15:37 | comment | added | mcknz | see also lostechies.com/jimmybogard/2009/09/11/wither-the-repository where Bogard argues similarly. | |
| Mar 30, 2016 at 15:19 | answer | added | Robert Harvey | timeline score: 12 | |
| Mar 30, 2016 at 15:16 | history | edited | Robert Harvey | CC BY-SA 3.0 |
deleted 12 characters in body
|
| Mar 30, 2016 at 15:15 | history | edited | Loren.Dorez | CC BY-SA 3.0 |
added 237 characters in body
|
| Mar 30, 2016 at 15:14 | review | First posts | |||
| Mar 31, 2016 at 1:20 | |||||
| Mar 30, 2016 at 15:13 | comment | added | Loren.Dorez | @RobertHarvey Yes it was a good answer but i want to see how others feel about the topic before i make a decision to repository or not | |
| Mar 30, 2016 at 15:10 | comment | added | Robert Harvey | What do you think of the answer rowanmiller gave? Seems perfectly reasonable to me. | |
| Mar 30, 2016 at 15:10 | history | edited | gnat | CC BY-SA 3.0 |
spelling, formatting
|
| Mar 30, 2016 at 15:08 | history | asked | Loren.Dorez | CC BY-SA 3.0 |