PetaPoco
Posted 2011-05-23 by Jason Goemaat
PetaPoco is a Micro-ORM released under the Apache License 2.0 by topten software. It's fast, it's easy to use and it's free. I've added support for stored procedure output parameters:
dynamic result = db.ExecuteProc<dynamic>("t_TestProc", new { In1 = 5, Tax = 13.45 });
MVC Upgrade
Posted 2011-02-16 by Jason Goemaat
I've upgraded the site to use MVC 3 and have it running on our new hosted server. You can now use OpenID to login with google, yahoo, or any other OpenID site if you want to as well.