By tag: DataTable
0
kicks
How to find Duplicate Records in DataTable Using LINQ
Here, I am explaining how to find the duplicate records in DataTable using LINQ.
0
kicks
WPF DataGrid - DataBinding to SQL Server Database
This post demonstrates how to bind the VIBlend WPF DataGrid to SQL Server DataBase
0
kicks
JSON ADO.NET DataTable Serialiser
A working base serialiser for ADO.NET DataTable serialisation to JSON
0
kicks
Sorting a DataTable - LINQ performance
There are a number of ways to sort the data within a DataTable and this article compares 3 ways to find out what the performance difference is between the different approaches, and which offers the most scalable solution.
0
kicks
Convert a LINQ Query Resultset to a DataTable
After a long struggle I find out the way to convert a Linq Query resultset to DataTable object. The attached source code shows how to do it. I am sharing this article with my developer friends and make their life easier.
0
kicks
XML to DataTable with LINQ
Easy way to get your XML into a DataTable. Now I might just be blind, or incredibly incapable at searching google or reading my LINQ books (very possible) but I hadn't found a simple way to get a 2-level XML document into a DataTable for use in a GridView or just simple DataTable manipulation utili...
0
kicks
"This row already belongs to another table" Error
One of the GeekZilla team stumbles into a common error with copying rows between DataTables.
Find the solution with this article.
0
kicks
Do more with a DataTable and improve performance
There are some features in the System.Data.DataTable class that a lot of developers doesn’t utilize. I base that statement on different code samples I’ve seen on blogs and article bases during the last couple of years. Some of these features can improve the performance.