Sign In
Data Access Technologies
(Data Access, XML, SSIS, SQL-CE ...)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ADO.NET
LINQ
SQL-CLR
XML
Archive
Archives
April 2009
(2)
February 2009
(2)
April, 2009
MSDN Blogs
>
Data Access Technologies
>
April, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Data Access Technologies
How to convert an IEnumerable to a DataTable in the same way as we use ToList or ToArray
Posted
over 3 years ago
by
Snehadeep
5
Comments
LINQ provides us some extension methods to convert an IEnumerable to a collection e.g. ToList(), ToArray() etc. But what if you want to convert the enumerable to a DataTable. There is no built in extension method for that currently. var v = ( from...
Data Access Technologies
How to force System.Xml.Xsl.XslCompiledTransform class to not use self closing tags for empty nodes
Posted
over 3 years ago
by
Snehadeep
1
Comments
In .NET 2.0 framework when you use System.Xml.Xsl.XslCompiledTransform class for transforming a document then we always get self closing tags for all the elements which have nothing inside their body. There is no direct way to ask it to use separate closing...
Page 1 of 1 (2 items)