castle-monorail Questions
3
Solved
I've been using MVC frameworks for a short while now and I really like how the concerns are separated out. I've got into a bad habit of letting the controllers do quite a bit of work. So I'm really...
Austral asked 28/11, 2008 at 15:6
2
Solved
I'm coming from Ruby on Rails, and I need to create a C# web application. Currently I'm looking at ASP.NET MVC and MonoRail. Most of the comparisons I find are from 2008-2009, when ASP.NET MVC was ...
Sauerkraut asked 6/8, 2012 at 9:20
3
Solved
I want different connection limits for some URLs in my application. Some URLs accept file uploads and need to have a large Connection Timeout. All other URLs need a much smaller timeout to prevent ...
Corroboration asked 16/6, 2011 at 22:13
2
Solved
I'm converting a Castle/Monorails application into a Unity/Asp.NET MVC one,
I'm stuck in trying to converting this component configuration:
<component
id="ComponentBaseConfiguration"
service...
Pearl asked 15/9, 2009 at 13:8
3
Solved
I am trying to set a javascript date so that it can be submitted via JSON to a .NET type, but when attempting to do this, jQuery sets the date to a full string, what format does it have to be in to...
Duley asked 27/8, 2008 at 14:0
4
Solved
I've some experiences on build application with Asp.Net, but now MVC frameworks become more popular. I would like to try building new multilingual web application using with Asp.Net MVC or Castle M...
Pantin asked 14/11, 2008 at 13:34
2
I make heavy use of View Components in some of the larger applications I've built in Monorail - What is the equivalent approach in ASP.Net MVC for a view component, that can support sections etc.?
...
Telestich asked 1/5, 2009 at 4:24
3
I’m trying to make the routing module works with default action or controller, but it doesn’t. I always face with 404 page not found. Did I forget to do something? I really like routing in ASP.NET ...
Sallee asked 14/11, 2008 at 13:19
2
Solved
is there an easy way to solve the following problem.
Let's say I fetch a IList with some books in my controller from my model. Now I want to enrich the output and fetch a preview from Amazon with ...
Exhort asked 24/11, 2008 at 21:9
5
The last time I took on a non-trivial .Net/C# application I used Castle Monorail and, on the whole, enjoyed the experience. Early-access/preview releases of .Net MVC were not yet available. Many "M...
Subclass asked 23/8, 2008 at 12:1
1
© 2022 - 2024 — McMap. All rights reserved.