Setting up nHibernate with SQLite
Posted
by Goblin
on Stack Overflow
See other posts from Stack Overflow
or by Goblin
Published on 2010-06-12T22:34:16Z
Indexed on
2010/06/12
22:42 UTC
Read the original article
Hit count: 178
Does anyone have a step-by-step guide on how to use nHibernate and SQLite? I can't figure out which dll's I need and which goes in the references and which just need to be copied. I would also like to know how to create the actual file for SQLite.
This is for a small application running .Net 4.0 - I understand some things have changed since 3.0 and NHibernate 1.2...
© Stack Overflow or respective owner