About 5,810 results
Open links in new tab
  1. Deploying a Web App from a Command Line using MSBuild and …

    May 1, 2017 · A web project can be easily published from Visual Studio using a publishing wizard that collects a number of parameters and then executes the publishing command.

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

    Aug 14, 2017 · However, that is not entirely correct. If you have Visual Studio installed then you have some LocalDb servers (SQL Express) instances available. SqlLocalDb Command Line Tool Now, let …

  3. Using Visual Studio Developer Command Prompt With PowerShell

    Oct 30, 2014 · Running Developer Command Prompt for Visual Studio The Visual Studio developer command VsDevCmd.bat only works with the cmd.exe command line shell/processor, which is still …

  4. Manually Install MySQL on Windows Without Using MySQL Installer

    Nov 23, 2023 · A quick walkthrough of manually installing MySQL on Windows without use of MySQL installer.

  5. 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 extension, testing of …

  6. .NET Core On Mac - Building An ASP.NET Core App With Web API, EF ...

    Nov 14, 2016 · Prerequisites NET Core .NET Core gives us the dotnet command line tools for us to build and run .net core apps without any IDE. Download and follow the installation steps for .NET Core in …

  7. Integrate Jenkins with MSBuild and NuGet - CodeProject

    Feb 20, 2015 · Create Jenkins Job for Creating NuGet Packages Visual Studio Test Agents Cleaning Scripts Jenkins Get Source Code By Specific TFS Changeset If you enjoy my publications, feel free …

  8. Using Graphviz in your project to create graphs from dot files

    Jan 5, 2017 · Now run from the command line: dot.exe –Tjpg –O testgraph.dt When everything works fine a jpg file is created: testgraph.dt.jpg (so .dt is not really needed) If this works fine than we can …

  9. How to Pass Command Line Arguments to MSI Installer Custom Actions

    Dec 14, 2006 · Download demo setup - 171 Kb Download source - 16.8 Kb Introduction This article will illustrate how to pass command line parameters to Install Custom Actions so that you can enable …

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

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