Stories recently tagged with 'ActiveRecord'

Create a Firebird database from script file with ActiveRecord(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 2 years, 5 months ago

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. read more...

add a comment |category: |Views: 6

tags: another

ActiveRecord, Firebird and Guid Primary Keys(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 2 years, 9 months ago

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. read more...

add a comment |category: |Views: 34

tags: another

The Dynamic Programmer - XGENO.ORG new lightweight ORM Mapper.(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 3 years ago

New lightweight ORM mapper. It uses the ActiveRecord pattern. read more...

add a comment |category: |Views: 52

tags: another

NHibernate Query Analyzer + ActiveRecord(leniel.net)

submitted by lenielleniel(489) 3 years ago

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. read more...

add a comment |category: |Views: 47

tags: another

"Mock" Backend for Castle ActiveRecord(brian.genisio.org)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 4 months ago

Testing code that uses Castle ActiveRecord business objects requires some sort of back end for persistence. This approach allows you to use a "mock" back end with ActiveRecord so that you don't need to rely on a file system or database service to unit test your services. read more...

add a comment |category: |Views: 70

tags: another

NHibernate and large text fields gotchas(ayende.com)

submitted by LordLord(3732) 3 years, 5 months ago

There are two gotchas associated with working with large text fields with NHibernate. read more...

add a comment |category: |Views: 19

tags: another

Intro to ActiveRecord(jaltiere.com)

submitted by jaltierejaltiere(885) 3 years, 7 months ago

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. read more...

add a comment |category: |Views: 43

tags: another

Using Linq for NHibernate in an ASP.NET MVC application(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 8 months ago

Quick overview on using Linq for NHibernate in an ASP.NET MVC Application. RhinoCommons, NHibernate and ASP.NET MVC Part 5 read more...

2 comments |category: |Views: 488

tags: another

Painless Persistence with Castle ActiveRecord (video presentation)(infoq.com)

submitted by LordLord(3732) 3 years, 8 months ago

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. read more...

add a comment |category: |Views: 76

tags: another

ActiveRecorditize your NHibernate Classes (frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 8 months ago

Part 3 of RhinoCommons, NHibernate and ASP.NET MVC Setting up the very simple model for use in our ASP.NET MVC application. read more...

4 comments |category: |Views: 149

tags: another

The reason for the Ayende phenomenon?(ayende.com)

submitted by LordLord(3732) 3 years, 11 months ago

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 read more...

add a comment |category: |Views: 31

tags: another

Rhino Security Overview: Part I(ayende.com)

submitted by LordLord(3732) 4 years ago

"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." read more...

add a comment |category: |Views: 112

tags: another

Castle Project 1.0 Release Candidate 3 is out(hammett.castleproject.org)

submitted by LordLord(3732) 4 years, 4 months ago

Yep, you read that right, they finally made it. read more...

add a comment |category: |Views: 4

tags: another

Castle MonoRail & ActiveRecord - First Impressions(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 4 years, 10 months ago

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! read more...

2 comments |category: |Views: 22

tags: another

Castle MonoRail & ActiveRecord - First Impressions(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 4 years, 10 months ago

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! read more...

2 comments |category: |Views: 22

tags: another