Actually you are right Miha. I read some articles about them and theory is
pretty clear, however implementation isn't that clear, for instance when I
use controls like textbox to bind to fields there is no problem, but if I
use a grid which can be editable the conection with the busines and data
layers are kind of confusing. I'm sure that everyone deals with it in
their own way, as I do myself, that is why I want to read other
approaches to find better ways.
Miha Markic said:
It looks that OP is looking for advice on all layers, not just DAL. That
was my impression...
--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development
www.rthand.com
Blog: blog.rthand.com
Mark Rae said:
"Miha Markic" <miha at rthand com> wrote in message
[please don't top-post]
I'm developing a program but still having some issues to write a good
layered program wich includes presentation, business, and data
layers. Can some one suggest any good book, white paper, or article
about it with case study and clear examples writen in c#.
Is this a WinForms or ASP.NET or something else?
What does that matter? A proper DAL should be able to be dropped
unmodified into any .NET project - that's the whole point...