Home

Awesome

Sterling NoSQL Object-Oriented Database

This is the project for Sterling, and object-oriented database Jeremy Likness created to meet the growing demand for queryable, persistent storage in Silverlight and Windows Phone apps in the early two-thousand tens.

Sterling Database

This project was migrated from CodePlex. You can read the legacy documentation here.

If you want to browse the code, the "heart" or "brains" of Sterling are contained in SerializationHelper.cs. The rest of the codebase can be inferred from there.

At the time, Sterling was designed to be an unobtrusive solution for taking existing C# classes and persisting them without having to modify the classes themselves. A common use case for this was "tombstoning" Windows phone apps, which referred to saving the View Model that contained the app state when the app is swapped to the background so it can be restored later.

A few features of Sterling:

Sterling was later ported to support WinRT apps.

The original online user guide still exists.

For nostalgia, you can still browse old Twitter conversations about Sterling.