C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
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]
Scott Lysle(4)
Allen Oneill(1)
Punar Dutt Rajput(1)
Jaimin Shethiya(1)
Jayraj Chhaya(1)
Dmytro Hubernatorov(1)
Sardar Mudassar Ali Khan (1)
Frank Odoom(1)
Onkar Sharma(1)
Prashant Kumbhar(1)
Monica Rathbun(1)
Manoj Kalla(1)
Guest User(1)
Nishan Aryal(1)
Vivek Kumar(1)
Akshay Phadke(1)
Pankaj Kumar Choudhary(1)
Sateesh Arveti(1)
Pradip Pandey(1)
Pramod Thakur(1)
Selva Ganapathy(1)
Anubhav Chaudhary(1)
Abhishek Goswami(1)
Rohatash Kumar(1)
Deepak Middha(1)
Micke Blomqvist(1)
Venkatesan Jayakantham(1)
Kirtan Patel(1)
Karthika Palaniswamy(1)
Shivprasad (1)
Mohammad Elsheimy(1)
Nikhil Kumar(1)
Marc Dommers(1)
Muhammad Shakir(1)
Jigar Desai(1)
Praveen K Prasad(1)
Tom Curry(1)
Resources
No resource found
Implementing AI Model Distillation for Faster Inference on Azure ML
Jan 09, 2025.
Learn how to implement AI model distillation on Azure ML to achieve faster inference and improved efficiency. Discover techniques for model compression, knowledge transfer, and optimizing neural networks for cloud and edge AI.
Maximizing Efficiency: State Compression Solutions in Solana
May 30, 2024.
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 throughput, and boost efficiency.
Response Compression in .NET Core
Mar 22, 2024.
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 HTTPS, and understand client-server interaction for efficient data exchange.
Response Compression in ASP.NET Core
Dec 13, 2023.
Response Compression. Learn the essentials of response compression in web applications, enhancing performance by reducing HTTP response sizes. Explore benefits, implementation steps, compression providers, levels, and best practices for optimal results.
Reduction Consumed Storage in SQL DB
Dec 11, 2023.
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 API
Sep 12, 2023.
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 generating a zip file containing multiple files.
Convert Image To Lossy And Lossless .webp Format In .NET
May 25, 2022.
This article demonstrates how to programmatically convert image to .webp.
How To Zip a File or Folder In Windows 10
May 26, 2020.
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.
Overview Of Azure On-Premise Data Gateway
Nov 29, 2018.
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 secure data integration, troubleshooting, and recovery key usage for installation and configuration.
How Much Will Compression Really Gain Me
Nov 02, 2018.
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 help reduce I/O.
Create ZIP (System.IO.Compression) From WinForm Application
Jun 28, 2018.
Mostly ZIP extension files are called compressed file of file(s). We create zip from various program (UI) or via command utility.
ASP.NET Core 2.0 Response Compression
Oct 16, 2017.
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 based compression features though.
Response Compression Middleware In ASP.NET Core
Apr 09, 2017.
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.
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.
Compression In SQL Server
May 31, 2016.
In this article you will learn how to perform compression in SQL Server.
SQL Server Performance Tuning: Data Compression
May 08, 2016.
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.
An Overview of IIS 7.5 Feature - Compression
Mar 31, 2016.
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 GZip
Jul 21, 2015.
In this article you will learn about Web API Compression using GZip.
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.
Upload Multiple Files and Then Create a Zip File
Jul 23, 2013.
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 and storage, commonly used in web development for batch downloads or backups.
Java vs .NET GZIP Compression
May 28, 2013.
This article explains GZIP compression provided by Java and .NET.
Database Backup With Compression in SQL Server
Jan 10, 2013.
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 a backup, select a destination, and choose compression options, ensuring an efficient backup process.
Opening Jars with Visual Basic
Nov 09, 2012.
This article shall describe an approach that may be used to extract Jar files.
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.
Compression in Windows Store Apps
Oct 16, 2012.
In this article I described how to create a Windows Store App for Compression And Decompression using JavaScript.
Compression of XML file, FTP upload and SQL Server SqlBulkInsert
Feb 08, 2011.
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
Dec 07, 2010.
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
Apr 10, 2010.
This article guides you how to compress the data using GZipStream in C#.
New Features in SQL Server 2008
Oct 26, 2009.
Here are some of the new features added to SQL Server 2008.
Best Practice No 4:- Improve bandwidth performance of ASP.NET sites using IIS compression
Sep 16, 2009.
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.
Programmatically Compress and Decompress Files
Sep 09, 2009.
Learn how to compress and decompress files programmatically via .NET.
Backup Utility In .Net
Apr 03, 2009.
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 integrity and easy restoration if needed.
Calculating the normalized compression distance between two strings
Jan 20, 2009.
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#
Jul 07, 2008.
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.
How To Compress and Decompress Data
Feb 01, 2008.
This article shows how to compress and decompress our data.
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.
HTTP Compression with HttpCompress
May 02, 2006.
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
Dec 13, 2002.
First off, why use PNG instead of GIF? Probably the most important reason is that GIF supports a maximum of 256 colors.