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”

  • Dew Drop – Experimental Edition – December 7, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
    I’m toying with a new format for the new year. I want to continue delivering a good quantity of links but also hand pick a few each day as “Top Links”, providing a summary for each of them. Let me know your thoughts and suggestions. Thanks! – Alvin Jump to: Top Links | Tips & Tricks | New Releases ...
    6 hours ago
  • Dew Drop – December 7, 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 Resharper is amazing, ...
    10 hours ago
  • How to avoid passing property names as strings using C# 3.0 Expression Trees


    Ivan ZlatevAuthority Authority: 100
    Referencing property names via strings is evil. Consider this simplistic example: private int _myProperty;public int MyProperty{ get { return _myProperty; } set { _myProperty = value; NotifyPropertyChanged (this, "MyProperty") }}// Somewhere in a different project or file...private void ...
    3 days ago
  • Fantastic Friday – Links, thoughts and more…!


    { null != Steve }Authority Authority: 118
    Happy Friday to you    I’m looking forward to my employer’s ( Strategic Data Systems ) Christmas party tommorow night.  It’s always a fun time. SquareUp by Twitter http://squareup.com/ Twitter founder formally unveils Square project   - this is pretty cool I think – the ability to have ...
    3 days ago
  • Migrating to Fluent NHibernate


    Jimmy BogardAuthority Authority: 410
    Recently, I’ve been entrenched in migrating our existing hbm.xml mapping files to Fluent NHibernate.  Having been through other OSS upgrades, I was expecting something along the lines of pulling teeth.  I pictured a branch, tedious work to try and move mappings over, all the while making parallel changes to ...
    5 days ago
  • How do -You- use SQL Server


    Home of the Scary DBAAuthority Authority: 413
    I’ve been tagged by a misplaced yankee, uh, New Englander, whatever . The question is, how do I/we use SQL Server where I work. That’s a tough one. It would make a much shorter, and easier, blog post to describe the things we don’t use it for. However, keeping with the spirit of these tags, I’ll try to lay ...
    6 days ago
  • Database Change Management with Tarantino


    Elegant CodeAuthority Authority: 500
    Seeing as how I have not graced these pages with my presence in quite some time. I figured I better get something going. A little while back my team started working with some outside contractors and our make shift way of keeping changes in sync and under control was simply not cutting the mustard. Why do we need DB ...
    1 week ago
  • FluentNhibernate and Stored Procedures


    Web Dev BrosAuthority Authority: 92
    I am evaluating FluentNHibernate (FNH), to see if it is suitable for a project I am working on. Disappointingly, FNH does not support Store procedures of the box. Of course, FNH is under the BSD licence, so I am sure those who are confident enough can implement this for the rest of us! This post will show how I got ...
    1 week ago
  • Orchard team looking for a new developer


    Tales from the Evil EmpireAuthority Authority: 478
    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
    2 weeks 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 ...
    2 weeks ago
  • Generando código con AjGenesis usando archivos de mapeo de NHibernate


    MSMVPS.COMAuthority Authority: 608
    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 ...
    2 weeks ago
  • Generating code with AJGenesis using NHibernate hbm files


    Angel "Java" Lopez on BlogAuthority Authority: 402
    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 ...
    2 weeks 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 ...
    2 weeks ago
  • NHibernate web console


    Bug squashAuthority Authority: 100
    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, ...
    2 weeks 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 ...
    2 weeks 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 ...
    2 weeks ago
  • Why Future should be in your future


    Elegant CodeAuthority Authority: 500
    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 ...
    3 weeks 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) ...
    3 weeks ago
  • To DAL or not to DAL


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


    VusCode - Coding dreams since 1998!Authority Authority: 92
    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 ...
    4 weeks ago

Comments about Nhibernate

Personal attacks are NOT allowed
Please read our comment policy