You all are definetely right. You have been using NHibernate only by manually implementing the POCO and XML mappings.
The reason I am asking this is that I want to present NHibernate as an alternative to Linq-to-SQL to a group of developers here. The auto-generating capability of Linq-to-SQL doesn´t seem to be very useful in the long term since it requires the developers to work in a table-oriented-way however this feature is also very powerful and appealing to new developers.
In the other hand If I demonstrate I can generate classes and hbm mappings from an SQL scheme than I can reduce the importance of Linq-to-SQL. At the same time, it can be useful for small and/or not integrated software projects in the department I work for.
Additionally I have another question: Where can I find NHibernate-to-Linq ?
I was in Ayende´s site but he said it was moved to NHibernate.Contrib but I couldn´t find this project.
Can anyone tell me where to download it ?
thanks