Jun 20th, 2009 | No Comments

Zipping was never so easy in .Net. Check out this project on codeplex, http://dotnetzip.codeplex.com/

Here are the features of the DotNetZip Library,
DotNetZip works on PCs with the full .NET Framework, and also runs on mobile devices that use the .NET Compact Framework. Create and read zip files in VB, C#, or any .NET language, or any scripting environment. DotNetZip supports these scenarios:
- an ASP.NET app that dynamically creates ZIP files and allows a browser to download them
- a Windows Service that periodically zips up a directory for backup and archival purposes
- a WPF program that modifyies an existing archive – renaming entries, removing entries from an archive, or adding new entries to an archive
- a Windows Forms app that creates AES-encrypted zip archives for privacy of archived content.
- An administrative script in PowerShell or VBScript that performs backup and archival.
- a WCF service that receives a zip file as an attachment, and dynamically unpacks the zip to a stream for analysis
- creating zip files from stream content, saving to a stream, extracting to a stream, reading from a stream
- creation of self-extracting archives.

Njoy coding :)

Written by Ajay Matharu

June 20th, 2009 at 1:42 pm

Jun 19th, 2009 | No Comments

The person who doesn’t make mistakes is unlikely to make anything.

Benjamin Franklin said, ‘I haven’t failed, I’ve had 10,000 ideas that didn’t work.’

Thomas Edison said, ‘Of the 200 light bulbs that didn’t work, every failure told me something that I was able to incorporate into the next attempt.’

Theatre director Joan Littlewood said, ‘If we don’t get lost, we’ll never find a new route.’

All of them understood that failures and false starts are a precondition of success.

Written by Ajay Matharu

June 19th, 2009 at 11:33 pm