Related resources for ompression
  • Database Backup With Compression in SQL Server9/20/2024 9:18:22 AM. This article explains how to perform database backup compression in SQL Server 2012 using SQL Server Management Studio or a Transact-SQL statement. It provides a step-by-step guide to visually create
  • Overview Of Azure On-Premise Data Gateway7/30/2024 6:05:54 AM. Learn about the Azure On-Premises Data Gateway, which acts as a bridge between on-premise resources and Azure services like Logic Apps, Power BI, and Microsoft Flow. This article covers its role in se
  • Compressing Web API Responses Using DotNetZip6/4/2024 9:48:49 AM. Compressing Web API responses with DotNetZip enhances efficiency and performance by reducing data size. Using compression techniques like Gzip or Deflate, it optimizes data transmission, improving res
  • Maximizing Efficiency: State Compression Solutions in Solana5/30/2024 11:23:02 AM. In this article, we will Explore cutting-edge strategies in the Solana blockchain with our comprehensive guide on state compression solutions. Learn how to optimize data storage, enhance transaction t
  • Backup Utility In .Net5/9/2024 11:51:13 AM. A Backup Utility in .NET facilitates data protection by enabling automated backups of files or databases. It offers features like compression, encryption, and scheduled backups, ensuring data integrit
  • Upload Multiple Files and Then Create a Zip File4/25/2024 10:09:09 AM. Upload multiple files, then use the ZipArchive class in System.IO.Compression to compress them into a single zip file. This server-side process streamlines file management, enabling efficient transfer
  • Response Compression in .NET Core3/22/2024 6:14:59 AM. Learn about HTTP compression techniques like Gzip, Deflate, and Brotli to reduce payload sizes and expedite data transmission. Configure response compression in ASP.NET Core, control compression over
  • SQL Server Performance Tuning: Data Compression3/4/2024 11:30:53 AM. In this article, you will learn about Data Compression in SQL Server. Learn SQL Server Performance Tuning, Types of Data Compression like Row Compression, Page Compression, Dictionary Compression.
  • How To Zip a File or Folder In Windows 102/22/2024 11:31:12 AM. This content provides a comprehensive guide on zipping and unzipping files and folders in Windows 10. It begins with an introduction to archive files and their significance in storage and portability.
  • Response Compression in ASP.NET Core12/13/2023 10:39:30 AM. Response Compression. Learn the essentials of response compression in web applications, enhancing performance by reducing HTTP response sizes. Explore benefits, implementation steps, compression provi
  • Reduction Consumed Storage in SQL DB12/11/2023 5:10:53 AM. The simple way to reduce consumed DB storage on production app, with data migration and without dramatic changes in DAL (no additional services are required)
  • Creating a File Zip Functionality in ASP.NET Core Web API9/12/2023 7:06:29 AM. Creating a file zip functionality in an ASP.NET Core Web API involves several steps. In this article, we will go through each step, including setting up the project, creating the API endpoint, and gen
  • Image Compressor Using Windows Forms With C#9/6/2023 8:56:48 AM. In this article, I have explained how to compress images by reducing the quality of images using C#.An "Image Compressor Using Windows Forms With C#" application provides a user-friendly way
  • Colored Image Compression in Python using Fourier Transformation1/16/2023 11:27:58 AM. This video explains how to compress a colored image in Python using numpy's fourier transformation.
  • How To Compress and Decompress Data11/17/2022 9:50:03 AM. This article shows how to compress and decompress our data.
  • Convert Image To Lossy And Lossless .webp Format In .NET5/25/2022 1:11:31 PM. This article demonstrates how to programmatically convert image to .webp.
  • ASP.NET Core 2.0 Response Compression11/23/2020 4:08:51 AM. When you’re unable to use the compression features of web servers (IIS, Apache, Nginx), ASP.NET Core provides an alternate option, Response Compression middleware. It’s performance won’t match server
  • How To Improve ASP.NET Core 2.2 Web Application Performance Using Compression Middleware9/28/2019 4:06:30 AM. In this video, we will learn how to use Response Compression middleware to improve the performance of a web application built in ASP.NET Core 2.2.
  • How Much Will Compression Really Gain Me11/2/2018 9:13:33 AM. Did you know that compression can gain you more than just space on a disk; it can allow you to fit more data into the buffer pool? That means queries have faster and more efficient reads which can hel
  • Create ZIP (System.IO.Compression) From WinForm Application6/28/2018 2:13:26 AM. Mostly ZIP extension files are called compressed file of file(s). We create zip from various program (UI) or via command utility.
  • Response Compression Middleware In ASP.NET Core4/9/2017 12:13:46 PM. In this article, we will discuss about what is Response Compression Middleware in ASP.NET Core, how to get started with this and how can we enable GZIP. Compression in ASP.NET Core Applications.
  • Compression In SQL Server5/31/2016 11:16:41 AM. In this article you will learn how to perform compression in SQL Server.
  • An Overview of IIS 7.5 Feature - Compression4/22/2016 2:20:45 PM. In this article, we will look into one of the features of IIS 7.5 that helps in compressing responses and files for faster transmission from IIS to client browser.
  • Web API Compression Using GZip7/21/2015 6:59:51 PM. In this article you will learn about Web API Compression using GZip.
  • Creating Database When MDF is Compressed10/25/2014 12:11:22 AM. Here you will see how to create a database when the MDF is compressed.
  • Simple and Effective Compression and Decompression Logic in C#10/30/2013 11:49:24 AM. We have various compression techniques and I have a simple compression logic that compresses text data into an image and does the reverse in an effective way.
  • Java vs .NET GZIP Compression5/29/2013 5:54:11 PM. This article explains GZIP compression provided by Java and .NET.
  • Compress Folders with Visual Basic and the SharpZipLib in VB.NET12/1/2012 5:39:08 AM. This article shall describe an approach that may be used to collect files from multiple locations and zip them up into a single zipped folder. The code contained in the sample project may be useful.
  • Opening Jars with Visual Basic11/9/2012 6:30:11 AM. This article shall describe an approach that may be used to extract Jar files.
  • Compression in Windows Store Apps10/17/2012 2:43:10 PM. In this article I described how to create a Windows Store App for Compression And Decompression using JavaScript.
  • Best Practice No 4:- Improve bandwidth performance of ASP.NET sites using IIS compression10/1/2012 8:29:04 AM. Bandwidth performance is one of the critical requirements for every website. In today's time major cost of the website is not hard disk space but its bandwidth. So transferring maximum amount of data over the available bandwidth becomes very critical. In this article we will see how we can use IIS compression to increase bandwidth performance.
  • New Features in SQL Server 20085/20/2012 4:15:03 AM. Here are some of the new features added to SQL Server 2008.
  • Compress Folders with C# and SharpZipLib5/19/2012 12:14:59 AM. This article shall describe an approach that may be used to collect files from multiple locations and zip them up into a single zipped folder. The code contained in the sample project may be useful if one needs to gather up multiple files, zip them up, and then do something with them such as upload the zipped files to a server location for storage or processing.
  • Compression of XML file, FTP upload and SQL Server SqlBulkInsert2/8/2011 2:57:58 PM. This article describes one approach to upload data from a backend database to a frontend SQL database hosted on a web server using FtpWebRequest, GZipStream and SqlBulkInsert classes in .NET.
  • Data Compression in SQL Server 200812/7/2010 5:26:40 AM. Data compression is a new feature introduced in SQL Server 2008. It enables the DBA’s to effectively manage the MDF files and Backup files. There are two types of compressions.
  • Compress and Decompress data using GZipStream 4/10/2010 8:21:29 PM. This article guides you how to compress the data using GZipStream in C#.
  • Programmatically Compress and Decompress Files10/4/2009 3:08:55 PM. Learn how to compress and decompress files programmatically via .NET.
  • Calculating the normalized compression distance between two strings1/20/2009 11:38:07 PM. The normalized compression distance (NCD) is a mathematical tool to cluster any objects that are similar. Besides, this article discusses the use of two RichTextBox controls for pasting and copying of text. It also introduces the use of the ContextMenuStrip control.
  • Opening Jars with C# 7/7/2008 1:52:51 AM. This article shall describe an approach that may be used to extract Jar files. Jars are merely files compressed using zip compression; the primary difference between a standard trash zip file and a jar file is that the jar file includes a manifest; also a true jar files can be run as an executable on a machine equipped with the java runtime.
  • Compress Web Pages using .NET 2.0 Compression Library10/10/2007 8:03:35 AM. This article explains how to create very simple HttpModule to compress your dynamic content using compression library (System.IO.Compression) available in .NET 2.0?
  • HTTP Compression with HttpCompress5/8/2006 12:16:45 AM. This article describes how to enable HTTP compression for ASP.net web applications without having direct access to the server and by using an <b>HttpModule.</b>
  • Working with Portable Network Graphics(PNG) Format : Part I12/22/2005 1:23:32 AM. First off, why use PNG instead of GIF? Probably the most important reason is that GIF supports a maximum of 256 colors.