- Learning NHibernate 4
- Suhas Chatekar
- 190字
- 2021-07-16 13:08:42
Chapter 1. Introduction to NHibernate
In this chapter, we will go over a very brief introduction to NHibernate. This chapter is mainly aimed at absolute beginners to either NHibernate or ORMs. Therefore, we will begin with a discussion around what is an ORM and what kind of problems it solves. We will then pe into NHibernate and talk about what NHibernate offers in specific. Next, we would talk about the latest version of NHibernate and what new features are added in the latest version. While I am introducing NHibernate to you, I will also touch upon the important building blocks of NHibernate. In the end, I would try to answer the question of whether it is a bad idea to use ORM, as portrayed by some experts.
For those of you who have used or read about Entity Framework (EF), I have added a section talking about features in NHibernate that are missing in the current version of EF. This is no way tries to present a picture that NHibernate is superior that EF. Rather, this information will help you to choose the right tool for the job.
- Functional Python Programming
- Git Version Control Cookbook
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- Java Web及其框架技術
- Learning Firefox OS Application Development
- Visual Basic程序設計與應用實踐教程
- Unity 5.x By Example
- PHP+MySQL+Dreamweaver動態網站開發從入門到精通(第3版)
- Mastering openFrameworks:Creative Coding Demystified
- Programming with CodeIgniterMVC
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- Flink技術內幕:架構設計與實現原理
- 算法圖解
- 現代CPU性能分析與優化
- Practical Maya Programming with Python