Posts
Daniel Padua Blog
Cancel

Git-bash with vscode

Intro Git-bash is a Windows application that emulates a Linux shell experience, and comes obviously with git program. In this guide I’ll demonstrate how to modify vscode’s integrated terminal to s...

Creating a .NET Core WebApi with Swagger documentation

Intro When we create a WebApi project in .NET Core or in any other language, we intend that other applications, services or even bots, use the created endpoints and consume their responses using H...

Vscode + ASP.NET Core: Setup development environment

Intro For a long time Visual Studio has been the main development tool in the .NET world and recently in .NET Core. With time, many features were added making it even more heavier. I feel like I’m...