One object\'s associated with many others: Example: one Post is part of开发者_如何学JAVA one Blog, has a list of relations with Tags, and many other things.....
I have a sql server 7.0 database and I will implement a web service above it. How do I access the data开发者_Python百科 without writing any sql query?LLBLGen is compatible with SQL Server 7Perhaps you
How should model class\'s equals and hashcode be implemented in Hibernate? What are the common pitfalls? Is the default implementation good enough for most cases? Is there any sense to use business ke
Does anyone know of a ORM tool for .Net that will work on a database with no primary keys defined?We are running MS SQL Server 2005 by the way.
Instead of JDO , Hibernate , iBATIS why we can not simply use \"Object DataBases\" ? http://en.wikipedia.org/wiki/Comparison_of_obj开发者_Python百科ect_database_management_systemsEven if these object
My question is about nHibernate, or any other ORM for .net that can do what I am looking for : for my web developements, I use Django Framework; the admin pages are automatically generated, so that yo
I am learning ASP.NET MVC now a days and I have found that most of the examples in ASP.NET MVC are with ORM. I don\'t have an开发者_高级运维y issue in using ORM for my learning and personal project. B
How would I go about mapping three classes to one table with fluent NHibernate. A \"Type\" column should indicate which class should be mapped. Is it e开发者_运维百科ven possble?
Right now, I\'m switching my project over from the classic fluent nhibernate style of manually defining a ClassMap for each domain entity, to having the auto-mapper auto-generate the mappings for me.B
Hello guys sorry if the question looks stupid to you. i have 3 tables currency (id | name) language (id| name | description) transaction (id|amount|languageId | currencyid)