Wednesday, January 20, 2021
Subscribe to:
Posts (Atom)
Encrypt/Decrypt the App.Config
Program.cs using System; using System.Diagnostics; using System.IO; namespace EncryptAppConfig { internal class Program { pr...
-
C# Style Guide Remember that at the end of the day these are only recommendations . Table of Contents Tooling General Layout Spa...
-
Overview of .NET Framework release history Version number CLR version Release date Suppor...
-
Dependency On the left we find the weakest form of dependency. With a dashed arrow between two types in UML we model a dependency tha...