Click here to Skip to main content
15,921,606 members
Home / Discussions / C#
   

C#

 
AnswerRe: Should I trust the compiler to optimise? Pin
Christian Graus25-Jul-05 17:45
protectorChristian Graus25-Jul-05 17:45 
GeneralRe: Should I trust the compiler to optimise? Pin
javaman5925-Jul-05 17:52
javaman5925-Jul-05 17:52 
AnswerRe: Should I trust the compiler to optimise? Pin
EssOEss25-Jul-05 20:15
EssOEss25-Jul-05 20:15 
AnswerRe: Should I trust the compiler to optimise? Pin
Guffa26-Jul-05 3:26
Guffa26-Jul-05 3:26 
QuestionEfficient way to number x-y Axes? Pin
...---...25-Jul-05 13:27
...---...25-Jul-05 13:27 
AnswerRe: Efficient way to number x-y Axes? Pin
Christian Graus25-Jul-05 16:18
protectorChristian Graus25-Jul-05 16:18 
GeneralDAL or no DAL Pin
Tom Wright25-Jul-05 12:40
Tom Wright25-Jul-05 12:40 
GeneralRe: DAL or no DAL Pin
Christian Graus25-Jul-05 16:19
protectorChristian Graus25-Jul-05 16:19 
Tom Wright wrote:
So my question is at what point is it necessary to implement a DAL and business object layer as to just writting a class for data access and keeping your business objects in your main app class?

Now. You should always do your business tier in a seperate dll, and your data access in another seperate dll. The reason is simple, it forces you to keep these layers seperate, which makes it easier to replace any layer if you ever need to, and to encapsulate your code in logical components.


Christian Graus - Microsoft MVP - C++
GeneralReturn an Image from a .DLL Pin
kim3er25-Jul-05 11:39
kim3er25-Jul-05 11:39 
GeneralRe: Return an Image from a .DLL Pin
EssOEss25-Jul-05 20:20
EssOEss25-Jul-05 20:20 
GeneralRe: Return an Image from a .DLL Pin
kim3er25-Jul-05 22:08
kim3er25-Jul-05 22:08 
GeneralRe: Return an Image from a .DLL Pin
kim3er26-Jul-05 7:24
kim3er26-Jul-05 7:24 
GeneralRemoving embedded newlines Pin
Dan Neely25-Jul-05 11:02
Dan Neely25-Jul-05 11:02 
GeneralRe: Removing embedded newlines Pin
EssOEss25-Jul-05 20:21
EssOEss25-Jul-05 20:21 
GeneralRe: Removing embedded newlines Pin
Dan Neely26-Jul-05 2:38
Dan Neely26-Jul-05 2:38 
GeneralForm Resize Pin
25-Jul-05 9:05
suss25-Jul-05 9:05 
GeneralRe: Form Resize Pin
KaptinKrunch25-Jul-05 10:09
KaptinKrunch25-Jul-05 10:09 
GeneralRe: Form Resize Pin
Yigal Agam25-Jul-05 10:15
Yigal Agam25-Jul-05 10:15 
GeneralRe: Form Resize Pin
twoteesbrett25-Jul-05 10:21
twoteesbrett25-Jul-05 10:21 
GeneralRe: Form Resize Pin
Yigal Agam25-Jul-05 10:26
Yigal Agam25-Jul-05 10:26 
GeneralRe: Form Resize Pin
twoteesbrett25-Jul-05 10:42
twoteesbrett25-Jul-05 10:42 
GeneralRe: Form Resize Pin
Dan Neely25-Jul-05 11:13
Dan Neely25-Jul-05 11:13 
Generalbutton haldling in c# Pin
iramg25-Jul-05 8:58
iramg25-Jul-05 8:58 
GeneralRe: button haldling in c# Pin
LongRange.Shooter25-Jul-05 9:33
LongRange.Shooter25-Jul-05 9:33 
Generalform size limits Pin
RedTurtle25-Jul-05 8:34
RedTurtle25-Jul-05 8:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.