in

Platinum Bay

Peace, Love, Team System, and Community

Browse by Tags

  • Visual Studio 2008 JavaScript Debugging

    Tonight, or this morning as the case may be, I was running into an issue with jQuery and the getJSON method. Basically, I was calling the method, with the proper parameters, but nothing was happening. The server method wasn't being called, and JavaScript debugging alerts weren't being fired either...
    Posted to .NETicated (Weblog) by Steve on 11-01-2008
  • Team Foundation – Diagnosing Common Connection Problems

    There are quite a number of questions on the forums related to connection issues with Team Foundation. Not that Team Foundation inherently has connection problems, I've never had any, but that it may not have been installed or configured it correctly or the environment could have changed. In this...
    Posted to .NETicated (Weblog) by Steve on 03-14-2008
  • Debugging Handled Exceptions

    You know, if it weren't for exceptions our jobs would be so much easier. Of course, if it weren't for our jobs exceptions wouldn't exist either. But they exist. And we cringe. Sometimes they are just so very hard to track down –elusive little buggers that they are. You might try debugging...
    Posted to .NETicated (Weblog) by Steve on 12-17-2007
  • Breakpoint Breakdown

    We are all familiar with the breakpoint, but let's break down some of the advanced breakpoint features. Here's the simple class we are going to use. Create a console application and paste the following code into the program.cs file: using System; namespace BreakpointTester { class Program { static...
    Posted to .NETicated (Weblog) by Steve on 12-09-2007
  • Debugger Visualizers

    Anyone who writes code knows that a fair amount of time is spent debugging it. Writing more than 10 lines of code invariable means there is going to be a bug or two. Sometimes, getting to the root of the problem means delving deep into the objects your code instantiates. Visual Studio provides a mechanism...
    Posted to .NETicated (Weblog) by Steve on 10-20-2007
  • Visual Studio: Immediate Window Debugging

    I love debugger visualizers. For the most part, they work great. But debugger visualizers aren't much help when trying to examine arrays of objects or non-generic collections. In the example below, In this particular instance, I wanted to see the names, types and values for each item in the command1...
    Posted to .NETicated (Weblog) by Steve on 09-02-2007
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
© Platinum Bay | Some Rights Reserved Creative Commons License

Disclaimer: The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion. Feel free to challenge me, disagree with me, or tell me I'm completely nuts in the comments section of each blog entry, but I reserve the right to delete any comment for any reason whatsoever (abusive, profane, rude, or annonymous comments) - so keep it polite, please.