castle-monorail
Castle Monorail and Ninject 2 integration
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)[详细]
2023-03-07 18:25 分类:问答Spark View Engine and cache
I have the following action in the controller: [Cache(HttpCacheability.Public, Duration = 86400, VaryByParams = \"*\", VaryByCustom =开发者_开发知识库 \"url\")][详细]
2023-03-02 23:26 分类:问答Castle Monorail Databinding in an Action
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:[详细]
2023-02-21 17:22 分类:问答Is there a prescribed Castle Monorail to ASP.NET migration path?
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[详细]
2023-02-10 19:14 分类:问答Where to get the source code of castle project
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[详细]
2023-02-07 09:05 分类:问答MonoRail: how to remove prototype validation?
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[详细]
2023-02-02 07:26 分类:问答Monorail, nhibernate and session-per-request pattern
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[详细]
2023-02-02 06:22 分类:问答Can Castle Monorail and ASP.NET MVC coexist in the same project?
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[详细]
2023-02-02 04:10 分类:问答Automatically HTML Encoding NVelocity Output (EventCartridge & ReferenceInsert)
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[详细]
2023-01-28 13:22 分类:问答How do I Unit Test the Output of a View in MonoRail?
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[详细]
2023-01-27 08:08 分类:问答