Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » LINQ to DataSet   (RSS)
I'm currently down in sunny Orlando, getting ready for Tech Ed (or is it TechEd? That dot between letters is a very odd thing). I'm going to be presenting on LINQ to DataSet, and Understanding the Entity Framework. As usual, I have far too much material Read More...
Index usage One of the features of the DataView that often gets overlooked is its ability to very quickly find a DataRow (or multiple DataRows) by an index value. The index is built on the sort criteria, so if you sort based on the last name column, the Read More...
If you've been playing with LINQ to DataSet, you may have noticed the EnumerableRowCollection type. For example, if you have a query like the following, the type of query is EnumerableRowCollection. var query = from row in ds.Tables[0].AsEnumerable() Read More...
LINQ To DataSet Data Binding – LinqDataView restriction joins In previous episodes In the last post I made on LINQ To DataSet Binding, I talked about how to create a LinqDataView. I’m going to spend some time today talking about some of the interesting Read More...
It's long overdue, but I finally was able to finish a few more posts on this series. Let me know if you find it helpful, and what you would like to see more of! Why DataView? As mentioned in this previous post , there are numerous options for data binding Read More...
With the introduction of LINQ to DataSet there finally exists a full featured query language for the DataSet. Now your ability to query your data is limited only by CLR, which is no small thing! For an introduction on LINQ to DataSet, please see this Read More...
This morning I performed a MSDN WebCast on LINQ to DataSet. I hope it was useful for people, and that I was able to answer all the questions sufficiently. If you missed the live show, you can always catch the "TiVo" version (i.e., on demand webcast). Read More...
 
Page view tracker