Hi,
the update process of Visual Studio uses the .NET class Webclient which takes not care about the proxy set by Internet Explorer or Edge.
Continue reading Visual Studio: Set proxy server for update
Somthing about Powershell, VB Script, C#, VB.NET
Hi,
the update process of Visual Studio uses the .NET class Webclient which takes not care about the proxy set by Internet Explorer or Edge.
Continue reading Visual Studio: Set proxy server for update
Hi,
if you are working with special characters (i.e. German Umlaute) within a Textfile it is importent to know with which text encoding (UTF8, ASCII…) a file is saved.
Continue reading Windows: Determine Textencoding of a File
Hi,
different language settings on your clients causes some administration issues when you are working with times (formats) or group names for example.
Continue reading Powershell: Change language/culture settings for the current session/window.
Hi,
the C# (.NET 4) RSACryptoServiceProvider->ImportCspBlob methode has the ability to import RSA (public) keys.
Continue reading C#: Import a rsa public key generated by openssl
Hi,
here is a short explantation about the Powershell execution policies.
Continue reading Powershell: Execution policy shortly explained