Adam Schroder

Its Schotime.com!

Browse by Tags

All Tags » Linq » .NET (RSS)
Retrieving Data Without the Dataset With Custom SQL
In my previous post I used custom sql query and transformed the results into a nested class. However you may have overlooked way I got the data into a class. It quite easy and will work with all database connectors that implement IDbConnection. Here is...
Posted: Feb 12 2009, 08:47 PM by schotime | with no comments
Filed under: , ,
Linq and Regular Expressions
With Linq now standard in .NET 3.5, there is no reason why we shouldn't use it. After all its full of features that can be used by any object that inherits the type IEnumberable. With such power at our fingertips, sorting, filtering, manipulation etc...
Posted: Feb 16 2008, 11:29 AM by schotime | with no comments
Filed under: , , ,
More Posts