<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with ActiveRecord</title>
    <description>the latest stories tagged with 'ActiveRecord' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Create a Firebird database from script file with ActiveRecord</title>
      <description>Once I needed to create a Firebird database from a SQL script file using the ActiveRecord component from Castle Project. First problem was to convince ActiveRecord to execute a non-query command and the second, to execute the script file using the Firebird embedded engine. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f09%2fcreate-firebird-database-from-script.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f09%2fcreate-firebird-database-from-script.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Create_a_Firebird_database_from_script_file_with_ActiveRecord</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Create_a_Firebird_database_from_script_file_with_ActiveRecord</guid>
      <pubDate>Sat, 12 Sep 2009 18:19:57 GMT</pubDate>
    </item>
    <item>
      <title>ActiveRecord, Firebird and Guid Primary Keys</title>
      <description>I like to use the Guid values as Primary Keys, because I do a lot of data synchronization and sometimes I need to know the ID value before saving the record into the database. Here is a good article about using the Guid as Primary Key. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f04%2factiverecord-firebird-and-guid-primary.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f04%2factiverecord-firebird-and-guid-primary.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/ActiveRecord_Firebird_and_Guid_Primary_Keys</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/ActiveRecord_Firebird_and_Guid_Primary_Keys</guid>
      <pubDate>Tue, 28 Apr 2009 15:37:19 GMT</pubDate>
    </item>
    <item>
      <title>The Dynamic Programmer - XGENO.ORG new lightweight ORM Mapper.</title>
      <description>New lightweight ORM mapper. It uses the ActiveRecord pattern. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f2009%2f01%2f22%2fXGENOORGNewLightweightORMMapper.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f2009%2f01%2f22%2fXGENOORGNewLightweightORMMapper.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/The_Dynamic_Programmer_XGENO_ORG_new_lightweight_ORM_Mapper</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/The_Dynamic_Programmer_XGENO_ORG_new_lightweight_ORM_Mapper</guid>
      <pubDate>Thu, 22 Jan 2009 18:39:57 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate Query Analyzer + ActiveRecord</title>
      <description>NHibernate Query Analyzer (NHQA) helps a lot while working in a .NET project with a relational database that makes use of NHibernate as the persistence manager.

I was having a problem getting NHQA to work with a business data layer constructed with the help of ActiveRecord - I searched the Internet for a path that would led me in the right direction and after solving small errors I got NHQA working with a proper configuration file.

In this post you'll find the content of the file so that you can get a sense of what must be done with the initial configuration of NHQA. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.leniel.net%2f2008%2f11%2fnhibernate-query-analyzer-activerecord.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leniel.net%2f2008%2f11%2fnhibernate-query-analyzer-activerecord.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/NHibernate_Query_Analyzer_ActiveRecord</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/NHibernate_Query_Analyzer_ActiveRecord</guid>
      <pubDate>Mon, 19 Jan 2009 10:27:11 GMT</pubDate>
    </item>
    <item>
      <title>&amp;quot;Mock&amp;quot; Backend for Castle ActiveRecord</title>
      <description>Testing code that uses Castle ActiveRecord business objects requires some sort of back end for persistence.  This approach allows you to use a &amp;quot;mock&amp;quot; back end with ActiveRecord so that you don't need to rely on a file system or database service to unit test your services. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbrian.genisio.org%2f2008%2f07%2factive-record-mock-framework.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbrian.genisio.org%2f2008%2f07%2factive-record-mock-framework.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Mock_Backend_for_Castle_ActiveRecord</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Mock_Backend_for_Castle_ActiveRecord</guid>
      <pubDate>Thu, 18 Sep 2008 19:34:36 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate and large text fields gotchas</title>
      <description>There are two gotchas associated with working with large text fields with NHibernate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ayende.com%2fBlog%2farchive%2f2006%2f12%2f30%2f6986.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ayende.com%2fBlog%2farchive%2f2006%2f12%2f30%2f6986.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NHibernate_and_large_text_fields_gotchas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NHibernate_and_large_text_fields_gotchas</guid>
      <pubDate>Mon, 08 Sep 2008 00:34:12 GMT</pubDate>
    </item>
    <item>
      <title>Intro to ActiveRecord</title>
      <description>This article is the third in a series of articles concerning NHibernate.  This article specifically deals with the Castle ActiveRecord project and how it makes NHibernate easier to use. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jaltiere.com%2f%3fp%3d51"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jaltiere.com%2f%3fp%3d51" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Intro_to_ActiveRecord</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Intro_to_ActiveRecord</guid>
      <pubDate>Wed, 02 Jul 2008 06:45:48 GMT</pubDate>
    </item>
    <item>
      <title>Using Linq for NHibernate in an ASP.NET MVC application</title>
      <description>Quick overview on using Linq for NHibernate in an ASP.NET MVC Application. 

