Tim Scott

2,079
reputation
134 views

Registered User

name Tim Scott
member for 1 year
seen 1 hour ago
website
location Austin, TX
age
Dec
10
awarded  Popular Question
Dec
1
accepted How to use nhibernate with ASP.NET 3.5 (not MVC)
Nov
22
comment How to set Foreign Key object using Entity Framework and FluentHtml
Monorail (the inspiration for MS MVC) has this: ARDataBind. Having used this I can attest that what at first feels like a pain relief will seriously hurt maintainability, testability and extensibility. Putting persistence concerns into the UI = bad. About the "nearly identical" objects, take a look at AutoMapper. However, if your objects are nearly identical you might have fallen into the anemic doamin anti-pattern.
Nov
22
answered How do I use Notepad++ (or other) with msysgit?
Nov
16
accepted How to set Foreign Key object using Entity Framework and FluentHtml
Nov
10
answered DRY in the MVC View
Nov
10
answered Using MVC Contrib FluentHtml in Views
Nov
10
answered How to set Foreign Key object using Entity Framework and FluentHtml
Oct
21
awarded  Yearling
Oct
6
revised Reflection vs. Compile To Get The Value Of MemberExpression
added 976 characters in body; added 91 characters in body; added 7 characters in body
Oct
6
comment Reflection vs. Compile To Get The Value Of MemberExpression
What you say is not totally correct. I know, for example, that in the case that memberExpression.Expression is a ConstantExpression you can get its value by reflecting on the constant expression's Value property. My problem is that when it's not a ConstantExpression, I cannot figure how to get a handle on the instance that holds the value.
Oct
6
asked Reflection vs. Compile To Get The Value Of MemberExpression
Sep
11
accepted RhinoCommons UnitOfWork Question with ASP.Net MVC
Sep
3
awarded  Popular Question
Aug
10
revised Integrating Automated Web Testing Into Build Process
grammitical correction
Aug
8
revised Integrating Automated Web Testing Into Build Process
added 30 characters in body; edited body
Aug
8
answered Integrating Automated Web Testing Into Build Process