Chris Ballance

10,795
Reputation
1412 views

Registered User

Name Chris Ballance
Member for 1 year
Seen 3 mins ago
Website
Location 28203
Age 28
SharePoint Developer for Microsoft

BSC, MCP, CSM
9h
comment How to login in LinkedIn automatically from asp.net application?
+1 for recommending OAuth
16h
awarded  Popular Question
20h
comment Out of Memory - Infinite Loop - ASP.NET AJAX Framework
I'm having the same problem. Only occurs in staging and production where there is more than one web server.
1d
accepted Default Date Format in Rails (Need it to be ddmmyyyy)
1d
comment converting xdoc or xelement into string?
+1 It's so simple it might just work!
1d
comment CruiseControl.Net API through C#
Have you tried running Fiddler to see if perhaps there is a permissions error?
1d
revised CruiseControl.Net API through C#
add code formatting & cleanup
2d
accepted Javascript file dependencies - Selective load resource files & prevent duplicates
Nov
26
comment SQL Server 2008 - find table with most rows
+1 @Steve Kass thanks for the due diligence regarding edge cases for the query I posted!
Nov
24
accepted Why Is Garbage Collection So Important?
Nov
24
revised Javascript file dependencies - Selective load resource files & prevent duplicates
added 17 characters in body; edited tags
Nov
24
answered Javascript file dependencies - Selective load resource files & prevent duplicates
Nov
24
revised Javascript file dependencies - Selective load resource files & prevent duplicates
edited title; added 84 characters in body
Nov
24
revised Javascript file dependencies - Selective load resource files & prevent duplicates
added 411 characters in body; deleted 8 characters in body; edited tags
Nov
24
comment Get notification when a new drive is connected via USB or other means (C#)
Glad this helped!
Nov
24
asked Javascript file dependencies - Selective load resource files & prevent duplicates
Nov
24
accepted Get notification when a new drive is connected via USB or other means (C#)
Nov
23
comment Regex to match part of a string
Just do a string match, Regex is overkill for this case.
Nov
23
comment Regex to match part of a string
Using a simple String.Contains("/en/") is less costly than using a Regex at all...
Nov
23
comment Regex to match part of a string
This is not a Regex, just a standard string match.
Nov
23
answered Regex to match part of a string
Nov
23
answered DataGridView sort based on value of another row
Nov
23
answered Affordable, programmable device with gprs and simple sensors?
Nov
23
answered Forms authentication login page issue
Nov
23
comment Cookie based SSO
+1 Yep, cross-domain cookies are not allowed, and generally a bad idea anyway.
Nov
23
comment mac look n feel on other platforms?
Windows 7 ......
Nov
23
comment format of for loops
+1 for due diligence
Nov
23
revised format of for loops
deleted 12 characters in body
Nov
23
answered format of for loops
Nov
23
answered Get notification when a new drive is connected via USB or other means (C#)
Nov
22
answered Caching item IDs in a memory table - good/bad?
Nov
20
accepted How do you make a good web site design
Nov
20
revised How do you make a good web site design
added 19 characters in body; edited tags; edited title
Nov
20
comment How do you make a good web site design
Is that a person or a tool? ... or both ;-)
Nov
20
revised How do you make a good web site design
added 79 characters in body; added 23 characters in body; added 60 characters in body
Nov
20
answered How do you make a good web site design
Nov
19
awarded  Good Answer
Nov
18
comment How do I mark a method as Obsolete/Deprecated? - C#
@JustLoren Or make it humorous and Microsofty letmebingthatforyou.com/?predicate=c%23%20mark%20…
Nov
18
revised How do I mark a method as Obsolete/Deprecated? - C#
added another option; added 15 characters in body; deleted 1 characters in body
Nov
18
awarded  Nice Answer
Nov
18
comment How do I mark a method as Obsolete/Deprecated? - C#
@Gabe I knew the answer already and didn't want to claim points for answering my own question. Still wanted it documented on the site though.
Nov
18
comment How do I mark a method as Obsolete/Deprecated? - C#
@Rick nice addition, thanks for contributing.
Nov
18
comment give the source code in c graphics to show circuit and functions of tri state logic
Plz snd me teh $ frst, if u wnt me toh plz snd me teh codez!
Nov
18
awarded  Self-Learner
Nov
18
answered How do I mark a method as Obsolete/Deprecated? - C#
Nov
18
asked How do I mark a method as Obsolete/Deprecated? - C#
Nov
18
awarded  Nice Answer
Nov
17
comment Is there a .NET port of Drupal?
Good for ideas anyway. It's the only port to .NET I know of.
Nov
17
answered Is there a .NET port of Drupal?
Nov
16
answered Why do so many Javascript scripts append random numbers to things? Collision?