fubumvc Questions
1
Solved
I'm having trouble understanding how to render a collection as a drop down list.
If I have a model like:
public class AccountViewModel {
public string[] Country { get; set; }
}
I would like ...
2
Solved
I have no previous experience with FubuMVC HtmlTags library, and I simply got stuck when trying to accomplish a simple nested structure like this:
<ul>
<li>text</li>
<li>...
Loathing asked 9/10, 2011 at 17:42
3
Solved
When Jeremy & Chad posted about their FubuMvc project, one of the differentiators they mentioned was their "Thunderdome Principal":
The “Thunderdome Principle” – All
Controller methods take...
Hypotonic asked 5/2, 2009 at 22:44
4
Solved
A developer I know just showed me FubuMVC and there was some question whether or not we should attempt to use it on a real live project or not. The current design choice so far has been ASP.NET MVC...
Eleni asked 6/1, 2009 at 11:43
1
© 2022 - 2024 — McMap. All rights reserved.