SNI Home | Featured SNI Sites Become a Member | Members Login
 
Search powered by
search powered by Google

 
Let's talk about the latest and greatest in coding buzzwords.  

Wednesday

24

February

2010


Test Blog Post - ADP Bought MenuVantage [Read More...]

 

Wednesday

24

February

2010


Hi Phil [Read More...]

 

Saturday

13

February

2010


I came across a gnarly bug the other day, and I turned to StackOverflow for the answer. Good stuff. http://stackoverflow.com/questions/2253956/why-would-an-iterator-net-be-unreliable-in-this-code [Read More...]

 

Saturday

13

February

2010


I came across a gnarly bug the other day, and I turned to StackOverflow for the answer. Good stuff. http://stackoverflow.com/questions/2253956/why-would-an-iterator-net-be-unreliable-in-this-code [Read More...]

 

Sunday

23

August

2009


I have a piece of twitter integration code that is working in staging, but not in production. Upon further investigation, it works in DEBUG builds but not in RELEASE builds. Any experienced developer has already figured out what has happened. My question is why? Offending Code: System.Diagnostics.Debug.WriteLine(tw.SendTweet(DateTime.Now.ToString() & " " & m_BlogPost.Title & _                         & [Read More...]