Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Thursday, May 24, 2012

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > Visual Studio 2005 > Miscellaneous
Native DataSet Compression in Visual Studio.NET 2005        
Total Hits: 170  |  Today: 0 Author: Peter A. Bromberg       Rating:  
Read Reviews | Write Review | Your Rating: 

Among other enhancements in Visual Studio.NET 2005, we now have the System.IO.Compression namespace, which offers industry standard Deflate ("zip") and GZip compression codecs. Since I've been somewhat involved in this area, particularly with the binary serialization and compression of DataSets for remoting over the wire, I thought it would be worthwhile to compare the new SerializationFormat.Binary enumeration on the DataSet class, which now enables DataSets to describe themselves to the BinaryFormatter serialization infrastructure in such a manner as to be truly "binary" serializable, instead of injecting a big glop of textual XML to the Formatter's Serialize method, and to see how well the resultant byte array can be compressed using the new native Compression classes.


What's New at DevASP.Net
04/23  A Debug Stopwatch
04/23  The virtual bool bug
04/23  Application.EnableVisualStyles Bu..
04/23  The Process Async Reader Bug
04/23  Load a DBF into a DataTable
04/23  Weird Error: Unable to Validate D..
04/23  ASP.NET and jQuery to the Max
04/23  Fixing Error: "SetConfigurationSe..
04/23  Generics in .NET
04/23  Builder Design Pattern
04/23  Abstract Factory Design Pattern
04/23  Prototype Design Pattern
04/23  Bridge Design Pattern
04/23  Composite Design Pattern
04/23  Decorator Design Pattern
04/23  Validation in .NET Framework 4
04/23  Windows Phone 7: How to Encrypt C..
04/23  Text box to accept only number
04/23  Using the Raw Input API to Proces..
04/23  Study EVM (Earned Value Managemen..

DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net