January 2011 - Posts

1
Comments

Some links of interest (varied) by Keith Barrows

  Entity Framework FAQ (new) This is a collection of frequently asked questions (and answers) about the Entity Framework (a .Net-based Object-Relational Mapping framework from Microsoft).   Mono for Android (blog entry) Mono for Android (install...
Filed under:
0
Comments

Utilizing Generics to make a Class structure more mutable… by Keith Barrows

While the ASP.NET GridView control supports automatic paging I found it faster to use custom paging in several situations.  I found myself rewriting the same code over and over just to add the basic sorting capabilities to an ASP.NET GridView object...
More Posts