Haacked

9,473
reputation
1917 views

Registered User

name Haacked
member for 1 year
seen 1 hour ago
website
location US
age 34
I Rock
Dec
13
accepted How to mockup a base controller in asp.net mvc?
Dec
8
accepted Defensive techniques for ASP.MVC for internet facing site.
Dec
7
accepted How can I deploy Asp.Net MVC 2 Beta in IIS6?
Dec
6
awarded  Mortarboard
Dec
4
answered Why do Validation Errors persist?
Dec
4
answered Defensive techniques for ASP.MVC for internet facing site.
Dec
4
answered SparkViewEngine, RenderAction and Areas with ASP MVC 2 Beta?!
Dec
4
answered How can I deploy Asp.Net MVC 2 Beta in IIS6?
Nov
25
comment DataAnnotations
What is the type of ValidationAttribute? You're passing a lambda into the base ctor but there is no such ctor for DataAnnotations ValidationAttribute.
Nov
25
comment ASP.NET MVC Routing with Default Controller
Use a constraint, just as Freddy said.
Nov
22
answered ASP.NET MVC Routing with Default Controller
Nov
11
awarded  Good Answer
Nov
10
awarded  Nice Answer
Nov
10
accepted ASP.net MVC v2 - Debugging Model Binding Issues - BUG?
Nov
10
revised ASP.net MVC v2 - Debugging Model Binding Issues - BUG?
Updating to the correct answer.
Nov
4
answered ASP.net MVC v2 - Debugging Model Binding Issues - BUG?
Nov
4
accepted MVC Compiled Views
Nov
3
awarded  asp.net-mvc
Nov
3
answered MVC Compiled Views
Nov
3
comment Minimizing MVC memory consumption footprint
Maybe we should be asking you this question. How'd you get it down to 20MB? ;)
Oct
31
accepted Override EditorForModel Template
Oct
29
comment Override EditorForModel Template
It's the Object template that does that. It iterates through each property of an object and renders those three things. Check out Brad Wilson's series on the topic bradwilson.typepad.com/blog/2009/…
Oct
29
comment Customize HtmlHelper.ValidationMessage output
You'll be able to have any custom HTML markup you want. If you choose this approach, we'll simply toggle the visibility of the message via a CSS class. So yes, you'll be able to do this.
Oct
29
accepted MVC 2 AreaRegistration Routes Order
Oct
29
accepted Why is Request.ContentType always empty on my requests?
Oct
29
accepted ASP.NET MVC Unbind Action Parameter
Oct
29
answered IIS 6 to 7 is making me scared of web.configs
Oct
29
comment .NET MVC custom routing with empty parameters
I updated my answer.
Oct
29
revised .NET MVC custom routing with empty parameters
added 205 characters in body
Oct
29
comment ASP.NET MVC Unbind Action Parameter
Ah, good point. Sorry. I updated the answer with what should work.
Oct
29
revised ASP.NET MVC Unbind Action Parameter
Updated answer.; added 8 characters in body; added 119 characters in body
Oct
29
answered Conditionally validating portions of an ASP.NET MVC Model with DataAnnotations?
Oct
29
comment ASP.NET MVC routing and areas
This looks correct to me.
Oct
29
answered Why is Request.ContentType always empty on my requests?
Oct
28
answered ASP.NET MVC Unbind Action Parameter
Oct
28
answered Override EditorForModel Template
Oct
28
answered What is the simplest way to return different content types based on the extension in the URL?
Oct
28
answered MVC 2 AreaRegistration Routes Order
Oct
28
answered Customize HtmlHelper.ValidationMessage output
Oct
28
answered .NET MVC custom routing with empty parameters
Oct
28
comment .NET MVC custom routing with empty parameters
What did you expect to happen? What actually happens? What does the method look like?
Oct
26
awarded  Famous Question
Oct
23
awarded  Enlightened
Oct
23
awarded  Nice Answer
Oct
20
awarded  Nice Question
Oct
18
accepted Having trouble deplying ASP MVC app to normal shared hosting provider
Oct
6
answered Asp.net MVC with ViewState?
Oct
6
accepted Get FormCollection out controllerContext for Custom Model Binder
Oct
5
answered How to mockup a base controller in asp.net mvc?
Oct
3
accepted XmlSerializer under Medium trust bombs