Data Access Layer to Business Layer with XML Serialization

G

Guest

My design is a Data Access Layer (DAL) which will return xml from datasets and readers to the Business Layer (BL).

Can someone help me to find documentation/example of a BL class which receives XML and deserializes it into itself
Even better is that the BL is an Order class using a collection base of an OrderLine class
 
J

Jan Tielens

Designing Data Tier Components and Passing Data Through Tiers
Summary: Learn how to best expose your data to Microsoft .NET applications
and how to implement an effective strategy for passing data between the
tiers in a distributed application.
http://tinyurl.com/2706
--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan


Ryan Shaw said:
My design is a Data Access Layer (DAL) which will return xml from datasets
and readers to the Business Layer (BL).
Can someone help me to find documentation/example of a BL class which
receives XML and deserializes it into itself?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top