Jan David Narkiewicz (Developer)
Wednesday, January 13, 2021
Visual Studio Code: More Efficient Building of a WebService Project
›
A .NET 5 WebApi project was create in post Visual Studio Code: Creating a C#/WebApi Project with .Net 5 . Building a Visual Studio Code pro...
Tuesday, January 12, 2021
Visual Studio Code: .NET 5.0 Reusing the Current Browser Tab for Debugging
›
By default, each time a web service is run/debugged in Visual Studio Code, a new browser windows is opened. Running the web service project...
Visual Studio Code: Disabling the Minimap
›
By default, when editing a file, Visual Studio code displays a minimap along the right side of the file being edited: Visual Studio Code rec...
Monday, January 11, 2021
Visual Studio Code: Fixing Error "Your connection is not private" (NET::ERR_CERT_AUTHORITY_INVALID)
›
When debugging/running a web service or web application in Visual Studio Code or Visual Studio the following error will show up in the brow...
1 comment:
Sunday, January 10, 2021
Visual Studio Code: Creating a C#/WebApi Project with .Net 5
›
The DotNet CLI worked for .NET Core and it works for .NET 5. The steps to create a C# web service (WebApi project) are as follows once .NET ...
Saturday, January 9, 2021
Visual Studio Code: DotNet CLI and the Terminal Window for the Color Blind
›
Visual Studio Code's Terminal window has numerous uses including invoking the DotNet CLI such as the following which creates a new webap...
Monday, January 4, 2021
PowerShell: Modules (Convert PSUnit.ps1 to a Module)
›
This post demonstrates how to create a PowerShell module (PSUnit.psm1) and consume/test the functions exported by the module (PSUnitTest.ps1...
‹
›
Home
View web version