How can I read and write zip files in my Windows Forms program.Check out ’The Zip/GZip Implementation For .NET’ available here.This library is released under a special GPL. Check out the above page for details. Permalink
CVS integration using C#NetCvsLib is a CVS client library written entirely in C# for the .NET platform.Check it out NetCvsLib. Permalink
Are there any easy to use Unit Testing frameworks available for .NET applications?There are several. Here are a couple of systems that we like. They use .NET debugging support seamlessly and are thus very painless to use. You have no excuse not to write Unit Tests anymore!NUnit Permalink
Are there any easy to use build tools for .NET applications?Check out NAnt, a free build tool that can be used to automate builds for .NET applications. Permalink
How can I generate PDF files from my .NET application?Take a look at the Syncfusion PDF library which can be used to generate PDF files. This library also offers the following key features. Create, Edit, Fill and Flatten AcroForm or XFA forms.Merge or Append PDF filesSplit PDF filesExtract Images and Text from PDF filesWatermark existing PDF.Encrypt and Decrypt PDF documentsDigitally sign PDF documentsRedact PDF.Annotations, Actions, Bookmarks and Attachments.PDF Conformance. (PDF/A-1b, PDF/A-2b, PDF/A-3b, PDF/X-1a)Accessibility (PDF/UA)Compress Existing PDF document.Portfolio Permalink