background preloader

Data

Facebook Twitter

Microsoft TechDays '12. Your first NHibernate based application - NHibernate Forge. Wiki extracted from the original blog post of Gabriel Schenker Welcome to NHibernate If you're reading this, we assume that you've just downloaded NHibernate and want to get started using it.

Your first NHibernate based application - NHibernate Forge

This tutorial will talk you through the following: Installing NHibernateDefining a simple business object class.Create an NHibernate mapping to load and save the business object.Configure NHibernate to talk to your local database.Automatically generate a database Writing simple CRUD code using the Repository pattern.Using Unit Tests to make sure the code is working correctly. This is what we're aiming for: Introduction à Entity Framework. Qui ne s'est jamais arraché les cheveux pour récupérer ou mettre à jour des données stockées dans une base de données relationnelle comme SQL Serveur, Oracle ou MySQL ?

Introduction à Entity Framework

Ecrire des lignes de SQL directement dans votre code C# ou VB.Net peut s'avérer délicat et long à débuguer. Avec l'arrivée de LinQ To SQL, Microsoft propose une solution élégante pour requêter une base de données sans écrire une seule ligne de SQL. Data Developer Center.