Skip to content

ExecuteCommands

  • Home
  • NET Core
    • ASP.NET Core
    • Blazor
    • dotnet cli
    • WPF
  • Visual Studio
  • AI & ML
  • Design Patterns
  • Tools

dotnet cli

How to Publish Single Executable in NET Core using dotnet-cli

March 28, 2021July 26, 2019 by Tauqir
dotnet cli

This post talks about how to publish single executable NET Core application, which is NET Core framework runtime independent and the user need not require it to install them before executing the published application. The …

Read moreHow to Publish Single Executable in NET Core using dotnet-cli

How to Publish a NET Core application

March 28, 2021July 19, 2019 by Tauqir
dotnet cli

NET core command-line interface (dotnet-cli) is a new NET Core toolset (commands) for developing NET Core Applications. The dotnet-cli toolset provides a list of commands to create, build, execute and publish a NET Core application. …

Read moreHow to Publish a NET Core application

How to create an ASP NET Core MVC Web Application using dotnet-cli

March 29, 2021July 10, 2019 by Tauqir
dotnet cli

NET Core command-line interface (dotnet-cli) is a new NET Core toolset (commands) for developing NET Core Applications. The dotnet-cli toolset provides a list of pre-installed dotnet core project templates from which the user can create …

Read moreHow to create an ASP NET Core MVC Web Application using dotnet-cli

How to create an ASP.NET Core Web Application using dotnet-cli

March 28, 2021July 2, 2019 by Tauqir
dotnet cli

NET Core command-line interface (dotnet-cli) is a new NET Core toolset (commands) for developing NET Core Applications. The dotnet-cli toolset provides a list of pre-installed dotnet core project templates from which the user can create …

Read moreHow to create an ASP.NET Core Web Application using dotnet-cli

How to create a dotnet core NUnit Test Project using dotnet-cli

March 28, 2021July 2, 2019 by Tauqir
dotnet cli

NET Core command-line interface (dotnet-cli) is a new NET Core toolset (commands) for developing NET Core Applications. The dotnet-cli toolset provides a list of pre-installed dotnet core project templates from which the user can create …

Read moreHow to create a dotnet core NUnit Test Project using dotnet-cli

How to create a dotnet core xUnit Test Project using dotnet-cli

March 28, 2021July 2, 2019 by Tauqir
dotnet cli

NET Core command-line interface (dotnet-cli) is a new NET Core toolset (commands) for developing NET Core Applications. The dotnet-cli toolset provides a list of pre-installed dotnet core project templates from which the user can create …

Read moreHow to create a dotnet core xUnit Test Project using dotnet-cli

How to create a dotnet core MSTest Project using dotnet-cli

March 28, 2021July 2, 2019 by Tauqir
dotnet cli

NET Core command-line interface (dotnet-cli) is a new NET Core toolset (commands) for developing NET Core Applications. The dotnet-cli toolset provides a list of pre-installed dotnet core project templates from which the user can create …

Read moreHow to create a dotnet core MSTest Project using dotnet-cli

How to create dotnet core WinForms Application using dotnet-cli

March 28, 2021July 2, 2019 by Tauqir
dotnet cli

NET Core command-line interface (dotnet-cli) is a new NET Core toolset (commands) for developing NET Core Applications. The dotnet-cli toolset provides a list of pre-installed dotnet core project templates from which the user can create …

Read moreHow to create dotnet core WinForms Application using dotnet-cli

How to create a dotnet core WPF application using dotnet-cli

March 28, 2021July 2, 2019 by Tauqir
dotnet cli

NET Core command-line interface (dotnet-cli) is a new NET Core toolset (commands) for developing NET Core Applications. The dotnet-cli toolset provides a list of pre-installed dotnet core project templates from which the user can create …

Read moreHow to create a dotnet core WPF application using dotnet-cli

How to create a dotnet core class library using dotnet cli

March 28, 2021June 26, 2019 by Tauqir
dotnet cli

NET core command-line interface (dotnet-cli) is a new NET Core toolset (commands) for developing NET Core Applications. The dotnet-cli toolset provides a list of pre-installed dotnet core project templates from which the user can create …

Read moreHow to create a dotnet core class library using dotnet cli

How to create a dotnet core console app using dotnet-cli

March 10, 2021June 25, 2019 by Tauqir
dotnet cli

NET core command-line interface (dotnet-cli) is a new NET Core toolset (commands) for developing NET Core Applications. The dotnet-cli toolset provides a list of pre-installed dotnet core project templates from which the user can create …

Read moreHow to create a dotnet core console app using dotnet-cli

How to list dotnet core project templates using dotnet-cli

March 28, 2021June 25, 2019 by Tauqir
dotnet cli

NET core command-line interface (dotnet-cli) is a new NET Core toolset (commands) for developing NET Core Applications. The dotnet-cli toolset provides a list of pre-installed dotnet core project templates from which the user can create …

Read moreHow to list dotnet core project templates using dotnet-cli

Tags

Blazor Application (9) Design Patterns (15) dotnet cli (12) Machine Learning (6) NET Core (29) NET Core Web (14) terminal (6) tools (10) Visual Studio 2019 (14) WPF (4)

Recent Posts

  • Top 5 Integrated Development Environments (IDE)
    Top 5 Integrated Development Environments (IDE)
  • Top 7 Web Frameworks to Learn and Focus on in 2021
    Top 7 Web Frameworks to Learn and Focus on in 2021
  • Top 7 Programming Languages to Focus on in 2021
    Top 7 Programming Languages to Focus on in 2021
  • Structural Design Patterns
    Structural Design Patterns
  • Bridge Design Pattern in C#
    Bridge Design Pattern in C#

Design Patterns

  • Structural Design Patterns
    Structural Design Patterns
  • Bridge Design Pattern in C#
    Bridge Design Pattern in C#
  • Decorator Design Pattern in C#
    Decorator Design Pattern in C#

NET Core

  • How to publish a Blazor Server Application to IIS
    How to publish a Blazor Server Application to IIS
  • The difference in Blazor Server and WebAssembly Application
    The difference in Blazor Server and WebAssembly Application
  • Exploring Blazor WebAssembly App Project Structure
    Exploring Blazor WebAssembly App Project Structure

Development Environment

  • Important Debugging Shortcuts of Visual Studio 2019
    Important Debugging Shortcuts of Visual Studio 2019
  • Top 7 Visual Studio 2019 extensions for Web Projects
    Top 7 Visual Studio 2019 extensions for Web Projects
  • Top 10 Productivity Tips and Tricks in Visual Studio 2019
    Top 10 Productivity Tips and Tricks in Visual Studio 2019

Machine Learning

  • Machine Learning Model Generation – Simple Generic Process
    Machine Learning Model Generation – Simple Generic Process
  • Datasets for Machine Learning – Free to use
    Datasets for Machine Learning – Free to use
  • AI vs ML vs DL – The basic differences
    AI vs ML vs DL – The basic differences

Categories

  • AI & ML
  • ASP.NET Core
  • Blazor
  • Design Patterns
  • dotnet cli
  • NET Core
  • Tools
  • Visual Studio
  • WPF
  • About
  • Disclaimer
  • Privacy Policy
  • Contact
© 2021 executecommands.com