Author: Eugenio Pace - Software as a Service Architecture Guidance : Web Client | Posted on: 6/11/2008 4:01:27 PM | Views : 1064

As a by-product of a project I'm working on, I've got a working version of BlogEngine.NET on SSDS. You can download the provider and other related components from LitwareHR's web site releases section here . In the package you will find: The SSDS based BlogProvider An SSDS based Membership & Role Providers for the web site Unit tests for all (with about 93% coverage for the provider) A simple tool for pre-loading the SSDS container with information that BlogEngine need to start The underlying data access is inspired on LitwareHR's, although I've heavily refactored it. The key ideas remain the same: there's a Repository<T> type, it uses SOAP to access SSDS, etc. but the code is simpler, responsibilities are better...(read more) ...

Go to the complete details ...