- Posted by Jakob Andersen on July 20, 2008
Currently I'm working with a system handling different operations when receiving business documents in object form. Its quite obvious that the code for handling this has evolved to have a lot more responsibilities than it was intended to. So already having an Inversion of Control container in our s...
[More]
- Posted by Jakob Andersen on March 24, 2008
I have had some discussions with a few people about why i would use MonoRail as it (for these people) seem like a step back from WebForms. First of all its important to understand that WebForms provide a statefull abstraction over something that is in fact stateless. In my opinion this makes somethi...
[More]
- Posted by Jakob Andersen on March 23, 2008
Introduction Lately I have been writing some posts(in Danish) introducing ActiveRecord and MonoRail. I have gotten some requests for providing a translation of these in English. This is the fist one and its heavily based on the getting started guide found on castle website. This first post will in...
[More]
- Posted by Jakob Andersen on March 23, 2008
(Once again a post in danish, this time an introduction to MonoRail building an blog based on the datamodel from the previous posts. Again if you want this content in english let me know) Introduktion I de tre forrige indlæg har jeg beskrevet Castle ActiveRecord og hvordan vi ved at udnytte ...
[More]
- Posted by Jakob Andersen on March 21, 2008
This post is in danish and is a third part in an introduction to Castle ActiveRecord, if you would like to see this content in english let me know Introduktion Vi så i første indlæg hvordan vi oprettede ActiveRecord klasser. Disse klasser kunne bruges til at gemme objekter i databasen ved hjælp af ...
[More]
- Posted by Jakob Andersen on March 20, 2008
This post is in danish and is a second part in an introduction to Castle ActiveRecord, if you would like to see this content in english let me know Introduktion I sidste post kiggede vi på hvordan vi kan specificere en sammenhæng mellem vores klasser og vores database med Castle ActiveRecord. Nu e...
[More]
- Posted by Jakob Andersen on March 19, 2008
This post is in danish and contains a simple introduction to using ActiveRecord, it is heavily based on the guide found here. If you would like an english version of the content let me know. Introduktion Jeg vil i denne blogpost introducere Castle ActiveRecord der er en implementation på .NE...
[More]
- Posted by Jakob Andersen on March 14, 2008
I did some work today with MonoRail and some of the tools from Ayende's repository (which contains a lot of tools/code snippets/extensions etc he calls Rhino Tools). I build both things from trunk as well as nHibernate from trunk because I tried to figure out a lot of internal stuff, however this ca...
[More]