JC Grubbs

2,098
Reputation
115 views

Registered User

name JC Grubbs
member for 1 year
seen 16 hours ago
website
location
age
Dec
2
awarded  Self-Learner
Nov
28
awarded  Popular Question
Oct
31
awarded  Popular Question
Oct
30
awarded  Notable Question
Oct
21
awarded  Popular Question
Oct
17
awarded  Popular Question
Oct
12
awarded  Tumbleweed
Oct
5
asked Any libraries available for doing LINQ over EAV pattern?
Sep
29
awarded  Popular Question
Sep
22
answered ValidateInput Attribute Doesn’t Seem To Work in ASP.NET MVC
Sep
22
asked ValidateInput Attribute Doesn’t Seem To Work in ASP.NET MVC
Sep
17
awarded  Notable Question
Sep
8
awarded  Taxonomist
Sep
5
awarded  Yearling
Sep
4
comment ModelFactory in ASP.NET MVC to solve ‘RenderPartial’ issue
This is generally the approach I take, but it still smells kind of funny to me. I don't like the fact that the outer view has been provided data that it doesn't need. I have taken to using Html.RenderAction<T>() which seems better than Html.RenderPartial() as a proxy for true sub-controllers but it's still somewhat weak.
Sep
4
awarded  Popular Question
Aug
12
comment Subsonic 3 - Update NullReferenceException
Yikes...took me like 2 hours tonight fighting with this issue. Rob, is there any way we (the community) can help speed up the releases? I love SubSonic, but I'm having trouble recommending the 3.0 release with all the bugs I've been experiencing. If there's anything I/we can do beyond filing reports I'd be happy to do it.
Aug
11
awarded  Nice Question
Jul
6
awarded  Notable Question
Jun
26
comment Are there advantages to dividing application databases by usage pattern?
So it sounds like nobody has any clear technical reasons why I should or should not divide these databases. But, there is some "development" and "process" reasons why I might want to leave them consolidated. Does that sound about right?
Jun
26
revised Are there advantages to dividing application databases by usage pattern?
edited title
Jun
26
asked Are there advantages to dividing application databases by usage pattern?
Jun
24
awarded  Popular Question
Jun
19
awarded  Popular Question
Jun
17
asked Help writing a specific Regular Expression.