Fluent NHibernate Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024

ความคิดเห็น • 20

  • @michaelbarber5651
    @michaelbarber5651 6 ปีที่แล้ว

    This is great. We use to have actually create a database using SQL Tools which takes about 2 mins. instead of the 13 for this video. I'm glad thing are getting more complicated.

  • @TheOceanLoader
    @TheOceanLoader 13 ปีที่แล้ว

    This is one of those skills every .NET Developer needs to have some exposure to IMHO. Thank you for providing a useful video. I have previously found most of the tutorials out there were too verbose, outdated, and lacking in clarity.

  • @nurlanavazzade8887
    @nurlanavazzade8887 6 ปีที่แล้ว

    Thnks a lot. I research some links but your example is the best. Just a minute fluent nhibernate is ready

  • @masistoto6594
    @masistoto6594 8 ปีที่แล้ว +3

    Why does the "Car" class have "Make" whereas we the "Model" already references "Make"?

  • @somesbhowmick2082
    @somesbhowmick2082 3 ปีที่แล้ว

    Really it is clear and helps me a lot, I am new to NHibernet

  • @hiraeth.9620
    @hiraeth.9620 7 ปีที่แล้ว +1

    damn you seem to be the only one with an original example and that is working without doing things that you dont show to us

  • @viteok1234
    @viteok1234 7 ปีที่แล้ว

    Wonderful simple working example . Txs.
    Seems your are not posting for some time. Said . You have some subscribers.

  • @D80CoUkblog
    @D80CoUkblog  11 ปีที่แล้ว

    Thanks :) When I update this video I will try to use a repository pattern, possibly with Unit of Work.

  • @D80CoUkblog
    @D80CoUkblog  11 ปีที่แล้ว

    Strange, could it be that you're looking at a different instance of SQLServer vs SQLExpress you might have to point SQL Management Studio to localhost\SQLExpress

  • @JoohnDragon
    @JoohnDragon 11 ปีที่แล้ว

    I don't know what i'm doing wrong, y used your source code, put my database , the console display is exactly like yours but there are no tables created in the database ...

  • @dinobulja
    @dinobulja 5 ปีที่แล้ว

    Written tutorial is broken link?
    What is Map doing? Creating a DB column for the selected property in your object? Or something else?

  • @Mertiin
    @Mertiin 11 ปีที่แล้ว

    Nice tutorial. Thx.

  • @cuneytkukrer
    @cuneytkukrer 11 ปีที่แล้ว

    Excellent! Could you go for repository pattern on the next one?

  • @enzodega
    @enzodega 11 ปีที่แล้ว

    Thanks a lot!

  • @KuanyshRaimbekov
    @KuanyshRaimbekov 12 ปีที่แล้ว

    thanks for the tutorial

  • @JeremyNoelJohnson
    @JeremyNoelJohnson 11 ปีที่แล้ว

    It would be nice to have a video for the complete noob to this. I've been doing .NET development since 2003 but haven't used ORM (constructed my own data access), but I can see the value in it - writing code that creates the database tables for you (if they don't already exist) and inserts the values. But what really is this doing for you? You're still writing the same code I would be to access a database. Is the value that it creates the tables for you?

  • @janadilov
    @janadilov 11 ปีที่แล้ว

    thanks for tutorial

  • @rajeshinfinity
    @rajeshinfinity 11 ปีที่แล้ว

    nice video.

  • @KuanyshRaimbekov
    @KuanyshRaimbekov 12 ปีที่แล้ว

    what software did you use to record the video?

  • @awernek81
    @awernek81 6 ปีที่แล้ว

    Hi! How to make auto-relationship?