List all installed features that are not active with Powershell
List all installed features that are not active features with Powershell. See in this post how this can be done with a small script.
List all installed features that are not active features with Powershell. See in this post how this can be done with a small script.
Read here how to properly implement the WCF dispose. Never use the using statement.
Using the SharpZipLib itβs possible to zip and unzip files. This can be a good solution when file size matters. Downloading files that are ziped can save many bandwidth. In this case a object is serialized to XML and put into a ZipOutputStream which belongs to SharpZipLib.
Solving multithread and memory issues with the XMLSerializer by using a singleton pattern and the XMLSerializerFactory.