Robert S.

11,109
Reputation
2032 views

Registered User

Name Robert S.
Member for 1 year
Seen 14 hours ago
Website
Location Dallas, TX
Age 34
Director of Product Development at a healthcare software company.

I upvote all helpful answers to my questions and leave comments when I downvote. Consider doing the same for the good of the community.

12h
accepted What should I be aware of when moving from asp.net to python for web development?
Nov
24
comment Persisting data as XML in a SQL Server database?
XML is not a storage medium. Persisting the XML is storing it, ostensibly. XML is a way to describe data.
Nov
24
comment Persisting data as XML in a SQL Server database?
Thanks for the well-thought out answer. The performance gains could be the driving factor for going with this solution.
Nov
23
asked Persisting data as XML in a SQL Server database?
Nov
7
awarded  Popular Question
Oct
23
awarded  Notable Question
Oct
23
comment What should go on a resume for a software developer still in college looking for a job after graduation?
Works fine for me.
Oct
22
answered How can a .net program update itself?
Oct
14
comment What to do with a bad job reference?
She probably found this question through Google.
Oct
14
accepted How do I set the theme for child controls with Infragistics?
Oct
11
answered How do I set the theme for child controls with Infragistics?
Oct
11
asked How do I set the theme for child controls with Infragistics?
Oct
11
comment What to do with a bad job reference?
Weird, a nursing-related answer.
Oct
2
awarded  Necromancer
Sep
25
revised Examples of poorly designed web sites and well-designed web sites
edited title
Sep
16
awarded  Yearling
Sep
11
comment How do I implement web part functionality in WPF?
Excellent! Thanks!
Sep
10
asked How do I implement web part functionality in WPF?
Aug
26
comment Arguments against zip files as source control
@JohnFX: One thing about playing Devil's advocate is that you're always on the losing side.
Aug
24
accepted Where is it possible to download trial of Microsoft Team Foundation Server 2005?
Aug
23
comment Worst UI You’ve Ever Used
@Sylverdrag: Let us know what UIs you've designed so we can make sure we don't buy those products.
Aug
20
awarded  Popular Question
Aug
19
accepted Sharepoint controls in ASP.NET application
Aug
19
revised Direction on programming language/platform that my teenager should go to next?
edited tags
Aug
17
comment Sharepoint developer pre-screening test
There's already a question that covers this. It's at stackoverflow.com/questions/205893/….
Aug
15
awarded  Favorite Question
Aug
14
awarded  Favorite Question
Aug
13
comment Is MVVM an alternative to Expression Blend?
Not sure why you were voted down. +1 for your newfound knowledge.
Aug
11
answered Why is it convention to suffix event handlers with ‘handler’? Why not prefix them with ‘handle’?
Aug
11
comment Am I being unreasonable in rejecting candidates with poor spelling and grammar?
The answers are the same, Tim. The difference in example is just a detail.
Aug
11
comment Am I being unreasonable in rejecting candidates with poor spelling and grammar?
Dupe of stackoverflow.com/questions/375801/…
Aug
10
comment Microsoft Developer Certification
When I got my Microsoft Certified Architect, they didn't take my firstborn child, just a pound of flesh.
Aug
10
comment Microsoft Developer Certification
This answer is garbage.
Aug
9
revised SharePoint Deployment from one server to another
added 278 characters in body
Aug
9
comment SharePoint Deployment from one server to another
You can use NAnt to run the stsadm command. Any applications you have inside SharePoint (such as an ASP.NET application set up in IIS and called by your SharePoint app) will need to be deployed separately.
Aug
9
comment SharePoint Deployment from one server to another
Content databases are stored in the SQL Server that your SharePoint connects to. It contains all the content for your SharePoint site, which you can look at in SharePoint Designer.
Aug
8
answered SharePoint Deployment from one server to another
Aug
7
revised ASP.NET: Web Site or Web Application?
Removed spam
Aug
6
comment What bad habits did you learn from your first language?
I got a Necromancer badge for this. Heh.
Aug
6
awarded  Necromancer
Aug
5
comment What bad habits did you learn from your first language?
I consider it a bad habit. I don't need to see all my buttons in a list. I'm more interested in the functionality. Consider btnTransferCase vs transferCaseButton.
Aug
5
answered What bad habits did you learn from your first language?
Aug
5
comment Exception management in stored procedures?
One of the side effects of handling the exception in the stored procedure is that the application can't fail gracefully, and it's harder to figure out what's going on through debugging.
Aug
4
revised Exception management in stored procedures?
added 52 characters in body
Aug
4
asked Exception management in stored procedures?
Aug
3
awarded  Popular Question
Aug
3
answered What should go on a resume for a software developer still in college looking for a job after graduation?
Aug
1
comment Facebook as image hosting service: reasonable use, or leeching?
@Thomas, you're asking a bunch of programmers about Facebook policy. Why don't you just ask Facebook?
Jul
31
comment Worst UI You’ve Ever Used
@Adriano, it doesn't strip the HTML and leave the text. It gives you the raw HTML.
Jul
30
awarded  Popular Question