5,577 reputation
41952
bio website localhost
location Canada
age 23
visits member for 3 years, 6 months
seen 8 mins ago
stats profile views 532

May
16
comment Is there a query generator or extension point for QueryOver like there is for LINQ?
Sure thing. Done.
May
16
accepted Is there a query generator or extension point for QueryOver like there is for LINQ?
May
16
revised Is there a query generator or extension point for QueryOver like there is for LINQ?
added sample
May
16
comment How to elegantly deal with timezones
I've since worked on another project that needed local dates and this was the method that I used. I'm using moment.js to do the date/time formatting... it's sweet. Thanks!
May
16
accepted How to elegantly deal with timezones
May
16
comment textarea line breaks javascript
@Fronker, I've corrected the regex.
May
16
revised textarea line breaks javascript
Fix the regex with proper order: \r\n
May
16
awarded  Popular Question
May
15
comment Is there a query generator or extension point for QueryOver like there is for LINQ?
Would you mind merging this with the upvoted answer? I was just working on an example myself, but you've already done it :).
May
15
revised Is there a query generator or extension point for QueryOver like there is for LINQ?
deleted 1 characters in body
May
13
awarded  Announcer
May
7
comment MethodCallExpression.Method always returns the root base class's MethodInfo
Yeah this makes sense now that you've explained it. However, it's not very obvious. I would have expected VS and the expression tree to behave similarly.
May
7
accepted MethodCallExpression.Method always returns the root base class's MethodInfo
May
7
asked MethodCallExpression.Method always returns the root base class's MethodInfo
May
7
revised Best way to call an instance method in Expression Trees?
added 7 characters in body
May
6
comment Is there a query generator or extension point for QueryOver like there is for LINQ?
Yes I found this just the other night while looking through the source. The largest problem is that it requires a separate Expression to ICriteria processors. I'll see what I come up with and then let you know.
May
3
awarded  Popular Question
May
2
revised Is there a query generator or extension point for QueryOver like there is for LINQ?
deleted 1 characters in body
May
1
revised Is there a query generator or extension point for QueryOver like there is for LINQ?
added 46 characters in body
May
1
revised Is there a query generator or extension point for QueryOver like there is for LINQ?
added 171 characters in body; edited tags