I am a Java developer and I work with Hibernate. Now I need to create a desktop application and I decided to use C # for this. I've been researching ORM frameworks for C # and found the Entity Framework and NHibernate. As my experience is greater with Hibernate I decided to adopt NHibernate but I am researching if it is possible for the framework to create the database and tables as it is possible in Hibernate but I have yet to find anything other than creating tables.
I would like to know if NHibernate can create the database?