"Implement ADO.NET Mapping" by Fabio Claudio Ferracchiati [Visual Studio Magazine, September 2003]


In the sample archive you will find three examples:

MappingEx1 - Shows the mapping mechanism between a foreign data source and a translated one.
WebServiceMapping - Shows how to import data from a Web Service into a local database using the mapping mechanism.

Note: All the examples contain a VS.NET 2003 solution that you can use to study the code. If you have the VS.NET 2002 tool then they are not compatible with it. Just create an empty project and add sample code files to it. Remember to change every connection string poiting the database path to your path and change ReadXml and ReadXmlPath methods' path with the correct path.
