Code Voyeur
RSS
Data Access Languages MVC ORM About Roadmap Contact Site Map RSS Sample Code Presentations Snippets dll Hell .net Rate My Snippet

Articles Tagged with activerecord

Location Search with ActiveRecord
Zip code proximity search is a common component of any site that has some sort of local features. This article will take a search solution provided at The Code Project and modify it to work with ActiveRecord.
Audit Columns and ActiveRecord
It's common to have audit columns (date created, user modified, etc.) on tables. This article will demonstrate a simple way to deal with this relational pattern using AR.