Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where can I find a Forum like UT for C#
Message
From
12/02/2003 18:33:33
 
 
To
12/02/2003 18:10:25
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00752478
Message ID:
00752560
Views:
49
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform