Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where can I find a Forum like UT for C#
Message
De
12/02/2003 18:33:33
 
 
À
12/02/2003 18:10:25
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00752478
Message ID:
00752560
Vues:
38
Gordon,

For our FrontEnd, we're using both WinForms and WebForms, C# for everything (IOW, for the ASP.NET pages, we're using C# code-behind). Avoiding COM objects where possible (I think we have one COM object ... in order to use a browser in a WinForm).

WinForm UIs pass data back-and-forth through WebServices as XML, to the middle tier's business objects.
WebForm UIs access the business objects directly, since going through a WebService at that point would be redundant (they're already both server-side).

Business objects call the DataAccess objects and pass DataSets back-and-forth.

BackEnd is SQL Server, which we access strictly through StoredProcedures.

Good enough overview? <g>

~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform