rp

5,744
reputation
472 views

Registered User

name rp
member for 1 year
seen yesterday
website
location United States of America
age
7h
awarded  Guru
Nov
9
awarded  Notable Question
Nov
6
awarded  Notable Question
Nov
4
comment Disable button on form submission
Josh--Firmly entrenched now with jQuery and lots of client-side work, my approach may be a little different now--but only because I'm less less hooked to server-side controls now. That said, if LOC is your metric, show me the client code in less code! Be sure to play along with ASP.NET validators and call a function if provided. (thanks for the defense, Steve J).
Oct
13
awarded  Good Answer
Sep
23
asked Submit a SOAP Web service request with RAW SOAP XML
Sep
22
awarded  Popular Question
Sep
15
awarded  Good Question
Sep
2
answered What is the Vb.net version of (c#)Cast?
Aug
25
awarded  Favorite Question
Aug
24
accepted Introducing programmers to Linq
Aug
23
awarded  Yearling
Aug
20
awarded  Nice Question
Aug
18
comment How do I generate a list of strings representing 15 minute time intervals between a start and end times in a single day using C#?
Shurik--what answer caused a memory problem?
Aug
18
comment How do I generate a list of strings representing 15 minute time intervals between a start and end times in a single day using C#?
As magic tricks are clear to Penn and Teller, magic numbers are clear when you understand the signatures involved. Why worry about magic numbers at all if you assume signature familiarity! (Please don't take my tone as snarky, I'm just providing another point of view.)
Aug
18
comment How do I generate a list of strings representing 15 minute time intervals between a start and end times in a single day using C#?
Vinko--Your answer is riddled with magic numbers!
Aug
18
answered How do you write good highly useful general purpose libraries?
Aug
18
comment How do I generate a list of strings representing 15 minute time intervals between a start and end times in a single day using C#?
Very cool, isn't it! The more you use LINQ, the less you use foreach.
Aug
18
answered Introducing programmers to Linq
Aug
12
answered Why is preprocessor usage less common in languages other than C/C++/ObjC ?
Aug
6
comment Windows.Form c# without visual studio
You can also make nails out of old welding rods--thereby spending all of your time making nails. Or, you could buy a sack of nails and start building something!
Aug
6
comment Windows.Form c# without visual studio
Thanks, Zack--got it fixed.
Aug
6
revised Windows.Form c# without visual studio
added 9 characters in body
Aug
6
accepted Windows.Form c# without visual studio
Aug
6
awarded  Nice Answer
Aug
6
answered Windows.Form c# without visual studio
Aug
4
comment Linq int to string
www.linqpad.net is great for learning Linq (and pretty much anything else in .NET). It's free and highly recommended. Also, its $19 Intellisense is great.
Aug
4
answered Linq int to string
Aug
1
comment Can anyone explain to me how the HABTM principle works?
Has and belongs to many
Jul
31
answered compute elapsed time in JavaScript
Jul
30
answered C# dynamic operator
Jul
29
comment Convert rows from a data reader into typed results
The "0 vote down" doesn't belong! I voted this up. Copy and paste devils got me here.
Jul
29
comment Convert rows from a data reader into typed results
0 vote down Very nice answer. Linq is so cool. Is it arrogant to feel good about yourself because you can finally read code like this and appreciate it?
Jul
28
comment Does C#’s Dynamic key deprecate static IOC patterns?
Dynamic typing wouldn't change the fetch much, but the object repository and configuration, I think, would be able to be much simpler. Wouldn't dynamic types ease the pain Binsor tries to solve?: ayende.com/Blog/archive/…
Jul
28
comment Jquery or Basic XmlHttpRequest for MVC AJAX
Listen to Womp. He's spot on. You're out of your mind to write your own JavaScript. Home-grown hacky code always ends up being as big as jQuery without working as well!
Jul
28
comment Does C#’s Dynamic key deprecate static IOC patterns?
Andrew--one more thing... Did you look at Castle Windsor, too? What other IOCs did StructureMap beat for you? Thanks.
Jul
28
comment Does C#’s Dynamic key deprecate static IOC patterns?
I'm not suggesting that existing code be ripped and replaced--I understand that. But the dynamic stuff coming seems like a great way out of the static IOC tarpit.
Jul
28
asked Does C#’s Dynamic key deprecate static IOC patterns?
Jul
22
comment What do YOU use ReSharper for?
This is programming related and should not be closed! There is no shortage of dumb stuff to close!
Jul
21
awarded  
Jul
15
awarded  Nice Question
Jul
15
awarded  Popular Question
Jul
12
comment What is the best way to manage Global variable in asp.net?
ASP.NET doesn't randomly recycle itself! And for many (many!) apps, DI/IOC is off the chart crazy.
Jul
12
comment What is the best way to manage Global variable in asp.net?
Static variables are shared by all users of an ASP.NET app. If you follow this suggestion, do so for read-only values only.
Jul
1
accepted How do ASP.NET applications work when deployed without the code-behind files?
Jun
29
comment What can software developers do to be more “green”?
This kind of hypothetical, "pull up a chair and have a beer" kind of question drives me nuts, too (second only to "humor"-related questions). Just make peace with the concept, vote 'em down, and watch for the good questions. They make it worthwhile.
Jun
29
comment Should a cancel button ask for confirmation?
Is it just me or does SO's link insertion mechanism stink?
Jun
29
answered Should a cancel button ask for confirmation?
Jun
28
awarded  Notable Question
Jun
26
awarded  Popular Question