DCSIMG
LINQ to Sql,ASP.Net - Guy Burstein's Blog

Guy Burstein's Blog

Developer Evangelist @ Microsoft

News

Guy Burstein The Bu

Disclaimer
Postings are provided 'As Is' with no warranties and confer no rights.

Guy Burstein LinkedIn Profile

Browse by Tags

All Tags » LINQ to Sql » ASP.Net (RSS)
Using DomainDataSource in ASP.Net
Using DomainDataSource in ASP.Net In ASP.Net 2.0 we were introduced to this concept of Data Source controls. We got the ObjectDataSource , XmlDataSource and SqlDataSource that let us bind a GridView or a ListBox to some data without having to write any additional code. In .Net Framework 3.5 we got LinqDataSource and with .Net Framework 3.5 – the EntityDataSource . In the future of ASP.Net, among other significant improvements around data access, we get a new way of accessing our data – DomainDataSource...