Data decimation (aka Down Sampling) of large SQL datasets allows application to quickly visualize trends in data over large historical periods greatly improving application performance. more...
arroyocode's Links
-
SQL Data Decimation by Date Range and Nth Record
-
Client Side Keyword Search with jQuery UI Autocomplete and MVC 4
Avoid the traditional search field. Improve it with an on-the-fly keyword suggestion dropdown that auto forwards the user to targeted content on selection in addition to standard search from the same more...
-
Micro ORM Data Mapping with PetaPoco and ASP.NET MVC 4
Wrap your database objects with PetaPoco, a micro ORM for use with non-dynamic POCO objects in your ASP.NET MVC application. Tiny, fast and easily run on .NET 3.5 or greater without the overhead of mo more...
-
A File Based Blog Using Markdown and ASP.NET MVC 3
A file-based blog alternative using text files, Markdown and ASP.NET MVC 3. Write your blog post with Markdown syntax in a text file from your iPad, mobile device or workstation, send to web host and more...