Developer Recipes Handbook

Keeping track of interesting places I put my feet on in the software development world.

Wednesday, July 27, 2022

Building docker-compose project in Visual Studio does not create container images anymore

›
Solution here .
Sunday, March 27, 2022

Controlling Visual Studio Debug Output Window

›
Check here
Sunday, December 5, 2021

C# method to increment version object

›
public Version IncrementVersion() { var random = new Random(); //for demonstration purposes - this should come as a para...
Wednesday, November 3, 2021

Fixing Visual Studio Code error: enospc: system limit for number of file watchers reached, watch '/snap/code'

›
I describe the solution in this  StackOverflow post.
Tuesday, March 9, 2021

Missing WSMan client and missing liblibpsrpclient in establishing remote sessions using powershell from a docker container

›
https://github.com/PowerShell/PowerShell/issues/8548#issuecomment-793595858  FROM mcr.microsoft.com/dotnet/sdk:3.1-buster RUN apt-get update...
1 comment:
Sunday, January 10, 2021

Symmetric and Asymmetric Encryption Explained

›
 https://sectigostore.com/blog/5-differences-between-symmetric-vs-asymmetric-encryption/
Wednesday, December 2, 2020

Easiest and shortest sample to get a c# ILogger instance working

›
 I am embarrassed but I could not get a working ILogger instance to log to the console. I expected this to be achievable with 3, 4 lines. Tr...
›
Home
View web version

About Me

My photo
Veverke
View my complete profile
Powered by Blogger.