Rorschach

609
reputation
118 views

Registered User

name Rorschach
member for 1 year
seen 2 days ago
website
location United States
age 27
Web Developer, .Net, C#, SQL
Dec
10
accepted In Powerpoint 2007, how can I position a Callout’s Tail programatically?
Dec
2
answered In Powerpoint 2007, how can I position a Callout’s Tail programatically?
Dec
1
asked In Powerpoint 2007, how can I position a Callout’s Tail programatically?
Nov
9
comment Ways to prevent over-engineering?
I like the whooshing sound they make as they fly by.
Nov
5
comment What coding mistakes are a telltale giveaway of an inexperienced programmer?
It gets real fun when people copy/paste your code that has your initials in it, modify it, and then when it doesn't work you get to deal with it.
Oct
21
accepted DateTime manipulation in SQL Server EXECUTE sp_executesql
Oct
21
comment How do you explain the fashionable “cool” job title names?
Imagine your client-facing associates telling the client "Let me ask the assassin about that."
Oct
21
answered DateTime manipulation in SQL Server EXECUTE sp_executesql
Oct
15
awarded  Yearling
Oct
14
comment What’s Your Motto As A Developer/Programmer?
Oh man, I hate when people use this quote to defend crappy software that really doesn't follow this.
Sep
22
awarded  Popular Question
Sep
18
awarded  Tumbleweed
Sep
10
comment Simpler Regex for parsing Microsoft File Checksum Integrity Verifier output?
Works perfectly, thanks! I'm relatively new to regex, so it's a bit confusing.
Sep
10
asked Simpler Regex for parsing Microsoft File Checksum Integrity Verifier output?
Aug
26
comment Applying operators to non-mathematical objects?
Shouldn't the Add method be returning a MyClass and not the added Prop values?
Aug
11
awarded  Popular Question
Jul
30
comment How are intellectual property/patents enforced on the Internet?
You forgot the other if ( $your_money > $their_money) part, though.
Jul
30
answered How to wait on events on a second thread
Jul
30
comment Ideas needed for variables that used on all pages c# site
class PageExtented : Page { // your properties here... }
Jul
29
answered What’s the difference between these two lines? (C#)
Jul
29
accepted How do I listen to a mocked object’s event?
Jul
29
awarded  Self-Learner
Jul
29
answered When not to use pop ups?
Jul
29
comment When not to use pop ups?
Right, I was saying anything that "pops up" (user's tend to just say that). :)
Jul
29
asked When not to use pop ups?
Jul
28
comment How do I listen to a mocked object’s event?
Thank you! The other question helped out some since I didn't know about the BackToRecord() method.
Jul
28
answered How do I listen to a mocked object’s event?
Jul
27
asked How do I listen to a mocked object’s event?
Jul
23
answered What is the best data structure for tree-like data of fixed depth in C#?
Jul
23
comment What is the best data structure for tree-like data of fixed depth in C#?
Are you anticipating doing searches on the tree?
Jul
20
accepted Find nested User Control
Jul
20
answered Find nested User Control
Jul
15
comment Adding rowguid column broke this Stored Procedure?
I think you can just use SET @newPlanID = scope_identity()
Jul
15
comment Adding rowguid column broke this Stored Procedure?
No, you don't have to explicitly list columns that have Default values, as SQL will default them to a value. Make sure you're not listing an IDENTITY column that has auto-increment on, however.
Jul
8
asked Is saving one control’s value to the database better than saving all controls?
Jul
8
answered ASP code to execute Stored Proc
Jul
8
comment c# updatepanel with timer page_load
What is the timer_tick code doing?
Jul
6
comment How to Compare Values in Array
I think this question has been asked before...
Jun
24
comment Worst UI You’ve Ever Used
I bet it's got some extreme pop-up blocking going on.