1 / 10

Introducing NHibernate 3

Rock Solid Data Access. Introducing NHibernate 3. Kevin McKelvin kevin@mcdev.za.net @ kmckelvin www.mcdev.za.net. The Problems. SQL Injection. The Impedance Mismatch. Objects (Hierarchical). Rows (Relational). My Biggest Pet-Peeve. Boilerplate Code. Typed Datasets anyone?.

holleb
Download Presentation

Introducing NHibernate 3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Rock Solid Data Access Introducing NHibernate 3 Kevin McKelvin kevin@mcdev.za.net @kmckelvin www.mcdev.za.net

  2. The Problems SQL Injection The Impedance Mismatch Objects (Hierarchical) Rows (Relational)

  3. My Biggest Pet-Peeve Boilerplate Code

  4. Typed Datasets anyone?

  5. .NET port of the Hibernate project (Java) • Mature Codebase • Pluggable Architecture • Proven Concepts & Patterns • Used in many large scale Java & .NET applications • Cross platform – fully supported on Mono • Very popular choice on the .NET platform

  6. Today… NHibernate 3 • Coming up to .NET 3.5 / Mono 2.4 • IQueryable LINQ Implementation • Strong typing => Lambdas • QueryOver API • Strongly typed code based configuration • Lazy-load of columns

  7. The NHibernate Ecosystem • NHibernate.Validator • NHibernate.Spatial • NHibernate.Shards • NHibernate Profiler (NHProf) • NHibernate Visual Designer • HQL Workbench

  8. Get your code aawn! NHibernate 3 Code Demo

  9. Where? • www.nhforge.org • http://groups.google.com/group/nhusers

  10. Contact Me • Email: kevin@mcdev.za.net • Twitter: @kmckelvin • Blog: www.mcdev.za.net

More Related