Subscribe to:
Post Comments (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...
-
Simple approach how to deserialize XML to C# object without attributes Prepare XML string string xmlString = "<Products>...
No comments:
Post a Comment