Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Separating Biz tier and UI
Message
From
04/05/2009 17:11:16
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01397788
Message ID:
01397855
Views:
56
This message has been marked as a message which has helped to the initial question of the thread.
>>Naomi,
>>
>>I refactored some of the code from the article into the solution I had you download. That solution has the correct (in my mind) way to set up your projects. The datasets are included in the business layer as shown in the project.
>>
>>You can put your datasets anywhere you like as long as you reference the dll containing them when you need to use them. You have the roadmap before you, just set up your project as shown and you should be allright.
>>
>>Delete the "observers.csv" file from your project as it is not needed. That slipped in there during a recent code camp. I was showing something about how the file system processed these files.
>>
>>You have everyhting you need to build your project according to the samples I gave you. If you cannot understand what is there, then I can't help you further.
>
>John,
>
>The second project I downloaded is a bit too hard for me. I really wanted the one associated with the article since this is also very close to the application I have to develop (Orders system).
>
>May be you have this one somewhere? Otherwise I'm sort of stack again. I created a Biz Object project and Data Access Project in the main solution, but what I should do next is not clear.

the code i gave you was taken from that project. There hasn't been that many changes to the code. I just move the DataSet declarations from their own project which was Quay.BDMobile.DataSets, I think, and moved them into the business object. I then changed the using statements to reflect that change. You should have everything you need to understand what's going on. Just open one of the biz objects and look at the methods therein using the tableadapter stuff.

Good Luck
Previous
Reply
Map
View

Click here to load this message in the networking platform