Skip to content
kouphax edited this page Jul 26, 2011 · 4 revisions

Users of Simple.Data

If you're using Simple.Data in production, please take a minute to add as many details as you're comfortable sharing to this Wiki page. Be sure to mention which adapter or provider you're using. Feel free to hyperlink to your project or company website.

I'll start...

Mark Rendle

I'm using Simple.Data in two production systems in my work at Dot Net Solutions. I also use it with the awesome NancyFx framework for my hobby project, VoxPop. All using SqlServer provider, and the Mocking adapter for unit testing.

Kristof Claes

I'm using Simple.Data with the SqlCompact40 provider during the development of a small photoblog called MyPhotoBlog. I'm also using the NancyFx framework for the photoblog. Nancy and Simple.Data are a perfect match. You can follow the development of the photoblog on my regular blog.

Ivan Korneliuk

I'm using Simple.Data with SqlServer provider in two production systems in my work at Techinform. One project is CQRS based and Simple.Data is used for actualizing "Read model" there. Withing the second project Simple.Data is used to store normalized data which we receive from third party in XML form.

Our company is very small, so we pay attention for simplicity. With Simple.Data it became possible to us to write simple yet powerful code for data access. We can get rid of a lot of complex infrastructural code we used to write while using other havy tools like NHibernate. So, I guess, our next step will be removing dependencies on such a tools in other parts of our projects and replacing them with Simple.Data.

James Hughes

I have used Simple.Data with the SqlCompact40 provider in my day job at Kainos Software on one project so far. I have also blogged a bit about it in my MicroORM series and I plan on using a lot more in the future.