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

Sueetie.Core Overview

Below is the newest page in the Sueetie Wiki documenting the Sueetie.Core Class Library.  As a reminder, the Sueetie.Core source will be available on Codeplex when I complete the docs and apply the updates to Gummy Bear.  Probably a week or so out on that.  Will let you know when that's available, at which point we'll be moving right along to the next cool thing.

___________________



As its name suggests, the Sueetie.Core Class Library contains the essentials of the Sueetie Framework. This page describes the work of Sueetie.Core and serves as a general overview.

The Sueetie.Core documentation area contains our "Patterns and Origins" series on specific Sueetie classes and processes. "Patterns" focuses on the code logic and patterns found in the source code, while "Origins" traces the Open Source roots of that source code which 90% of the time is from other of the outstanding member applications that comprise Sueetie. There's actually some original code in Sueetie, and we'll cover that, too.


Patterns and Origins Topics


  • SueetieConfiguration - Shared site configuration across all Sueetie applications using a root Sueetie.config file
  • SueetieContext - Enhancements to the HttpContext.Current object
  • SueetieCache - Utility class to facilitate managing server caching of Sueetie objects
  • Data Provider Model - Sueetie's approach to the well-established Provider Model to manage the flow of data between the website and the SQL Database


The Work of Sueetie Core


Extensible and robust applications which lend themselves to rapid customization contain essential building blocks for developers. Some of those building blocks are a shared site configuration model, an enhanced Current HttpContext object, caching helper functions, data provider, event logging, exception handling functions, and so on. These and other building blocks are contained in Sueetie.Core. Below is the current layout of Sueetie.Core and a description of its contents.

Sueetie.Core layout and contents

Further Sueetie.Core Reading (in progress):

  • SueetieConfiguration
  • SueetieContext
  • SueetieCache
  • Data Provider Model

Comments (0) | Post RSS RSS comment feed

Posted on 3/17/2009 8:26:21 PM by Dave Burke
Categories: Sueetie
Tags: No tags for this post

Related posts

Comments are closed

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