-
Diigo bookmarks 09/02/2008 (p.m.)
Posted on September 2nd, 2008 No comments-
DotNetZip is a small, easy-to-use class library for manipulating .zip files. It can enable .NET applications written in VB.NET, C#, any .NET language, to easily create, read, and update zip files. It supports these kinds of scenarios:
- creating a zip archive, adding files or directories into the archive
- extracting files from an existing archive
- modifying an existing archive – removing entries from an archive or adding new entries to an archive
- password protecting entries in the archive
- getting entry input from a file or a stream
- reading a zip file from a file or a stream
- extracting an entry into a file or a stream
-
-
Diigo bookmarks 08/25/2008 (p.m.)
Posted on August 25th, 2008 No comments-
.NET – 30 Common String Operations in C# and VB.NET – Part I
In this article, I have compiled some common String operations that we encounter while working with the String class. In Part I, I have covered 15 common string operations. In the next article, I will continue this article and cover 15 more.
-
.NET – 30 Common String Operations in C# and VB.NET – Part II
In the previous article, 30 Common String Operations in C# and VB.NET – Part I, we explored 15 common String operations while working with the String class. In Part II of the article, we will continue with the series and cover 15 more.
-
















