Sign in
ADO.NET, LINQ, DataSet and other fun .NET technology
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Conferences
Data Binding
Database
DataSet
Entty Framework
LINQ
LINQ to DataSet
LINQ to Entities
Samples
Archive
Archives
July 2008
(1)
May 2008
(4)
November 2007
(1)
October 2007
(3)
September 2007
(1)
August 2007
(1)
July 2007
(1)
May 2007
(4)
March 2007
(2)
February 2007
(2)
October 2006
(1)
September 2006
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ADO.NET, LINQ, DataSet and other fun .NET technology
Tech Ed
Posted
over 5 years ago
by
MSDNArchive
0
Comments
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...
ADO.NET, LINQ, DataSet and other fun .NET technology
LINQ to DataSet - LinqDataView and indexes
Posted
over 5 years ago
by
MSDNArchive
3
Comments
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...
ADO.NET, LINQ, DataSet and other fun .NET technology
DataSets and nullable types
Posted
over 5 years ago
by
MSDNArchive
9
Comments
Let's say you want to have a DataSet with an Integer column, and this column can have no values, which for argument's sake we'll call NULL values (there is a whole argument about NULL really means, but we'll punt on that). The DataSet has been around...
ADO.NET, LINQ, DataSet and other fun .NET technology
How'ya doing, where'ya been?
Posted
over 5 years ago
by
MSDNArchive
0
Comments
It's been a while - but don't worry, I didn't drop off the face of the planet, or get eaten by huge worms. In the time since my last post, I've taken on some new responsibilities, namely a number of XML technologies, including those that are shipping...
Page 1 of 1 (4 items)