Dotnet publish and delete existing files from App Service using the Visual Studio. Remove additional files at destination is the feature in Visual Studio.
Deploy a Basic .NET Core Bot to Azure using Visual Studio | Microsoft Bot Framework
Deploy a basic .NET C# core bot created using Bot Framework SDK to Azure. We will use Visual Studio for deploying the bot to Azure. This is one way of deployment.
Clone GitHub Repository from Visual Studio
Clone your code from the created repository in GitHub using Visual Studio. GitHub is a code hosting platform for version control and collaboration.
[Fixed] Configuring IIS Express failed with the following error:Filename: redirection.config Error: Cannot read configuration file
You might have had this similar error when trying to run a web application in Visual Studio. I had this error in VS 2019 Enterprise edition.
How to Enable Word Wrap in Visual Studio?
In this post, we will enable the word wrap in Visual Studio. This is helpful in breaking a section of text into lines so that it will fit into the available width of a page, window, or other display areas.
[Fixed] The configuration file ‘appsettings.json’ was not found and is not optional
When you try to use the appsettings.json file in one project and set the startup project as another project. You will come across this error. Below is the complete error log.
How to Rename Solution and Project Name in Visual Studio?
In this post, we will change the name of the existing solution and project to a new name. This is helpful when you have cloned some repository code and want to rename it to a suitable name.
Push your Code to Bitbucket Repository from Visual Studio
Keeping a track of your code changes and its history is very important for a developer. Bitbucket is a Git-based source code repository hosting service owned by Atlassian.
Push your Code to GitHub Repository from Visual Studio
Keeping a track of your changes and its history is very important for a developer. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.
You must be logged in to post a comment.