activa's blog

.NET, Web, Mobile and more stuff I can't stop talking about

Browsing Posts in Vici Project

Adding support for SQLite to a Windows Phone app is actually very easy. Vici CoolStorage, an open-source data access layer and ORM, allows you to add local SQLite db access to your Windows Phone app with just a few lines of code, even if you don’t want to use the ORM features at all.

Our CoolStorage ORM has been around for quite a while, but I felt that it was particularly useful as a data access layer on smaller scale applications and mobile devices running .NET (or some flavor of it). Not everybody needs a massive (*) data access layer like Entity Framework or NHibernate. About a year ago [...]

It has been almost one year since the last public release of CoolStorage.NET (“cool” open-source object mapper for .NET 2.0), but this doesn’t mean the product was dead. A lot of people regularly downloaded the latest builds from CodePlex and I received a lot of great feedback, which finally lead to the release of version [...]

Many of you know me from some open source projects that are hosted on CodePlex: CoolStorage.NET (ActiveRecord style object mapper) ProMesh.NET (MVC web application framework) LazyParser.NET (late-bound C# expression parser) The next project has been in development for quite a while and is closely related to the other projects, as it is being used in [...]