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”

  • Orchard team looking for a new developer


    Tales from the Evil EmpireAuthority Authority: 477
    My team is looking for a new full-time developer. The project is to build a completely new open-source CMS based on ASP.NET MVC 2. It’s a lot of fun :) https://careers.microsoft.com/JobDetails.aspx?ss=&pg=0&so=&rw=1&jid=9434&jlang=EN
    4 days ago
  • Dew Drop – November 23, 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 Announcing: Reflector Addin Toolkit on ...
    4 days ago
  • 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 ...
    4 days ago
  • Generating code with AJGenesis using NHibernate hbm files


    Angel "Java" Lopez on BlogAuthority Authority: 400
    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 ...
    5 days 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 ...
    5 days ago
  • NHibernate web console


    Bug squashAuthority Authority: 404
    When developing web apps, I sometimes need to poke into the apps database, or try out some query. When its a SQL Server database, I have Management Studio. But what if its SQLite? Or Firebird? Even when its SQL Server, most of my apps use NHibernate and Im really spoiled by HQL. And if its a local embedded database, ...
    5 days 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 ...
    1 week 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 ...
    1 week ago
  • Why Future should be in your future


    Elegant CodeAuthority Authority: 499
    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 ...
    1 week 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) ...
    2 weeks ago
  • To DAL or not to DAL


    Santosh Benjamin's WeblogAuthority Authority: 396
    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 [...]
    3 weeks ago
  • Fluent NHibernate samples – Auto mapping (Part 1/2)


    VusCode - Coding dreams since 1998!Authority Authority: 110
    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 ...
    3 weeks ago
  • Fluent NHibernate Samples on CodePlex


    VusCode - Coding dreams since 1998!Authority Authority: 110
    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 ...
    3 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  ...
    3 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#, ...
    3 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: 499
    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: 400
    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: ...
    4 weeks ago

Comments about NHibernate

Personal attacks are NOT allowed
Please read our comment policy