Introducing Versatile DataSources
Posted by: ASP.NET Announcements,
on 04 Nov 2009 |
View original | Bookmarked: 0 time(s)
Versatile DataSources contains two DataSource controls that support Dynamic Data and
establish a strong separation of concerns between UI and business logic. EntityDAODataSource improves upon the ideas behind the DomainDataSource. POCODataSource
lets you work with POCO classes.
EntityDAODataSource Features
For
use with Data Access Objects ("DAO") that handle the CRUD ("create,
read, update, delete") actions. Starter DAO classes are supplied for
ADO.NET, LINQ to SQL, and ADO.NET...