Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - Answer the design questions three!!!

Reply
 
Old 12-15-2008   #1 (permalink)
support


 
 

Answer the design questions three!!!

I am designing my web based interface! I created three layers, the GUI
layer, the Business layer, and the Data layer. I store the data being
transfered back and forth from the gui and into the database into a class.
This class is more or less a cache of the gui and used to populate the
database table and vis versa. The code to do that is in the data layer.
Now, I am thinking that I should instead use a System.Data.DataRow (as
captured on the query). In the new way, any changes made to the table are
immediately accessible elsewhere. Is the first approach the industry
standard for dealing with this issue? Unfortunately, this new approach
doesn't do much for my architectual design of separting the data structures
and blows a big hole into the whole 3 tiered architecture.

Does anyone have any links to good talks with examples of the best way to
solve this issue?

Is it worth the effort to change all my previous code?
---------------------
My appologies to Monty Python



My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Can you answer Dominick's questions in the last posting? Virtual Server
newbie has lots of questions - Please answer whichever you like Vista General
Here's the answer to all the audio questions Vista hardware & devices
The answer to ALL your Printer questions Vista print fax & scan


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46