LINQDataSource





0/5 (0 vote)
There's quite a few data source controls in ASP.NET and one that folks are increasingly excited about is the LINQDataSource.BlogsLINQ to SQL
There's quite a few data source controls in ASP.NET and one that folks are increasingly excited about is the LINQDataSource.
Blogs
- LINQ to SQL (Part 5 - Binding UI using the ASP:LinqDataSource Control) - This is the best place to start to get your head around LINQ to SQL. It's a complete tutorial by ScottGu it'll have you building a complete application and about 10 minutes.
- LINQ to SQL (Part 9 - Using a Custom LINQ Expression with the <asp:LinqDatasource> control) - Be sure to check out part nine were Scott extends on part five with more data binding.
- LinqDataSource - High Performance Queries Using DataLoadOptions - Avoiding Database Roundtrips
- What's New for Web Developers in Visual Studio "Orcas" & the Microsoft ASP.NET Futures
Video
- Video: Using LINQ with ASP.NET in VS "Orcas" (Part 1) - ScottGu's video introducing LINQ.
- Video: First Look at Visual Studio .NET 2008 and the LinqDataSource
Enjoy!