Kevin

18,930
Reputation
815 views

Registered User

Name Kevin
Member for 1 year
Seen 11 hours ago
Website
Location US
Age 32
A programmer from the Midwest.
1d
answered Software development crash course
Nov
30
answered C# Thread Programming
Nov
25
comment Can’t get anonymous access to website
Make sure that the account is not disabled.
Nov
25
answered Anyone have benchmarks / speed tests comparing Classic ASP vs ASP.NET 2.0 or 3.5?
Nov
25
answered Is `The Practice of Programming` by Brian W. Kernighan still a good book?
Nov
25
revised Creating global variables in asp.net using C#
added 165 characters in body; added 296 characters in body; added 63 characters in body
Nov
25
revised Creating global variables in asp.net using C#
added 16 characters in body
Nov
25
comment Creating global variables in asp.net using C#
You can have both, I just didn't explicitly state application state.
Nov
25
answered Creating global variables in asp.net using C#
Nov
23
revised format of for loops
added 17 characters in body
Nov
23
revised format of for loops
added 220 characters in body
Nov
23
comment format of for loops
@jalf whether or not you think that is true, there are people who still get tripped up by that.
Nov
23
comment format of for loops
@rmeador don't get me wrong, I totally agree with you that they should know it. My problem is that I can't code for what I think should be, I have to code for what is. I will say there are other times too where trying to be terse leads to possible assumptions that aren't correct. Mostly these are stupid things that taking up 2 lines instead of 1 would have become evident. Little stupid mistakes that could have been avoided.
Nov
23
answered format of for loops
Nov
23
answered ‘Access is denied’ Javascript error
Nov
20
revised Is there really a performance hit when catching exceptions
added 317 characters in body
Nov
20
revised how to write an if condition case in stored procedure
edited tags
Nov
20
revised Is there really a performance hit when catching exceptions
deleted 5 characters in body
Nov
20
revised Is there really a performance hit when catching exceptions
added 11 characters in body
Nov
20
revised Is there really a performance hit when catching exceptions
added 2 characters in body
Nov
20
revised Is there really a performance hit when catching exceptions
edited tags
Nov
20
answered Is there really a performance hit when catching exceptions
Nov
20
answered Best practice to send secure information over e-mail?
Nov
20
accepted How to pass references as arguments in a method in c#
Nov
19
accepted what type of collection suits to webservices at .Net?
Nov
19
revised Asp.Net script in external js file
added 220 characters in body; added 38 characters in body
Nov
19
answered Asp.Net script in external js file
Nov
19
comment Will Jon Skeet’s Book, C# In Depth Help Me Understand This Code Better?
I think that practicing what he says in the book would help you understand it better more than just reading it.
Nov
18
accepted How to Identify that IIS Restarted?
Nov
18
comment Why is this div column not going all the way to the right?
try removing this and see if it if lines up: padding-left: 10px; That might do it.
Nov
18
comment Web Service vs. WCF - different objects when consumed
It depends if you are starting out new I would think about using WCF if at all possible. If you are upgrading an existing app to 2008, and it has a lot of web service references, you'll probably have to check and see what will change and affect you. WCF is pretty cool (definitely better than web services), but there are some gotchas.
Nov
18
comment Web Service vs. WCF - different objects when consumed
Yeah, I figured you might say that, but I thought I would add it anyway just in case you didn't have a choice and needed to know how to do it.
Nov
18
answered Web Service vs. WCF - different objects when consumed
Nov
18
answered ASP.NET 2.0 or 3.5?
Nov
18
answered How to Identify that IIS Restarted?
Nov
18
revised C# winforms TreeNode mouse hover tooltip problem
edited tags
Nov
18
comment Should WCF service typically be singleton or not?
+1 some of my coworkers found this out the hard way....in production.
Nov
18
revised optional parameter????
deleted 2 characters in body; edited title
Nov
18
comment optional parameter????
Which language would you be referring to?
Nov
18
answered How to handle an exception within exception handling code?
Nov
17
comment What has been the “final straw” in a programming job?
If you make it a CW it will probably stay open.
Nov
17
accepted Merge JavaScript objects
Nov
17
comment Is using an arraylist of chars faster for performing multiple string concatenation?
Ahh I didn't think about that. Thanks!
Nov
17
comment Is using an arraylist of chars faster for performing multiple string concatenation?
Is there a reason why you suggested a char[] instead of list<char>, or were you assuming that he probably is unable to use them?
Nov
17
comment Validation failed but moving to next page
Can you post the code for the next button?
Nov
17
revised SQL: Inner joining two massive tables
deleted 5 characters in body
Nov
17
comment How do I resize a div automatically to the size of its contents when the contents of the div have changed?
have you tried setting the css mid-width property instead of the width property?
Nov
17
accepted Is there an arraylist in Javascript?
Nov
17
answered Is there an arraylist in Javascript?
Nov
17
revised Merge JavaScript objects
added 519 characters in body; added 275 characters in body