Open Source Projects from StannardLabs
In addition to make great applications, we also run and contribute to a number of open source projects in the .NET community. Check out some of our projects below! Also, don't forget to follow StannardLabs on Github!
Quick and Dirty Feed Parser

Quick and Dirty Feed Parser is for .NET developers who hate having to consume RSS and Atom feeds the hard way, whether it's by manually writing their own XML parsers (yuck!) or using the exceptionally awkward ServiceModel.Syndication (yuck!) namespace built into the framework.
The drudgery of parsing XML is now a thing of the past, because Quick and Dirty Feed Parser gives developers an format-agnostic way of parsing these feeds down into a common, simple set of business objects.
- Supported platforms: .NET 4.0, Silverlight 4.0, Windows Phone 7
- Project Home: http://qdfeed.codeplex.com/
- Download: http://qdfeed.codeplex.com/releases/ (or download from NuGet!)
- Bugs? http://qdfeed.codeplex.com/workitem/list/basic
- Projects Using Quick and Dirty Feed Parser:http://captainobvio.us/, http://geekyreads.com/, http://jsonify.com
IsolatedStorage Extensions
IsolatedStorage Extensions is a library for Silverlight 4.0 and Windows Phone 7 developers who want an easier way to work with IsolatedStorage for saving files and application settings. IsolatedStorage is awkward to use natively - there's lots of cruft and small gotchas that can slow you down and make it harder to develop a great Silverlight or Windows Phone 7 application. IsolatedStorage Extensions simplifies those issues and makes it easier for you to get stuff in and out of storage!
- Supported platforms: Silverlight 4.0, Windows Phone 7
- Project Home: https://github.com/Aaronontheweb/isolatedstorage-extensions
- Download: https://github.com/Aaronontheweb/isolatedstorage-extensions
- Bugs? https://github.com/Aaronontheweb/isolatedstorage-extensions/issues
- Projects Using IsolatedStorage Extensions: Coming soon!