I have been looking and reading for an hour and i havent found a good tutorial for SubSonic. Do any of you have a recommendation?
I am looking for a quick command line or winform tutorial (not a asp.net tutorial) to take in a class and create the table, insert a few elements and query them again. I'll get to the advance things later (joins, etc. Or try to use linq?). I cant seem to find anything to tell me the namespace and object to do a query or insert. sure i see var repo=new SimpleRepository(SimpleRepositoryOptions.RunMigrations);
but i am unsure what to do with it.