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

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

Post by Dhananja » Wed, 20 Dec 2006 01:01:43



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

 
 
 

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

Post by mad8 » Wed, 20 Dec 2006 04:44:35


google.com

 
 
 

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

Post by mad8 » Wed, 20 Dec 2006 04:46:18


let me elaborate:
there are countless articles, blogs, and books written on the subject.
if you need an answer to a specific question, this is the place,
otherwise, learn to search for the information you need before asking.
 
 
 

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

Post by Stephen Russel » Wed, 20 Dec 2006 09:49:54



> let me elaborate:
> there are countless articles, blogs, and books written on the subject.
> if you need an answer to a specific question, this is the place,
> otherwise, learn to search for the information you need before
> asking.  

No there isn't.  I have the only way and for a mere 1.5 million USD I'll be
happy to help you.  

Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"Our scientific power has outrun our spiritual power. We have guided
missiles and misguided men." Dr. Martin Luther King Jr.

http://spaces.msn.com/members/srussell/

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.24/592 - Release Date: 12/18/2006
1:45 PM

 
 
 

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

Post by Muhammed Shameem Siddiqu » Wed, 20 Dec 2006 17:23:00


U can check the MsCAB development. with MVC and LLBLGenPro..(www.llblgen.com
)


Quote:

> 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

--
Regards,
Shameem
 
 
 

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

Post by mad8 » Wed, 20 Dec 2006 22:39:26


oh right, i forgot about that. yeah, this is the man to talk to right
here.
basically, without Stephen's godlike (and cheap for this market)
assistance, your project is doomed to fail. Your project needs Stephen
like you need air, without it it's going to get all wrinkly and stuff
<cough>where'scommission</cough>


> > let me elaborate:
> > there are countless articles, blogs, and books written on the subject.
> > if you need an answer to a specific question, this is the place,
> > otherwise, learn to search for the information you need before
> > asking.

> No there isn't.  I have the only way and for a mere 1.5 million USD I'll be
> happy to help you.

> Stephen Russell
> DBA / .Net Developer

> Memphis TN 38115
> 901.246-0159

> "Our scientific power has outrun our spiritual power. We have guided
> missiles and misguided men." Dr. Martin Luther King Jr.

> http://spaces.msn.com/members/srussell/

> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.5.432 / Virus Database: 268.15.24/592 - Release Date: 12/18/2006
> 1:45 PM

 
 
 

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

Post by Patrick Paren » Fri, 22 Dec 2006 13:53:20


Look for N-Tier on google.
 
 
 

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

Post by zero » Sun, 24 Dec 2006 14:58:23


Hi Dhananjay,
You have to go www.15seconds.com and  search for N-Tier, You got
various useful links there. I m also working in a N-Tier architecture
but It is difficult to help you on this topic in this way because your
application decides what type of architecture OR Framework you want and
other things also decide the creation of Framework. You also need to
know why you want N-Tier architecture; what is the requirement and how
you can full fill these requirement through this architecture.

Hope you'll get some use full link on that site.
Happy Programming
Zero

 
 
 

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

Post by Patrick Paren » Tue, 02 Jan 2007 16:00:56


I watch some topic, and it seems that there's two way of seeing N-Tier
architecture.

In one, DAL is a generic layer to access data
and in the other on, you actually gather the data from there and pass
it to BIZ.

I think that the second way is better, because if you need to change
from ACCESS to SQL, you will have to write some new sql and it sure
will be a pain to find out which one is bad.

I personally prefer the second method, it's easier to separate BIZ and
DAL.