|
|
Browse by Tags
All Tags » .NET » C# » ADO.NET
-
I wrote some quick and dirty ADO.NET code to go against an RSS feed instead of a flat XML file today. In the process I had to figure a way to limit the number of rows returned by the function, which returns a DataTable. The simplest method I found was this one, which uses the DataTable.Select() method. Using this technique, you ...
-
A new site I'm using to push me updates of interesting blogs is DotNetSlackers.com. Sign up for their mail service, and you'll get a single daily email with that day's posts arranged by keyword category. I've been pretty lax in firing up my RSS aggregator client, so this is a good way for me to at least make sure I'm not missing ...
|
|
|