RhinoCommons, NHibernate and ASP.NET MVC Part 5 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrickinsweet.com%2fryanlanciaux.com%2fpost%2fRhinoCommons2c-NHibernate-and-ASPNET-MVC-Part-5---LINQ-to-NHibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrickinsweet.com%2fryanlanciaux.com%2fpost%2fRhinoCommons2c-NHibernate-and-ASPNET-MVC-Part-5---LINQ-to-NHibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Using_Linq_for_NHibernate_in_an_ASP_NET_MVC_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Using_Linq_for_NHibernate_in_an_ASP_NET_MVC_application</guid>
      <pubDate>Tue, 10 Jun 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Painless Persistence with Castle ActiveRecord (video presentation)</title>
      <description>This presentation by Hamilton Verissimo and Oren Eini show Castle Active Record - an ORM solution for .NET building on NHibernate. After an introduction, the presentation dives into various advanced topics and techniques for working with Castle Active Record. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.infoq.com%2fpresentations%2feini-verissimo-castle-active-record"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.infoq.com%2fpresentations%2feini-verissimo-castle-active-record" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Painless_Persistence_with_Castle_ActiveRecord_video_presentation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Painless_Persistence_with_Castle_ActiveRecord_video_presentation</guid>
      <pubDate>Tue, 03 Jun 2008 15:49:16 GMT</pubDate>
    </item>
    <item>
      <title>ActiveRecorditize your NHibernate Classes </title>
      <description>Part 3 of RhinoCommons, NHibernate and ASP.NET MVC

Setting up the very simple model for use in our ASP.NET MVC application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrickinsweet.com%2fryanlanciaux.com%2fpost%2fRhinoCommons2c-NHibernate-and-ASPNET-MVC-Part-3-the-model.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrickinsweet.com%2fryanlanciaux.com%2fpost%2fRhinoCommons2c-NHibernate-and-ASPNET-MVC-Part-3-the-model.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/ActiveRecorditize_your_NHibernate_Classes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/ActiveRecorditize_your_NHibernate_Classes</guid>
      <pubDate>Fri, 23 May 2008 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>The reason for the Ayende phenomenon?</title>
      <description>As we all know, Ayende has done a lot for the .NET community. Blog subscription not optional.
We heard lots of different people asking if he ever sleeps.
How is this possible? I say; follow the link.

http://kyle.baley.org/DoAndroidsDreamOfElectricMonorailsWhileTheyreHibernating.aspx
http://blogs.magiconsoftware.com/blogs/bdiaz/archive/2007/03/25/linq-for-nhibernate.aspx
http://www.benmonro.com/Blog/CommentView,guid,18ee917b-6d86-483e-a169-1d9fa0801d60.aspx
http://samgentile.com/blogs/samgentile/archive/2007/03/18/new-and-notable-149.aspx
http://groups.google.com/group/castle-project-users/msg/da741a02df25bcaf
http://www.ayende.com/Blog/archive/2008/01/10/Code-that-read-and-modify-code-code-that-read-codes.aspx &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ayende.com%2fBlog%2farchive%2f8717.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ayende.com%2fBlog%2farchive%2f8717.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_reason_for_the_Ayende_phenomenon</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_reason_for_the_Ayende_phenomenon</guid>
      <pubDate>Thu, 14 Feb 2008 18:59:59 GMT</pubDate>
    </item>
    <item>
      <title>Rhino Security Overview: Part I</title>
      <description>&amp;quot;The main part that we have here is the security model, but notice that the application domain model is off to the side, and have very little to do with the security model. In fact, there is only a single requirement from the application domain model, the User entity needs to implement an interface with a single property, that is all.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f01%2f22%2fRhino-Security-Overview-Part-I.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f01%2f22%2fRhino-Security-Overview-Part-I.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Rhino_Security_Overview_Part_I</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Rhino_Security_Overview_Part_I</guid>
      <pubDate>Wed, 23 Jan 2008 02:39:11 GMT</pubDate>
    </item>
    <item>
      <title>Castle Project 1.0 Release Candidate 3 is out</title>
      <description>Yep, you read that right, they finally made it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhammett.castleproject.org%2f%3fp%3d207"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhammett.castleproject.org%2f%3fp%3d207" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Castle_Project_1_0_Release_Candidate_3_is_out</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Castle_Project_1_0_Release_Candidate_3_is_out</guid>
      <pubDate>Sat, 22 Sep 2007 16:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Castle MonoRail &amp;amp; ActiveRecord - First Impressions</title>
      <description>I've spent quite a few hours over the past few days playing with the amazing Castle Project (long overdue for me), mostly MonoRail and ActiveRecord.  All I can say is WOW!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjoeydotnet.com%2fblog%2fCastleMonoRailAmpActiveRecordFirstImpressions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjoeydotnet.com%2fblog%2fCastleMonoRailAmpActiveRecordFirstImpressions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Castle_MonoRail_amp_ActiveRecord_First_Impressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Castle_MonoRail_amp_ActiveRecord_First_Impressions</guid>
      <pubDate>Sun, 18 Mar 2007 20:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Castle MonoRail &amp;amp; ActiveRecord - First Impressions</title>
      <description>I've spent quite a few hours over the past few days playing with the amazing Castle Project (long overdue for me), mostly MonoRail and ActiveRecord.  All I can say is WOW!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjoeydotnet.com%2fblog%2fCastleMonoRailAmpActiveRecordFirstImpressions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjoeydotnet.com%2fblog%2fCastleMonoRailAmpActiveRecordFirstImpressions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Castle_MonoRail_amp_ActiveRecord_First_Impressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Castle_MonoRail_amp_ActiveRecord_First_Impressions</guid>
      <pubDate>Sun, 18 Mar 2007 20:01:01 GMT</pubDate>
    </item>
  </channel>
</rss>
