business layer, data access layer , presentation layer for asp.net using C#.net

  • Thread starter Thread starter Dhananjay
  • Start date Start date
D

Dhananjay

hello everyone
i have got a problem i want to design business layer, data access layer
, presentation layer for asp.net using C#.net , can anyone help me to
solve this problem. i want some resources to complete this. i am trying
very hard. Do you have any idea about website or any links where i can
find some examples based on this concept.can you plz provide me , its
urgent
i want this solution with an example, if u have plz provide me.

Thanks in advance
Dhananjay
 
Well, the book focuses on the business layer, but the other layers are
pretty easy to come up with by themselves. Check out Expert C# 2005
Business Objects by Rockford Lhotka.

There's a very active community at http://forums.lhotka.net/

Andy

PS - Check out the book first, as that's what most people will say you
should do.. it will review the concepts you want to explore.
 
Dhananjay said:
hello everyone
i have got a problem i want to design business layer, data access
layer , presentation layer for asp.net using C#.net , can anyone help
me to solve this problem. i want some resources to complete this. i
am trying very hard. Do you have any idea about website or any links
where i can find some examples based on this concept.can you plz
provide me , its urgent
i want this solution with an example, if u have plz provide me.

Check out or extensive open source forum example:
http://www.llblgen.com/hnd

3-tier ASP.NET 2.0, C#

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
Back
Top