By tag: ActiveRecord
0
kicks
Create a Firebird database from script file with ActiveRecord
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.
0
kicks
ActiveRecord, Firebird and Guid Primary Keys
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.
0
kicks
The Dynamic Programmer - XGENO.ORG new lightweight ORM Mapper.
New lightweight ORM mapper. It uses the ActiveRecord pattern.
0
kicks
NHibernate Query Analyzer + ActiveRecord
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 Intern...
0
kicks
"Mock" Backend for Castle ActiveRecord
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.
0
kicks
NHibernate and large text fields gotchas
There are two gotchas associated with working with large text fields with NHibernate.
0
kicks
Intro to ActiveRecord
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.
0
kicks
Using Linq for NHibernate in an ASP.NET MVC application
Quick overview on using Linq for NHibernate in an ASP.NET MVC Application.
RhinoCommons, NHibernate and ASP.NET MVC Part 5
0
kicks
Painless Persistence with Castle ActiveRecord (video presentation)
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.
0
kicks
ActiveRecorditize your NHibernate Classes
Part 3 of RhinoCommons, NHibernate and ASP.NET MVC
Setting up the very simple model for use in our ASP.NET MVC application.
0
kicks
The reason for the Ayende phenomenon?
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://blo...
0
kicks
Rhino Security Overview: Part I
"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 inter...
0
kicks
Castle Project 1.0 Release Candidate 3 is out
Yep, you read that right, they finally made it.
0
kicks
Castle MonoRail & ActiveRecord - First Impressions
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!