2
shouts

Writing an Archive Calendar, Part 2

published 424 days, 35 minutes ago posted by beebee 424 days, 20 hours, 41 minutes ago
Monday, January 19, 2009 5:04:12 PM GMT Sunday, January 18, 2009 8:57:55 PM GMT

Next up in this series on writing the calendar of archived posts, is the PostsReader class. This class queries the database for the posts for a particular month or a particular day. It utilizes a couple of other helper classes that manage the caching of results, so we'll look at these first.

The first helper class is the PostCollectionSet. This is a set of already-computed collections of posts and is the granularity with which post collections are stored in the application cache. The set is declared as generic dictionary.

category: ASP.NET | clicked: 1 | | source: blog.boyet.com | show counter code
tags: ASP.NET, CSS

No comments yet, be the first one to post comment.

To post your comment please login or signup