Darren Kopp

6,698
reputation
325 views

Registered User

name Darren Kopp
member for 1 year
seen 10 hours ago
website
location Woods Cross, UT
age 24
I'm a software developer for a company located in Centerville, UT
Dec
6
awarded  Mortarboard
Nov
6
comment Palm WebOS: common reasons why sound would play on one device, but not the another?
same version of the OS?
Oct
30
comment nHibernate/Fluent - SQL Query Question
he wants the count to be part of the query for the entity, not to eager load the list of styles just to get the count.
Oct
27
answered c# control names
Oct
27
answered Project load wrong web.config file
Oct
21
comment Visual SVN and Visual Studio 2010 Beta 2 won’t play nice
workaround worked for me as well.
Oct
21
revised Visual SVN and Visual Studio 2010 Beta 2 won’t play nice
missing previos visual studio path part
Oct
16
accepted WCF - Sending data to server outside of contract
Oct
15
comment Can making a method static improve performance, and under what circumstances?
Yes, there is a performance gain, but you aren't likely to see it until you are calling the method in a loop for hundreds of thousands of times. Premature optimization.
Oct
14
comment programmatically navigate a linq to sql result
yes. var is the only way to do this as you are projecting out an anonymous type.
Oct
14
answered WCF - Sending data to server outside of contract
Oct
14
answered Can’t expose Constants from Singleton or Property
Oct
1
comment Type arguments cannot be inferred from usage
what does qb.BuildWhereClause return? Expression<Func<T,bool>>?
Sep
30
answered add indexing to custom list
Sep
21
comment Simple, quick way to get user input in WPF?
tried using the <TextBox /> control?
Aug
2
awarded  Yearling
Jul
17
accepted Conditional Linq Queries
Jul
16
awarded  Nice Answer
Jul
12
awarded  Nice Answer
Jul
11
comment How can I convert to a specific type in a generic version of TryParse()?
if you test it, you can do over 100,000 parses in 11 seconds. i compared against .net 4 using a native expression tree which took 14 seconds (though might not reflect perf when .net 4 is released)
Jul
10
answered How can I convert to a specific type in a generic version of TryParse()?
Jul
8
awarded  Disciplined