Jan David Narkiewicz (Developer)
Monday, October 24, 2022
Documentation System.Net.WebClient
›
While working with some legacy code, I needed to read Microsoft's documentation associated with WebClient (see WebClient Class ). I foun...
Saturday, October 22, 2022
PowerShell: Installing the latest version of PowerShell on a Windows Client Host
›
Overview This post will demonstrate how to install the latest version of PowerShell on a Windows client host. Before installing the latest v...
Friday, October 21, 2022
Updating XML documention: XML schema (XSD) validation with XmlSchemaSet
›
In my never-ending quest to keep Microsoft's documentation, I noted the following in XML schema (XSD) validation with XmlSchemaSet : The...
Saturday, October 15, 2022
C#: Twitter Volume Stream Coding Challenge (Getting Started cURL/Postman)
›
Overview I accepted a C# coding challenge targeting Twitter's Volume Streams API (a RESTful web service). This post demonstrates: Requir...
Friday, September 30, 2022
Visual Studio: Disable Map Mode
›
In the blog post, Visual Studio Code: Disabling the Minimap , it was demonstrated how to disable the minimap feature in Visual; Studio Code....
Sunday, September 11, 2022
C#: xUnit Testing Constructor Exceptions
›
xUnit's Assert class implements the following methods that test whether or not a method throws an exception: The Throws method signatu...
Friday, September 9, 2022
Git: Get Submodules from an already Cloned Repo
›
A git repo that contains a submodule or modules is cloned using the --recurse-submodules command-line option such as the following: git clo...
‹
›
Home
View web version