Where can i find a Fluent NHibernate Tutorial?

前端 未结 9 747
广开言路
广开言路 2021-01-30 09:23

I have googled and looked around does anyone know of any hidden gems out there that is not in first couple pages of a google search....

相关标签:
9条回答
  • 2021-01-30 09:28

    This video tutorial added to youtube.com on 10/5/2011 got me up in running in about 30 minutes. Fluent NHibernate Tutorial

    Update: It's been a few months, but if you need advanced mapping and don't mind 3rd party tools, use DevArt's Entity Developer tool which creates all of your entities and mappings for up to 10 tables/entities for free. The source code for the entity mappings is readily available for you to learn from. If you look at it you can learn a lot. http://www.devart.com/entitydeveloper/

    0 讨论(0)
  • 2021-01-30 09:31

    I like NHibernate 3.0 tutorial with Fluent Nhibernate and LINQ 2 NHibernate

    0 讨论(0)
  • 2021-01-30 09:33

    The wiki is your best bet. I've had a few Fluent NHibernate posts on my blog, but most of that content is mirrored on the wiki anyway.

    0 讨论(0)
  • 2021-01-30 09:34

    That helped me a lot maybe you should try.

    0 讨论(0)
  • 2021-01-30 09:37

    The GitHub project page has got all the basic examples you need: https://github.com/jagregory/fluent-nhibernate/wiki/Getting-started

    0 讨论(0)
  • 2021-01-30 09:42

    Fluent Nhibernate has a wiki, have you checked it out?.

    0 讨论(0)
提交回复
热议问题