White Papers

Bulky Data Is No Problem Thanks to Compression/Decompression in .NET 2.0

Overview Compression is useful for reducing the size of data. Compression is extremely useful in cases where one needs to transmit data over networks, especially slow and costly networks, such as GPRS connections. One of the new namespaces in version 2.0 of the .NET Framework is System.IO.Compression. This new namespace contains two classes for data compression: DeflateStream and GZipStream. Both compression classes support lossless compression and decompression and are designed for dealing with streams.

Download White Paper

By downloading you agree to our Terms and Conditions. These include information regarding use of your personal data.

Publisher
Jupitermedia
File Format
HTML
Date Published
Jul 2, 2007
Format
White Papers
Topics
Application Development, Data Compression, .NET

Jupitermedia White Papers

ITIL and the CMDB: Think Small?

ITIL and the CMDB: Think Small?

The concept of the Configuration Management DataBase (CMDB) is not exceedingly difficult to comprehend, particularly as

Publisher: Jupitermedia  |  Tags: data, itil

How to Create a Custom Policy Injection Application Block Handler

How to Create a Custom Policy Injection Application Block Handler

As part of Enterprise Library, the Policy Injection Application Block lets a developer control the behavior of the appli

Publisher: Jupitermedia  |  Tags: applications

ClickOnce: Delivering .NET Applications Via the Net

ClickOnce: Delivering .NET Applications Via the Net

From the simplest point of view, ClickOnce is a software technology from Microsoft that gives .NET developers the abilit

Publisher: Jupitermedia  |  Tags: applications, data, developers, server, software

Programming Serial Ports Using Visual Basic 2005

Programming Serial Ports Using Visual Basic 2005

This paper shows how to use the SerialPort control in .NET 2.0 for the serial communication needs. In particular, it wil

Publisher: Jupitermedia  |  Tags: bluetooth

A Data-Centric Approach to Distributed Application Architecture

A Data-Centric Approach to Distributed Application Architecture

Application architects design distributed applications based largely on their computing resources and network infrastruc

Publisher: Jupitermedia  |  Tags: applications, computing, data, infrastructure, network, network infrastructure, object-oriented