随笔分类 -  ORM

摘要:In previous USING NHIBERNATE WITH SQLITE, we connect SQLITE with ORM framework NHibernate. One of the biggest advantage of ORM is that most code need not be changed when switching different DBMS. In this article, MySQL is used for DBMS. For the switching, hibernate.cfg.xml and default.build have to be updated. 阅读全文
posted @ 2013-12-21 23:25 独木 阅读(269) 评论(0) 推荐(0)
摘要:The most convenient method to add NHibernate and SQLite for C# project is using NuGet. But I prefer a more free way to do it with NAnt. Let's do it. 阅读全文
posted @ 2013-08-25 17:30 独木 阅读(1734) 评论(0) 推荐(0)