Stories recently tagged with 'SQLite'

Using SQLite in a Windows Phone app. Part 1(blog.activa.be)

submitted by activaactiva(2340) 9 months, 15 days ago

Although the Windows Phone platform doesn't support a local database out of the box, 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 read more...

add a comment |category: |Views: 39

tags: another

7 Minutes from Install to your working EntitySpaces Architecture(developer.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 6 months ago

7 Minutes from Install to your working EntitySpaces Architecture, no kidding, no modeling, no XML files, no BS read more...

add a comment |category: |Views: 356

tags: another

NHibernate 2.0, SQLite, and In-Memory Databases(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 3 months ago

Had trouble getting in memory SQLite databases running with NHibernate 2.0? Or just want to setup in-memory SQLite databases to do some unit testing? Well, then you should check out this post. read more...

add a comment |category: |Views: 120

tags: another

Blisteringly fast Integration Tests with NHibernate and SQLite(blog.e4ums.co.uk)

submitted by chriscanalchriscanal(105) 3 years, 4 months ago

Intergration tests can be slow and can be painful to run often. In this post I cover using SQLite with NHibernate, and automatically switching between SQLite and SQL Server read more...

1 comment |category: |Views: 377

tags: another

New System.Data.SQLite with Experimental Support for LINQ(xiirus.net)

submitted by myokeehmyokeeh(45) 3 years, 7 months ago

A new version of System.Data.SQLite from sqlite.phxsoftware.com is available. read more...

add a comment |category: |Views: 222

tags: another

Selecting Random Records With SQL(carlj.ca)

submitted by CarlJCarlJ(875) 4 years, 1 month ago

Have you ever wanted to be able to SELECT a random record or records from a database table, but was unsure how to do it with SQL, instead of through code? Fortunately there is a way to do it in SQL Server (and MySQL, PostgreSQL, Oracle, DB2, SQLite, and yes, even your favourite, MS Access), and I’ll show you how. read more...

1 comment |category: |Views: 204

tags: another

New SQLite provider for ELMAH(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 5 months ago

Check out the SQLite provider for ELMAH, it's free and fast. read more...

add a comment |category: |Views: 60

tags: another

Using SQLite in .NET(fabiopedrosa.info)

submitted by mrlinxmrlinx(580) 4 years, 7 months ago

Simple and understandable guide for those eager to use SQLite in .NET. read more...

1 comment |category: |Views: 243

tags: another

Tool for creating SQLite databases in Windows(sourceforge.net)

submitted by bacalaobacalao(320) 4 years, 10 months ago

I don't work much with Linux environments. Nor do I have a PHP environment om my laptop. Realizing that choices were slim, I created my own handy tool to create SQLite databases that I can use witch the System.Data.SQLite package found over at http://sqlite.phxsoftware.com/ This latest release uses SQLite v3.3.12 read more...

add a comment |category: |Views: 16

tags: another