Dave Burke : Freelance .NET Web Developer specializing in Online Communities

The multipurpose WeblogPost EmoticonID property

Custom Community Server applications typically extend the out-of-box applications like forums, blogs or the (new in CS2008) media gallery. To reduce development time and original coding, we can treat certain properties of the application's core objects as ready-made multipurpose containers.

My Jobs Management Application extends CS Blogs, with each job architected essentially as a blog post.  This means I use the WeblogPost object extensively, as well as a custom JobPost object that derives from WeblogPost.

In many instances I'm faced with the prospect of writing original code or changing the underlying logic of methods to perform simple functions, like passing an integer to the JobUrls.Instance().SomeUrl method as shown below. Many weblog urls are created using the Weblog and WeblogPost objects, so the easiest and most simple approach is to pass an integer as part of the WeblogPost object.  In my example I'm passing a Purchase Order ID.  Here and elsewhere, the WeblogPost.EmoticonID has become my go-to property for passing integers.

This may appear hackish to the code purist, but it's clean, efficient and can be done in a snap, with less lines of code and fewer billed hours for my clients.


Comments (0) | Post RSS RSS comment feed

Posted on 5/3/2008 8:49:00 AM by Dave Burke
Categories: Community Server | Jobs Management App
Tags: No tags for this post

Related posts

Comments are closed

This site was built with the Sueetie .NET Open Source Community Framework. Learn more about Sueetie at Sueetie.com.