Jaycent Drysdale

Browse by Tags

All Tags » .NET » LINQ (RSS)
List<t> paging via LINQ to Objects
The various grid controls shipped with asp.net provides plug and play data paging on its underlying data source. Its quiet simple to get a paged view of your data by setting a few properties on the grid before calling the Bind() method to connect your...
Posted: Jul 13 2009, 07:01 AM by jaycent | with 1 comment(s)
Filed under: , , ,
Options for Database access outside of ADO.Net
In the world of .NET programming, ADO.NET has become the De Facto standard for accessing database of all types (relational or otherwise). The purists among us will be quick to point out that ADO.Net should be the only option and that as developers we...
Posted: Jan 29 2008, 09:47 AM by jaycent | with 2 comment(s)
Filed under: , , , ,
More Posts