Create a local Git Repository in Visual Studio 2019

A Git repository, or repo, is a folder that you’ve told Git to help you track file changes in. You can have any number of repos on your computer, each stored in their own folder. […]
A Git repository, or repo, is a folder that you’ve told Git to help you track file changes in. You can have any number of repos on your computer, each stored in their own folder. […]
Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs, as well as websites, web apps, web services and mobile apps. Visual Studio uses Microsoft software development […]
Visual Studio 2019 is here! On April 2nd we will broadcast a full day of awesome Visual Studio 2019 technical content to celebrate the launch and get you up to speed with all the new […]
RevDeBug allows you to inspect past application state and performance profile, even directly from production environments. Trace the root cause of bugs in a matter of seconds, saving your developer’s time and sanity. This blog […]
#VS2019 launch is happening on April 2! Join us for a day of free #VisualStudio #developer content streaming live around the globe. Save the date! https://launch.visualstudio.com # Syndication Please register through the link below to […]
This blog post shows, how to define an Azure Resource Manager template that can deploy application into the Microsoft Azure cloud using Platform-as-a-Service technology for web application and SQL database. We are going to create […]
Azure Functions lets you execute your code in a serverless environment without having to first create a VM or publish a web application. This blog post shows how to use the Visual Studio 2017 tools […]
By deploying an application, service, or component, you distribute it for installation on other computers, devices, servers, or in the cloud. You choose the appropriate method in Visual Studio for the type of deployment that […]