Friday, January 13, 2023

Some Dotnet Core Command

On Visual Studo you need to use below list of command for execution. dotnet new XX_Type XX_Name (First XX is type of project what you wanted to be create and another XX is name of project) dotnet build (Go to phisical directoy and type this command to build the application) dotnet run (To run/execute the application) donet publish XX_Location (XX is location where do you wanted to publish the code) to run the Publish file via commend line dotnet XXXX.dll (To execute the publish file you need to mention name of the file next to dotnet command)

No comments:

Post a Comment