I want to use Ninject 2 on Castle Monorail. Searching on google, I found nothing about this. I know there is Windsor which magically can integrate with Monorail, same as Ninject (with MVC extension)
I have the following action in the controller: [Cache(HttpCacheability.Public, Duration = 86400, VaryByParams = \"*\", VaryByCustom =开发者_开发知识库 \"url\")]
We have an issue whereby we have a download link on our website (running Castle Monorail) that downloads some data as a CSV. The Action method is as follows:
Is there a straight forward migration path from Castle Monorail to ASP.MVC 2 or 3, or is this uncharted 开发者_运维知识库territory?I did this migration some time ago and it went smoothly. MonoRail is
The castle project is open source. I am wondering where to get its s开发者_运维百科ource code. I cannot find it. You can get it here
I\'m maintaining an application with monorail, and we decided to change the validation method for the Jquery one. So far so good, but... the problem i\'m having is that i can\'t get rid of the referen
I need some insights and thoughts about a refactoring I\'m about to do to our web-app. We initially used the session-per-request pattern with NHibernate and ActiveRecord by using the On_BeginRequest
I have a large Monorail project that we have decided we are going to move over to ASP.NET MVC. Most of the 开发者_高级运维underlying system will likely be reusable, but the Controllers will of course
I wanted to try getting NVelocity to automatically HTML encode certain strings in my MonoRail app. I looked through the NVelocity source code and found EventCartridge, which seems to be a class which
I\'ve been trying to write some initial NUnit unit tests for MonoRail, having got some basics working already. However, while I\'ve managed to check whether a Flash[\"message\"] value has been set by