Data Access Layer to Business Layer with XML Serialization

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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?
 
Back
Top