https Generating a Self-Signed Certificate using Powershell A self-signed certificate it's very easy to create and helps on with local development and testing. With a Single Line of PowerShell code we create a certificate. First, open the
c# Compress files in memory (.zip) using C# Here is a code snippet of how to compress one or many files to a zip archive in memory using C#. It works in .Net Core and .Net Full FrameworkVery
c# Getting the file name without extension in C# - #TIP These days I was asking myself how to get the file name without the extension. I confess I was tempted to use a regex to solve this problem :) But no
tip Libraries.io - A Library of frameworks #tip Theses days I was trying to find the latest version of some framework I was using. Searching on web I finally found this website https://libraries.io/. This nice and complete website has informations about almost every library/framework you know. Take a look,