C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Debendra Dash(2)
Scott Lysle(2)
Gunasekaran Palani(1)
Chhavi Goel(1)
Sanjeeb Lenka(1)
Mohammad Elsheimy(1)
Muhammad Shakir(1)
Rajesh Gami(1)
Aarav Patel(1)
Amit Mohanty(1)
Amit Bhatt(1)
Vivek Kumar(1)
Vignesh Mani(1)
Atul Rawat(1)
Sibeesh Venu(1)
Pramod Thakur(1)
Selva Ganapathy(1)
Satya Prakash(1)
Rahul Ray(1)
Kirtan Patel(1)
Jigar Desai(1)
Deepak Tewatia(1)
Sumit Srivastava(1)
Deepak Verma(1)
John Charles Olamendy(1)
Bechir Bejaoui(1)
Mohammed Habeeb(1)
Resources
No resource found
Build an Azure Blob Trigger Function to Compress Images with Sharp
Nov 12, 2024.
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, configuring the function app, and implementing image compression with Node.js.
Re-size and Compress Image in Android Studio
Jul 02, 2013.
In this article you will learn how to resize and compress an image in Android
How to Compress a File on Upload & Download the Zip File
Jun 15, 2013.
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.
Programmatically Compress and Decompress Files
Sep 09, 2009.
Learn how to compress and decompress files programmatically via .NET.
How To Compress and Decompress Data
Feb 01, 2008.
This article shows how to compress and decompress our data.
Building a Custom Serialization Framework (Compress, Encrypt, Version Data) | Angular + ASP.NET Core
Nov 19, 2025.
Build a custom serialization framework in Angular & ASP.NET Core for compression, encryption, and versioning. Secure data, optimize performance, and ensure compatibility.
Upload, Compress, and Delete Images in AWS S3 Bucket with Node.js + Express
Oct 17, 2025.
Master image management in your Node.js and Express applications! This guide provides a step-by-step walkthrough of uploading, compressing, and deleting images in AWS S3. Learn to optimize storage, enhance performance, and secure your uploads with pre-signed URLs for direct client-side transfers. Build a scalable and efficient image handling backend today!
Compress and Reduce File Size of Images in ASP.NET Core
Oct 01, 2023.
Compress and Reduce File Size of Images in ASP.NET Core
Compress Files To Zip In C#
Aug 25, 2022.
This article explains you how you can compress multiple files to one zip file.
Compressing Web API Responses Using DotNetZip
Mar 11, 2017.
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 response times and bandwidth utilization.
Download Multiple Files In Compressed Format In ASP.NET MVC 5 Step By Step
Aug 18, 2016.
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
Aug 13, 2016.
In this article, you will learn how to compress Web API response by creating an Action Filter.
Compressing Web API Response Using DotNetZip
Jul 06, 2016.
In this article, you will learn how to compress the Web API response to increase the performance of Web API.
Compress And Resize Image Using Web API
Sep 14, 2015.
In this article we will learn how to compress and resize image in Web API.
Compress XML, String, Variables in Client Side and Export in HTML5 Using jQuery
Feb 02, 2015.
In this article you will learn how to compress a XML, String, Variables in the client side and export in HTML5 using JQuery.
Creating Database When MDF is Compressed
Oct 24, 2014.
Here you will see how to create a database when the MDF is compressed.
Simple and Effective Compression and Decompression Logic in C#
Oct 30, 2013.
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.
Compress Image in Word 2013
Dec 06, 2012.
In this article I am going to explain how to compress an image in Word 2013.
Compress Folders with Visual Basic and the SharpZipLib in VB.NET
Nov 08, 2012.
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.
Compress Image to a given size
May 27, 2010.
In this article we will see how to compress the image to given width and height.
Compress and Decompress data using GZipStream
Apr 10, 2010.
This article guides you how to compress the data using GZipStream in C#.
Compress Web Pages using .NET 2.0 Compression Library
Oct 08, 2007.
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?
Compress Folders with C# and SharpZipLib
Apr 25, 2007.
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.
Database Backup Using SQL Queries And Its Type
May 17, 2022.
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 Backup.
Updated Version Of Operating System X 10.9
Jul 17, 2013.
This article defines the tenth updated version of Operating System X class.
Minify CSS before deploying Web Project
Aug 09, 2012.
This article demonstrates how to use YSlow to minfy CSS.
New Features of ASP.NET 4
Jul 03, 2010.
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.
Zip and Unzip files using GZipStream and DeflateStream classes
Jul 17, 2008.
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 and the DeflateStream class.
Simple Application to Zip and Unzip Files in C# Using J# libraries
Apr 24, 2007.
An article to demonstrate the usage of J# library in C# for zip and unzip functionalities.