Posts Tagged Visual Studio
Agile Software Development « Barnes89's Blog
Posted by DevBlogr in Software Engineering on March 13, 2010
One of the concepts integerated into this presentation was how Visual Studio 2010 supports Agile Software Development. A Typical Application Lifecycle.
C# rocks!: Compiling C code using Visual Studio .Net
Compiling C code using Visual Studio .Net. This applies to older version of Visual Studio .Net (before 2008) as well but I haven’t tested. I recently got some code in C that needed to be setup in a visual studio project
The Ebooks Nest : Free Ebooks Download: Software Engineering with …
Posted by DevBlogr in Software Engineering on February 9, 2010
Software Engineering with Microsoft Visual Studio Team System is written for any software team that is considering running a software project using Visual Studio Team System (VSTS), or evaluating modern software development practices …
MSDN Blog Postings » Blog Archive » Developer Fast Track Series …
Posted by DevBlogr in Development Tools on January 6, 2010
This series will be focussing on the more advanced customisations that require you to use Visual Studio and similar development tools . I am not going to cover Javascript, or UI customisation in this series as there are many great …
Code In Review » Debugging for Two
Fortunately, Visual Studio makes this as easy as debugging a single executable. All that is needed is a solution containing both projects. To start debugging an executable, simply right-click on its project and select “ Debug ”-> ”Start …
MSDN Blog Postings » Blog Archive » Webcast Serie zu Application …
Posted by DevBlogr in Application Development on December 16, 2009
Webcast Serie zu Application Development mit Visual Studio 2010.
Neat VS10 Feature: Pinning A Debugger Watch
I was stepping through some code in a debugger today and noticed a neat little feature of Visual Studio 2010 that I hadn’t noticed before. When debugging , you can easily examine the value of a variably by highlighting it with your mouse …
Compiling Program as .exe with no dependancy on other files
This is the code I have which has been modified for Visual Studio to compile it without errors. See here, I posted it on Experts-Exchange but I’m getting stuck! Compiling C++ Code – Works in Min-GW – Want it compiled using Visual Studio …
Development using Windows SDK & DirectX SDK with Visual Studio 2008
Posted by DevBlogr in Development Tools on October 17, 2009
Windows SDK Configuration tool can be used to set the Windows 7 SDK as the “current” SDK for MSBuild and VCBuild. This’ll update Windows 7 SDK build environment and Visual Studio 2008 build environment to use Windows 7 SDK.