715
Reputation
158 views

Registered User

Name
Member for 11 months
Seen yesterday
Website
Location
Age
Nov
23
accepted Which LINQ syntax do you prefer? Fluent or Query Expression
Nov
17
awarded  Nice Answer
Nov
10
accepted How do I view an expression tree with LINQPad?
Nov
6
answered How do I view an expression tree with LINQPad?
Aug
6
comment Using linqpad as primary query tool
If you click the SQL tab in LINQPad, there's a button to open the SQL translation directly in SQL Management Studio. From there, it's usually just one click to get the execution plan.
Aug
6
comment Using linqpad as primary query tool
I'm certainly committed to developing LINQPad. There's already a Framework 4.0 build, and plenty of new features are scheduled in the coming months. Joe (LINQPad author)
Jul
24
comment Doesn’t Linq to SQL miss the point? Aren’t ORM-mappers (SubSonic, etc.) sub-optimal solutions?
Here's a simple example: social.msdn.microsoft.com/Forums/en-US/…
Jul
22
comment Linq query with left join and group
It's unlikely that you need anything remotely this complicated. Check out Ryan's answer.
Jul
6
awarded  Necromancer
Jun
18
accepted Does SqlDataReader store everything as a String?
Jun
15
comment c# how to equate the elements of two array
Yes - you're quite correct. Given the question, Except() won't do the job.
Jun
15
answered c# how to equate the elements of two array