文章分类 -  NHibernate

A Quick Start Guide to NHibernate
摘要:A Quick Start Guide to NHibernate What is NHibernate NHibernate is a .NET based object persistence library for relational databases. NHibernate is a port of the excellent Java Hibernate relational pe... 阅读全文
posted @ 2005-02-17 16:57 老烟 阅读(454) 评论(0) 推荐(0)
NHibernate Reference Documentation
摘要:NHibernate - Relational Persistence for Idiomatic .NET NHibernate Reference Documentation Alpha ... 阅读全文
posted @ 2005-02-17 16:54 老烟 阅读(1851) 评论(0) 推荐(0)
NHibernate数据持久框架在多层项目开发中的应用
摘要:NHibernate数据持久框架在多层项目开发中的应用(一) 作者:jargon 一、工程环境: 在Microsoft Visual.net新建一解决方案,新建三个工程: 1、数据层 Search.Data 2、业务逻辑层Search.Mid 3、表现层:Search.Web 项目结构如《使用Nhibernate框架,快速开发Dotnet应用》中的图所示。 ... 阅读全文
posted @ 2005-02-17 16:53 老烟 阅读(533) 评论(0) 推荐(0)
Introduction of NHibernate
摘要:Chances are, as a .NET developer, you are already intimately familiar with the ADO.NET dataset. If you are an “enterprise” developer, those odds approach 100%. Database interaction via the FCL centers... 阅读全文
posted @ 2005-02-17 16:50 老烟 阅读(404) 评论(0) 推荐(0)