Save, Update and Get data from SQL using Fluent NHibernate

This article is continuation of my previous two articles – “Configuration of Fluent NHibernate through C# code” and “Handling Parent Child SQL Table relation using Fluent NHibernate”. Once we configured and mapped the data we need to save it in SQL and this is our major goal.

 

Handling Parent Child SQL Table relation using Fluent NHibernate

This article is continuation of my previous article – “Configuration of Fluent NHibernate through C# code”. Here we can see how to do mapping of parent and child relation with the help of primary and foreign key concept in SQL. We can achieve it with the help of Fluent NHibernate.

 

Configuration of Fluent NHibernate through C# code

In this article we will see how to configure Fluent NHibernate through C# code it gives easy way to query save or update data on Database and it lies on top of NHibernate engine

 
 

Create, Save or Update Database Table using NHibernate – C# programmatically

Hello everyone in this article we will see how to update your Database using Nhiberate in you C# code.

 

Configuration of NHibernate through app.config file

In this article let us see how to configure NHibernate in our C# code.