The data tier should not directly interact with the database for any CRUD operation. Instead, it should get data in XML format (XDO) and do CRUD operation on these objects. These XDO should perform the change into the database.
We need to work on XML like Dataset in ADO.Net .Can we do it?