Click here to Skip to main content
15,886,780 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
Hello Everyone,

i have multiple table in database.
ProjectMaster and UserTasks are 2 table in that database.
I want to know how i can perform CRUD operation with the help of NHibernate.
and also want to know about mapping in nhibernate

for eg:

if project P1 is data inserted and i want to update its task t1, t2 any task or add, delete
and it should reflect in database.

please let me know how i can perform such kind of operation using C# and NHibernate

thanks in advance...!!
Posted
Updated 8-Aug-13 2:16am
v2

1 solution

Check below mentioned links for more info.

CRUD with NHibernate

http://sdesmedt.wordpress.com/2006/06/13/nhibernate-part-2-crud-with-nhibernate/[^]

Testing CRUD Operations With NHibernate

http://thatextramile.be/blog/2009/12/testing-crud-operations-with-nhibernate/[^]

General

NHibernate Made Simple[^]

I hope this will help to you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900