Timeline for .NET Why should I use DAL over direct database access
Current License: CC BY-SA 3.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 23, 2016 at 21:42 | comment | added | johnny | @user1970395 Just don't abstract yourself to death. | |
| May 20, 2015 at 11:12 | comment | added | Ben Aaronson | It won't directly help performance, but it does mean that if you want to do something like add caching, you're more likely to have one single, central place you can do that. Likewise for security, it won't help that directly, but does give you a nice, easy to identify surface which would be a candidate for security. | |
| May 19, 2015 at 15:08 | comment | added | Eric King | I think it would help your question if you explain exactly what you mean by "DAL". The answers show there seems to be some confusion over your use of the term. | |
| May 19, 2015 at 10:48 | vote | accept | pzaj | ||
| May 19, 2015 at 8:51 | comment | added | pzaj | It's a desktop client app connecting to central database within local network (in some cases it's single client app connecting to a database on the same workstation) | |
| May 19, 2015 at 8:46 | comment | added | JacquesB | What kind of app is this? Web app? Desktop apps connection to a central database? Is this over the internet or in-house? | |
| May 19, 2015 at 8:43 | vote | accept | pzaj | ||
| May 19, 2015 at 10:48 | |||||
| May 19, 2015 at 8:41 | comment | added | germi |
Just nitpicking, but: not applicable, since it's written in C# and is only for Windows is not correct anymore. C# (or better, .Net) can be used in apps for linux and mac, too.
|
|
| May 19, 2015 at 8:20 | answer | added | JacquesB | timeline score: 2 | |
| S May 19, 2015 at 8:01 | history | suggested | devnull | CC BY-SA 3.0 |
removed edit note and reordered paragraphs
|
| May 19, 2015 at 7:58 | answer | added | Jammer | timeline score: 0 | |
| May 19, 2015 at 7:43 | review | Suggested edits | |||
| S May 19, 2015 at 8:01 | |||||
| May 19, 2015 at 7:21 | comment | added | devnull | Profile your application and see what's really going on under the covers. | |
| May 19, 2015 at 6:55 | review | First posts | |||
| May 19, 2015 at 13:33 | |||||
| May 19, 2015 at 6:55 | history | asked | pzaj | CC BY-SA 3.0 |