TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Compress
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle (4)
Debendra Dash (2)
Gunasekaran Palani (1)
Rohatash Kumar (1)
Prashant Kumbhar (1)
Vivek Kumar (1)
Punar Dutt Rajput (1)
Nikhil Kumar (1)
Anubhav Chaudhary (1)
Jaimin Shethiya (1)
Pankaj Kumar Choudhary (1)
Onkar Sharma (1)
Jayraj Chhaya (1)
Dmytro Hubernatorov (1)
Amit Mohanty (1)
Bechir Bejaoui (1)
Sardar Mudassar Ali Khan (1)
Rafnas T P (1)
Deepak Tewatia (1)
Veena Sarda (1)
Muhammad Shakir (1)
Amit Bhatt (1)
Frank Odoom (1)
Sanjeeb Lenka (1)
Guest User (1)
Deepak Verma (1)
Chhavi Goel (1)
Sibeesh Venu (1)
Satya Prakash (1)
Jigar Patel (1)
Monica Rathbun (1)
Manoj Kalla (1)
Nishan Aryal (1)
Vignesh Mani (1)
Akshay Phadke (1)
Sateesh Arveti (1)
Atul Rawat (1)
Pradip Pandey (1)
Pramod Thakur (1)
John Charles Olamendy (1)
Selva Ganapathy (1)
Sumit Srivastava (1)
Abhishek Goswami (1)
Deepak Middha (1)
Shivprasad (1)
Karthika Palaniswamy (1)
Mohammed Habeeb (1)
Micke Blomqvist (1)
Venkatesan Jayakantham (1)
Rahul Ray (1)
Kirtan Patel (1)
Mohammad Elsheimy (1)
Marc Dommers (1)
Jigar Desai (1)
Praveen K Prasad (1)
Tom Curry (1)
Related resources for Compress
No resource found
Build an Azure Blob Trigger Function to Compress Images with Sharp
11/12/2024 5:17:35 AM.
This guide walks through creating an Azure Blob Trigger Function that compresses images uploaded to Azure Storage using the Sharp image processing library. It covers setting up Azure Blob Storage, co
Database Backup With Compression in SQL Server
9/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 Gateway
7/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 DotNetZip
6/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 Solana
5/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 .Net
5/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 File
4/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 Core
3/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 Compression
3/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 10
2/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 Core
12/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 DB
12/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)
Compress and Reduce File Size of Images in ASP.NET Core
10/1/2023 2:10:01 PM.
Compress and Reduce File Size of Images in ASP.NET Core
Zip and Unzip files using GZipStream and DeflateStream classes
9/21/2023 8:55:26 AM.
The dot net framework provides us a way to compress and decompress data using the classes under the System.IO.Compression. There are two main classes that perform the job, namely the GZipStream class
Creating a File Zip Functionality in ASP.NET Core Web API
9/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
Database Backup Using SQL Queries And Its Type
3/7/2023 6:41:21 AM.
How to make a backup of database using SQL queries in compressed and uncompressed condition or restoring database from backup using SQL queries and Difference between Compressed and Uncompressed
Colored Image Compression in Python using Fourier Transformation
1/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 Data
11/17/2022 9:50:03 AM.
This article shows how to compress and decompress our data.
Compress Files To Zip In C#
8/25/2022 4:22:16 PM.
This article explains you how you can compress multiple files to one zip file.
Convert Image To Lossy And Lossless .webp Format In .NET
5/25/2022 1:11:31 PM.
This article demonstrates how to programmatically convert image to .webp.
How to Compress a File on Upload & Download the Zip File
2/11/2021 11:01:45 AM.
This article describes how to compress a file into Zip format when it is uploaded and download the Zip file using Ionic Zip in Asp .Net.
ASP.NET Core 2.0 Response Compression
11/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
Minify CSS before deploying Web Project
5/7/2020 5:18:49 AM.
This article demonstrates how to use YSlow to minfy CSS.
Re-size and Compress Image in Android Studio
3/26/2020 12:44:06 AM.
In this article you will learn how to resize and compress an image in Android
Compress XML, String, Variables in Client Side and Export in HTML5 Using jQuery
1/9/2020 5:37:53 AM.
In this article you will learn how to compress a XML, String, Variables in the client side and export in HTML5 using JQuery.
Compress Image in Word 2013
12/19/2019 11:36:05 PM.
In this article I am going to explain how to compress an image in Word 2013.
How To Improve ASP.NET Core 2.2 Web Application Performance Using Compression Middleware
9/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 Me
11/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 Application
6/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 Core
4/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.
Download Multiple Files In Compressed Format In ASP.NET MVC 5 Step By Step
8/18/2016 1:06:15 AM.
In this article, you will learn how to download multiple files in compressed format, in ASP.NET MVC 5.
Compressing Web API Response - Part Two
8/13/2016 5:05:38 PM.
In this article, you will learn how to compress Web API response by creating an Action Filter.
Compressing Web API Response Using DotNetZip
7/6/2016 3:24:20 PM.
In this article, you will learn how to compress the Web API response to increase the performance of Web API.
Compression In SQL Server
5/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 - Compression
4/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.
Compress And Resize Image Using Web API
9/14/2015 4:05:44 AM.
In this article we will learn how to compress and resize image in Web API.
Web API Compression Using GZip
7/21/2015 6:59:51 PM.
In this article you will learn about Web API Compression using GZip.
Creating Database When MDF is Compressed
10/25/2014 12:11:22 AM.
Here you will see how to create a database when the MDF is compressed.
New Features of ASP.NET 4
9/21/2014 1:47:58 AM.
In this article, I want to give an overview of the new features of ASP.NET that are included in the .NET framework 4 and Visual Studio 2010.
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.
Updated Version Of Operating System X 10.9
7/22/2013 5:22:31 PM.
This article defines the tenth updated version of Operating System X class.
Java vs .NET GZIP Compression
5/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.NET
12/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 Basic
11/9/2012 6:30:11 AM.
This article shall describe an approach that may be used to extract Jar files.
Compression in Windows Store Apps
10/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 compression
10/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 2008
5/20/2012 4:15:03 AM.
Here are some of the new features added to SQL Server 2008.
Compress Folders with C# and SharpZipLib
5/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.
Simple Application to Zip and Unzip Files in C# Using J# libraries
5/15/2012 7:18:36 PM.
An article to demonstrate the usage of J# library in C# for zip and unzip functionalities.
Compression of XML file, FTP upload and SQL Server SqlBulkInsert
2/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 2008
12/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 Image to a given size
5/26/2010 12:36:34 AM.
In this article we will see how to compress the image to given width and height.
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 Files
10/4/2009 3:08:55 PM.
Learn how to compress and decompress files programmatically via .NET.
Calculating the normalized compression distance between two strings
1/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 Library
10/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 HttpCompress
5/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 I
12/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.