Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Good architecutre
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
Environment:
C# 1.1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01047775
Message ID:
01047778
Vues:
7
Forms should not connect directly to the data, but should go through a biz object. See:

http://msdn.microsoft.com/practices/
http://www.amazon.com/exec/obidos/tg/detail/-/1590593448/qid=1126199658/sr=8-1/ref=pd_bbs_1/103-4672019-5244646?v=glance&s=books&n=507846
http://www.amazon.com/exec/obidos/tg/detail/-/0735618372/qid=1126199693/sr=2-1/ref=pd_bbs_b_2_1/103-4672019-5244646?v=glance&s=books

>I'm writing an application right now, and I'm trying to get a hold on best practices or a standarad for good architecture of a program. The way I have it right now is:
>
>forms -> DataAccessLayer(creates stored procedures,sql commands) or ->BusinessLayer(functions to determine tax) ->DataAbstractLayer(which is a reader, and a dataset, that takes a command and returns whats needed) -> DataLayer(sql server)
>
>Is this good architecture or is it missing something?
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform