Install https://chocolatey.org/ 1. Install docker and Kubernetes CLI Now you can check the installation by checking their versions. The kubectl command may return the following error for the 2nd connection:
Development
How to run xUnit tests on JenkinsHow to run xUnit tests on Jenkins
Jenkins does not support running of xUnit tests out of the box. So that you need to run it manually and import test results to Jenkins. This quick manual shows how
How To: Publish your assembly to private NuGet repositoryHow To: Publish your assembly to private NuGet repository
This is quick guide to manage your NuGet package in your private server. Before going into steps with publishing a NuGet package you need to have prepared assembly. Also you
How-To Clear NuGet CacheHow-To Clear NuGet Cache
Just a reminder to myself how to clear NuGet cache. Delete everything at locations: C:\Users\user\AppData\Local\NuGet\ C:\Users\user\.nuget\packages\ C:\Users\user\AppData\Local\Temp\NuGetScratch\ See also: Managing the NuGet cache
Transforming from DateTime to DateTimeOffsetTransforming from DateTime to DateTimeOffset
You want to transform your system from one state to another. The initial state is when DateTime is used everywhere. The target state is when DateTimeOffset is used everywhere. You

DateTime PitfallsDateTime Pitfalls
If you find some of these things in your application you should double check if your application works correctly with dates and times: Usages of non-UTC aligned date and time Usages
List of Time ZonesList of Time Zones
The list of all time zones present on PC (Windows 10 Home). This is what you’ll get with the operation TimeZoneInfo.GetSystemTimeZones() in C#.
How To: Configuration of Azure resourcesHow To: Configuration of Azure resources
During configuring resources for the application of several tiers I met obscure points. This articles is just a note which describes those obstacles with the solutions I done. It covers
How To: Giving PresentationsHow To: Giving Presentations
Since the first presentation I gave I’ve noticed several points to remember. There are a lot of articles about the subject “How to give good presentations” in the internet and

How To: Running Specflow features with Selenium in JenkinsHow To: Running Specflow features with Selenium in Jenkins
This is a short guide how to run Specflow features which use Selenium for interaction with a web site. In our building environment these tests are running in Jenkins. Implementing this you’ll