nhibernate

Tag details

Welcome to the 'nhibernate' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'nhibernate'.

Look up Offsite Link "nhibernate" at The Free Dictionary

Latest blogosphere posts tagged “nhibernate”

  • Generando código con AjGenesis usando archivos de mapeo de NHibernate


    MSMVPS.COMAuthority Authority: 658
    En estos días, estuve trabajando en generar código de clases C#, usando como punto de partida los archivos .hbm, que se usan en NHibernate para especificar el mapeo de clases y tablas de bases relacionales. Como es usual, cuando encaro algo de generación de código uso AjGenesis , mi proyecto open source de ...
    6 hours ago
  • Generating code with AJGenesis using NHibernate hbm files


    Angel "Java" Lopez on BlogAuthority Authority: 104
    I was working on generating C# classes, using as starting point .hbm NHibernate mapping files. As usual, I wrote an example with AjGenesis , my open source code generation engine. You can download a first example from my Skydrive: Examples > AjGenesis > NHibernateMappingExample01.zip (the code is in the ...
    1 day ago
  • Dew Drop – Weekend Edition – November 21-22, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio NHibernate and Composite ...
    1 day ago
  • Dew Drop – November 19, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
    Another massive post filled with PDC 2009 goodness.     Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day ...
    4 days ago
  • Dew Drop – November 17, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Text Sharp – Visual ...
    6 days ago
  • Why Future should be in your future


    Elegant CodeAuthority Authority: 516
    Even though NHibernate 3.0 is on the way I am going to highlight a feature that was introduced in v2.1 but that relatively few people seem to be using (at least in the code bases I have seen recently). Former ECer Davy Brion, as always, does an excellent job of demonstrating usage of the feature here so I am not ...
    6 days ago
  • Dew Drop – November 11, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Application Settings (Richard Carr) ...
    1 week ago
  • To DAL or not to DAL


    Santosh Benjamin's WeblogAuthority Authority: 100
    Do BizTalk consultants need to care about Data Access Layers? Does a BizTalk solution really need a DAL?  These are the questions that I’ve been mulling over in the past few weeks. Let me explain.There are a couple of places where a BizTalk solution encounters a DAL. The first is where the DAL acts as [...]
    2 weeks ago
  • Fluent NHibernate samples – Auto mapping (Part 1/2)


    VusCode - Coding dreams since 1998!Authority Authority: 107
    In my previous blog post , I have announced the sample solution with which I try to provide code sample for very comprehensive documentation which can be found on http://fluentnhibernate.org/ .. The project is hosted on CodePlex ( http://fnhsamples.codeplex.com/ ). Right now it contains just a small sample which ...
    2 weeks ago
  • Fluent NHibernate Samples on CodePlex


    VusCode - Coding dreams since 1998!Authority Authority: 107
    I’ve been using Fluent NHibernate for more then a year now and I am big fan of it. The were only two things bothering me in FNH for all that 1+ year: frequent API changes (which made my fluent mapping and auto mapping blog post pretty quick completely obsolete – not to mention my code :)), but when I ...
    2 weeks ago
  • NHibernate en SQL Azure


    MSMVPS.COMAuthority Authority: 658
    El viernes pasado, estuve hablando con Fabio Maulo ( @fabiomaulo ) de varios temas: de desarrollo de software, enseñanza de la programación, y por supuesto, sobre NHibernate. Ambos vivimos en Buenos Aires, Argentina, y fue un placer hablar con él, como siempre. Yo sigo a Fabio en Twitter, y soy un subscripto a  ...
    2 weeks ago
  • Dew Drop – November 3, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio An RSS Dashboard in F#, ...
    2 weeks ago
  • Dew Drop – November 2, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Some quick F# notes… (Brian McNamara) .Net Framework ...
    3 weeks ago
  • State Pattern, Enumeration Class and Fluent NHibernate (Oh my!)


    Elegant CodeAuthority Authority: 516
    Recently, I needed to change a basic enumeration into a full-fledged state pattern. After getting all my domain classes updated, I began reviewing the persistence layer. And I hit a wall.  I wasn’t sure how I wanted to update my Fluent NHibernate convention to persist the current state. My original classes were ...
    3 weeks ago
  • Which ORM? LINQ To SQL, Entity Framework? LLBLGen? NHibernate?…?


    Guru StopAuthority Authority: 453
    While I was planning to write about the same topic and have the draft ready in my Windows Live Writer waiting to complete, I found an interesting question in StackOVerflow and couldn’t just resist to answer: ORM/Persistence layer Advice The question starts with: Im starting a new project and Im ...
    3 weeks ago
  • NHibernate running in the Azure Cloud


    Angel "Java" Lopez on BlogAuthority Authority: 104
    Yesterday, I was talking with Fabio Maulo ( @fabiomaulo ) about many things, related to software development, teaching programming and, of course, NHibernate. We are living in Buenos Aires, Argentina, and it was a pleasure to talk with him, as usual. Í’m following Fabio in Twitter, and I’m a suscriber of his ...
    3 weeks ago
  • Dew Drop – October 30, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio The HornGet Project: ...
    3 weeks ago
  • Vacation of Fluent NHibernate: Tuesday Conventions


    I Am Not MyselfAuthority Authority: 107
    Well here we are on Thursday and I am finally posting Tuesday’s video. When I starteddoing this I had no idea how long it would take to produce one of these videos. Ihave a pretty good idea now. ;) In this installment I cover conventions, both ClassMap conventions and AutoMap conventions.I slowly convert ...
    3 weeks ago
  • I Started a Fight


    Home of the Scary DBAAuthority Authority: 126
    I had no idea, but evidently I started a bit of a donny-brook . Cool!
    3 weeks ago
  • Vacation of Fluent NHibernate: Monday ClassMaps


    I Am Not MyselfAuthority Authority: 107
    Hello Tuesday! Wait a minute this is Monday’s video. That’s right I spent so muchtime on Monday producing the Introduction video and planning the ClassMaps video,I didn’t get around to making Monday’s until Tuesday. But hey I am on vacation whatare you expecting from me really? So, today I am covering ...
    3 weeks ago

Comments about nhibernate

Personal attacks are NOT allowed
Please read our comment policy