About 3,290 results
Open links in new tab
  1. Unit Testing Using the Command Line - CodeProject

    Feb 6, 2017 · In this post, you are going to learn to run unit tests from the command line. This is another in my series of blog posts on unit testing. If you are not familiar with unit testing, go …

  2. Deploying a Web App from a Command Line using MSBuild and …

    May 1, 2017 · Let's start from refreshing how the Visual Studio publishing feature works so we understand the mechanics behind the scenes and the main concept of using MSBuild for …

  3. How to invoke Visual Studio from the Windows Explorer Shell

    Dec 7, 2009 · This article shows how to integrate Visual Studio into the Windows Explorer Shell and call Visual Studio commands without opening the IDE.

  4. Dev's User Guide To SqlLocalDb (Sql Express) - CodeProject

    Aug 14, 2017 · While attempting to get this all working I've stumbled upon some difficulties which are related to using various versions of Visual Studio and the associated tools (SQL Express, …

  5. Resetting the Visual Studio Experimental Instance - CodeProject

    Oct 23, 2014 · This is sufficient to start Visual Studio in Experimental instance mode and once you hit F5 and start debugging, you will notice that the started instance of Visual Studio in the …

  6. How to Use NuGet Packages - CodeProject

    May 11, 2015 · Using NuGet from the Command Line Visual Studio also provides the command line interface to manage NuGet packages. It provides Power Shell based console named …

  7. Generate a WPF Frontend from a Console Application

    Oct 26, 2016 · Introduction This article discusses the implementation of a minimal WPF frontend on a C# command line application. The specific example started life as a Visual Studio …

  8. Windows Debuggers: Part 1: A WinDbg Tutorial - CodeProject

    Feb 14, 2004 · CDB – Command-line debugger. This is a console application. NTSD – NT debugger. This is a user-mode debugger that you can use to debug your user-mode …

  9. Batch Script of TFS Checked Out Files - CodeProject

    Mar 5, 2017 · This is where TF.exe comes to the rescue. The purpose of this executable is to provide command line capabilities to all the TFS operations that you already do with Visual …

  10. Building and Deploying C# and VB projects without Visual Studio …

    Jun 20, 2006 · This class and command line utility shows how to easily build and deploy C# and VB projects without VS.NET.