Infolink

 

Search This Blog

Showing posts with label How to a start blog on blogger. Show all posts
Showing posts with label How to a start blog on blogger. Show all posts

Oct 16, 2012

C# Use Zip Archives without External Libraries

Introduction

I found a lot of articles on how to access Zip archives in C# but all with significant disadvantages. The main problem is that Microsoft has Zip archives implemented in the operating system but there is no official API that we can use. In C# for example, we have the System.IO.Compression.GZip but there is no adequate System.IO.Compression.Zip class.
Related Posts Plugin for WordPress, Blogger...