Click here to Skip to main content
15,897,226 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
is any net technology in .net which allow project totally database independent like java hibernate.
Posted
Comments
[no name] 23-Dec-12 3:57am    
THANK YOU FOR ANSWER

i have checked NHibernate.. is any drawback using BHibernate or it is same as java Hibernate. i have worked in java Hibernate it is excellent but i fear to use NHibernate bcz of further problem.. is NHibernate just like Java Hibernate or it is not properly developed by Microsoft ??

1 solution

You can try the Data Access Block in the Enterprise Library[^].
This can allow you to build database independent code.

There is however, a need to add database support as demonstrated at Intergrating MySql with Enterprise Library for .NET Framework 2.0[^].

You can always of course, check out NHibernate as well[^].
 
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