Examples on Application Layers

  • Thread starter Thread starter Ed_P.
  • Start date Start date
E

Ed_P.

Hello,

Does anyone have any examples or links on the net that can give me an
idea of how to set up the Data Access Layer (DAL), Business Layer,
Presentation Layer in C# application. I am having a heck of a time
trying to think out how to layer a practice application using these
three layers.
 
Check out the Data Access and the UI application blocks from
msdn.microsoft.com/patterns.

Ranjan
 
Thanks Ranjan, I'll look at the page you suggested. However, I'd like
to see if possible a sample application that uses the layered approach
to structure an application. Does anyone have any links on that?
 
Back
Top