in

Platinum Bay

Peace, Love, Team System, and Community

Browse by Tags

  • Neat Visual Studio Test Options

    Digging around in Tools > Options today to find the answer to an inquiry I received, I found some stuff I didn’t know existed. If you work with Visual Studio Test Projects, you will want to know about these options. The Test Tools options are found in Tools > Options > Test Tools. Test Execution...
    Posted to .NETicated (Weblog) by Steve on 09-24-2009
  • Running T4 Templates with MSBuild

    If you haven’t explored T4 yet, you’re missing one of Visual Studio’s best, and best kept, secrets. T4, which stands for Text Templating Transformation Toolkit, is code generation built right into Visual Studio 2008. It is also available in Visual Studio 2005 if you install the Visual Studio SDK. It...
    Posted to .NETicated (Weblog) by Steve on 08-28-2009
  • 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
  • Unit Test Deployment Woes

    One of the common complaints I hear about Unit Testing in Visual Studio centers around test deployment. By default, when you run a unit test, the assemblies get copied to another location to be run. The assemblies and test results are copied to the following folders: <Users Documents>\Visual Studio...
    Posted to .NETicated (Weblog) by Steve on 09-02-2008
  • Visual Studio 2008 Solution File Compatibility

    Leading up to the release of Visual Studio 2008, I heard a couple times that solutions would be compatible between Visual Studio 2005 and Visual Studio 2008. I thought this sounded great. To me this meant that I could open a Visual Studio 2005 solution without the annoying upgrade wizard, work on my...
    Posted to .NETicated (Weblog) by Steve on 12-19-2007
  • Visual Studio 2008 Options Changes

    A lot of Visual Studio's customization comes from the Options pages (Tools | Options). Curious about what was new in Visual Studio 2008, I did a side-by-side comparison of the Visual Studio 2005 and Visual Studio 2008 Options pages. Here are the differences I found between the Team Editions for Software...
    Posted to .NETicated (Weblog) by Steve on 12-17-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.