Welcome Guest, you are in: Namespace

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



ScrewTurn Wiki version 3.0.4.560.

Copyright © 2008-2012 Sueetie LLC. All rights reserved.
Sueetie