Posts Tagged Visual Studio

Agile Software Development « Barnes89's Blog

One of the concepts integerated into this presentation was how Visual Studio 2010 supports Agile Software Development. A Typical Application Lifecycle.

, , , , , , , , , , , ,

No Comments

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

, , , , , , , ,

No Comments

The Ebooks Nest : Free Ebooks Download: Software Engineering with …

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 …

, , , , , , , , , , ,

No Comments

MSDN Blog Postings » Blog Archive » Developer Fast Track Series …

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 …

, , , , , , , , , ,

No Comments

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 …

, , , , , , , , ,

No Comments

MSDN Blog Postings » Blog Archive » Webcast Serie zu Application …

Webcast Serie zu Application Development mit Visual Studio 2010.

, , , , , , ,

No Comments

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 …

, , , , , , , , , ,

No Comments

Need help with an error that I don't know how to fix, and have …

Compiling …

, , , , , , , ,

No Comments

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 …

, , , , , , , , , ,

No Comments

Development using Windows SDK & DirectX SDK with Visual Studio 2008

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.

, , , , , , ,

No Comments