Aaron Palmer

1,898
Reputation
163 views

Registered User

Name Aaron Palmer
Member for 1 year
Seen 20 hours ago
Website
Location Harrisburg, PA
Age 34
I'm a C# asp.net dev. I like this stuff... nhibernate, castle windsor, jquery, resharper, nhprof.
2d
asked How to use the nhibernate method Subqueries.LeAll()
Nov
20
answered What’s wrong with this RegEx for validating emails?
Nov
2
accepted What types of coding anti-patterns do you always refactor when you cross them?
Nov
2
awarded  Popular Question
Oct
13
revised How can I write a T-SQL query to do a “like in”?
deleted 21 characters in body
Oct
13
comment How can I write a T-SQL query to do a “like in”?
@KM, sorry I thought I had been clear enough in my edit. When I say "like" i mean the ANSI SQL definition of LIKE. So, old "bbb" will match new "xbbb" and old "abc" will match new "abcxyz", but old "abcxyz" will not match new "abc" and old "xyz" will certainly not match new "abc". I hope this clears up the confusion a bit for you. I have found a solution that works for me and I posted it below. I really appreciate everyone's responses.
Oct
12
revised How can I write a T-SQL query to do a “like in”?
added 61 characters in body; added 32 characters in body
Oct
12
revised How can I write a T-SQL query to do a “like in”?
added 30 characters in body
Oct
12
revised How can I write a T-SQL query to do a “like in”?
edited body
Oct
12
answered How can I write a T-SQL query to do a “like in”?
Oct
12
revised How can I write a T-SQL query to do a “like in”?
added 2 characters in body
Oct
12
revised How can I write a T-SQL query to do a “like in”?
Adding clarification.
Oct
12
asked How can I write a T-SQL query to do a “like in”?
Oct
7
awarded  Popular Question
Oct
4
awarded  Yearling
Sep
14
comment How do I properly validate posted numeric values in asp.net mvc?
Ok, ModelStateCollection has ErrorMessage, which is empty, and Exception... which, when drilling down into InnerException a couple times I get something useful. Of course, the most useful message is not the innermost message, or the outermost... sigh
Sep
11
comment How do I properly validate posted numeric values in asp.net mvc?
Correct, ModelState.IsValid is false. The error message is not very helpful however. I would like to have a friendlier message such as "You can't put a string in a decimal field, dummy." It seems that I have to actually get the form value in order to do that sort of validation.
Sep
11
asked How do I properly validate posted numeric values in asp.net mvc?
Sep
11
answered Do you feel comfortable merging code?
Aug
24
accepted Test for a syntactically correct path
Aug
19
awarded  Popular Question
Aug
7
asked How do I serialize an NHibernate DetachedCriteria object?
Jul
10
awarded  Popular Question
Jun
24
comment Is it possible to create a new operator in c#?
sweet, I really need to look into F#.
Jun
24
asked Is it possible to create a new operator in c#?
Jun
24
awarded  Popular Question
Jun
20
comment How do I test the NHibernate FetchMode.Eager properly?
Oh, this is great! It seems like this is the way lazy loading was meant to be tested, that's why I switched the answer to your answer instead of Gareth.
Jun
19
comment How do I test the NHibernate FetchMode.Eager properly?
Yeah, this is very similar to how we ended up solving the problem. We used NHibernateSession.Current.Dispose() (where NHibernateSession is a wrapper class in our base architecture - s#arp architecture)
Jun
18
asked How do I test the NHibernate FetchMode.Eager properly?
Jun
8
awarded  Nice Answer
Jun
4
comment How do I export an ActiveReport to XLS in an ASP.Net MVC app?
Thanks Talljoe! Not only did this make my code look much nicer, it solved the problem. I wasn't sure how to manipulate the response the MVC way. Thanks for the help!
Jun
3
revised How do I export an ActiveReport to XLS in an ASP.Net MVC app?
added 61 characters in body
Jun
3
asked How do I export an ActiveReport to XLS in an ASP.Net MVC app?