Is it possible for two .net strings to have different hashes? I have a Hashtable with amongst others the key \"path\". When I loop through the elements in the table to print it, i can see that the key
I am using extjs in a monorail application. I am using a JsonStore to persist data back to my controller. I have read, update and delete working properly. But I cannot seem to figure out how to format
BaseControllerTest.PrepareController is enough for controller properties setup, such as PropertyBag and Context
Is it possible to fire up nvelocity routing mechanism outside the context of request (standalone app, or a testing framework) and get an url from action and routing values from url?
I\'m using Castles\' NVelocity Engine to do some template work. Here\'s the problem. Several of my templates work fine, but one of them isn\'t.
I have an old MonoRail/ActiveRecord I\'ve been doing some work too. Recently I decided to upgrade the application to Castle Trunk & NHibernate 2.1.0.4000 GA and I\'m now finding a few issues with
I\'m running a MonoRail application that has no routing configured. So I\'m using MRs standard Area/Controller/Action.aspx scheme.