How to unit test code with a fluent interface with TypeMock Isolator
How to unit test code with a fluent interface with TypeMock Isolator
How to unit test code with a fluent interface with TypeMock Isolator
See how to exclude code from test coverage and code analysis results. This can be done by using several attributes in your code.
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.