All About Interop

Connecting .NET to just about anything else
Posts
  • All About Interop

    Emacs regex to grok csc compilation errors

    • 4 Comments
    People have asked about this. This is the regular expression I use to allow emacs' next-error function to handle csc error messages. It is included in the emacs.el that I published previously . Here it is excerpted for convenience. ;; to allow next...
  • All About Interop

    DotNetZip, open source library for .ZIP files, revs to v1.4

    • 0 Comments
    I have updated DotNetZip, the open source Zip Library for .NET, to v1.4. Find it at http://www.codeplex.com/DotNetZip . New features!! password support is here! Whoohoo!! This is PKzip (weak) encryption. Another new feature: you can now add entries...
  • All About Interop

    Some uses of the Ionic DotNetZip library

    • 0 Comments
    ASP.NET App that compresses a file as it is uploaded http://professionalaspnet.com/archive/2007/11/17/Compressing-a-File-as-it-is-Uploaded.aspx ASP.NET app to manipulate ZIP files as virtual directories or read-only resource containers. http://www...
Page 1 of 1 (3 items)