Hi
I've just started today learning NHibernate (i've used Entity Framework until now). I'm trying to follow the article "Your first NHibernate based application" (
check here).
My problem is that i'm not using an SQL Server Compact as the article show, and in chapter "Configure NHibernate" i don't know what to do instead of adding an empty database called FirstSample.sdf (i don't have available the sdf database in my VS, i'll asume that it's from SQL Server Compact and i've installed SQL Server Express).
I've spent so many hours reading articles and trying to do just an simple task: create a project using .NET 3.5 that connects to an database, and retrieve an table as an list so i can fill an GridView for example.
But it's being really hard to do this! Even that article of Wiki from nhforge complicates too much because it's using Unit Tests.
What you recommend me to do?