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]
Scott Lysle(4)
Nidhi Sharma(2)
Aarav Patel(2)
Tuhin Paul(2)
Allen Oneill(2)
Anubhav Chaudhary(2)
Ananya Desai(1)
Riya Patel(1)
Niharika Gupta(1)
Mahesh Chand(1)
Hariyanisantosh (1)
Rajesh Gami(1)
Rohit Gupta(1)
John Godel(1)
Mohamed Shifan(1)
Avnii Thakur(1)
Ishika Tiwari(1)
Punar Dutt Rajput(1)
Jaimin Shethiya(1)
Jayraj Chhaya(1)
Dmytro Hubernatorov(1)
Sardar Mudassar Ali Khan (1)
Abhishek Singhal(1)
Manikandan Murugesan(1)
Frank Odoom(1)
Onkar Sharma(1)
Naveenkumar Paramasivam(1)
Prashant Kumbhar(1)
Monica Rathbun(1)
Delpin Susai Raj(1)
Manoj Kalla(1)
Guest User(1)
Nishan Aryal(1)
Vivek Kumar(1)
Akshay Phadke(1)
Pankaj Kumar Choudhary(1)
Sateesh Arveti(1)
Debendra Dash(1)
Sr Karthiga(1)
Kunal Patel(1)
Pradip Pandey(1)
Pramod Thakur(1)
Selva Ganapathy(1)
Andrew Fenster(1)
Abhishek Goswami(1)
Mahesh Alle(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)
Melkor (1)
Tom Curry(1)
Resources
No resource found
Benchmarking Zstandard Compression in .NET Applications
Aug 10, 2026.
Benchmark Zstandard compression in .NET 11 apps. Compare speed, size, CPU, and memory against GZip & Brotli for optimal data handling.
AI Memory Compression Techniques for Long-Running Enterprise Applications
Jun 22, 2026.
Optimize AI memory in long-running enterprise apps with compression. Reduce costs, boost performance, and retain crucial context.
Context Compression Techniques for Enterprise AI Applications
Jun 18, 2026.
Master context compression for enterprise AI. Reduce costs, boost speed, and enhance scalability with effective techniques.
Context Window Optimization Techniques for Large-Scale AI Applications
Jun 15, 2026.
Optimize LLM context windows for scalable AI apps. Reduce costs, latency, and improve response quality with smart retrieval & summarization.
Context Compression Techniques for Large-Scale AI Agent Systems
May 29, 2026.
Context compression is vital for scalable AI agents. Techniques like RAG, summarization, and semantic filtering reduce token usage and improve AI performance.
What is HTTP/2 and how is it different from HTTP/1.1?
Apr 22, 2026.
Discover HTTP/2's advantages over HTTP/1.1 for faster websites. Learn about multiplexing, header compression, server push, and how it boosts SEO and user experience.
How can developers design efficient data storage strategies for large datasets?
Mar 11, 2026.
Explore efficient data storage strategies for large datasets. Learn about partitioning, compression, indexing, and distributed systems for optimal performance.
How Do I Improve Performance in ASP.NET Core APIs?
Jan 09, 2026.
Learn how to speed up ASP.NET Core APIs with real engineering techniques covering middleware, routing, JSON, EF Core, caching, async, concurrency, logging, HTTP, and deployment tuning, with code examples and a production checklist.
Why Do We Need GZip? (And why IIS automatically gives you GZip in .NET applications)
Nov 23, 2025.
GZip compression speeds up .NET apps by shrinking web responses. Learn how it boosts performance, cuts costs, improves SEO, and works automatically with IIS!
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.
AI-Powered File Summarizer: Deep-Dive Architecture, Algorithms, Workflows, and Enterprise Integration
Nov 14, 2025.
Comprehensive, SEO- and GEO-optimized guide to AI-powered file summarizers, covering full architecture, algorithms, RAG pipelines, extraction methods, implementation code, enterprise workflows, use cases, limitations, and optimization techniques.
Calculating 3D Distance Between Two Points: Enabling Real-Time Collision Avoidance in Autonomous Mining
Oct 12, 2025.
Explore the 3D Euclidean distance formula and its vital role in autonomous mining. Learn how precise distance calculations prevent collisions in GPS-denied underground environments, ensuring safety and operational efficiency. This article provides a Python implementation, validation tests, and best practices for safety-critical systems, highlighting the importance of accuracy in real-world applications.
LLMs: From Tokens to Dollars: Cost Engineering for LLM Apps
Oct 12, 2025.
Optimize LLM application costs by treating tokens as a design constraint, not an afterthought. This playbook details strategies like token budgeting, caching, compression, and intelligent model mixing to minimize expenses while maximizing value. Focus on outcomes, not just usage, to transform LLMs into a predictable, compounding advantage. Track cost per task, accuracy, and latency to ensure efficiency.
Detecting Deepfake Images in Real Time Using Earth Mover’s Distance Using Python
Oct 09, 2025.
This article provides a practical guide to detecting AI-generated image manipulation by analyzing subtle histogram differences. Learn how to implement EMD with SciPy for efficient deepfake detection and content moderation. Protect your platform from misinformation by leveraging EMD's sensitivity to statistical anomalies in image intensity profiles.
Ultrasonic Sensor with Arduino in Tinkercad - IoT
Sep 28, 2025.
This beginner-friendly article walks you through connecting the sensor, writing code to measure distance, and displaying the results on the Serial Monitor. Perfect for learning about distance measurement, robotics, and Arduino programming in a virtual environment. Build virtual projects without needing real hardware!
📊 How to Normalize Data in Python
Sep 22, 2025.
This article covers Min-Max, Z-Score, Robust, and L2 normalization techniques with code examples. Discover why normalization is crucial for machine learning, improving model accuracy and convergence speed. Choose the right method for your data and algorithms to ensure fair feature comparison and optimal performance.
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.
Palindrome Check: Normalize Strings in C#
Sep 30, 2024.
Learn essential string manipulation techniques, including whitespace removal, case insensitivity, and character comparison. We’ll provide clear code examples and algorithms to efficiently determine if a given string reads the same forwards and backwards, enhancing your C# programming skills.
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.
Calculating Driving Distance with Google Maps Distance Matrix API in Android
Aug 22, 2023.
In this article, we will learn how to calculate the driving distance between two places in Android.
Fuzzy Search In C#
Dec 26, 2022.
This article describes and demonstrates the fuzzy search in C#.
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.
How to Create a Distance Measuring System using Arduino UNO R3
Feb 11, 2020.
In this article, I am going to explain how to create a distance measuring system using Arduino UNO R3.
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.
Xamarin.Forms - Get Distance Between Two Coordinates Using GeoLocation Using Xamarin.Essentials
Oct 29, 2018.
In this article, you will learn how to Get Distance between two Coordinates Using Xamarin.Essentials in Xamarin Forms.
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.
Calculating Distance Using Google Maps In ASP.NET MVC
Feb 06, 2017.
Use the Google map API to plan routes and work out the nearest destination from a starting point.
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.
Implementing Google Place AutoComplete Textbox by Finding Road Distance Between Source And Destination
Mar 13, 2016.
In this article you will learn how to implement Google Place AutoComplete Textbox by finding road distance between source and destination.
Distance Measuring Using UltraSonic Sensor In LCD Display
Feb 10, 2016.
In this article I explain about measuring distance using UltraSonic Sensor In LCD Display.
Google Map Route Direction, Custom Pin Point, Calculate Distance And Time Using JavaScript
Nov 05, 2015.
In this article you will learn the following: Google Map Route Direction, Custom Pin Point, Calculate Distance and Time using JavaScript.
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.
Time and Distance Delay While Reordering Elements in List Using jQuery
Jan 08, 2014.
This article will explain time and distance delay while reordering elements in a List using jQuery.
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.
How To Find A Doctor Near Your Home in SQL Server
Jun 07, 2013.
How to use a database to find nearby locations. The geography data type and associated SQL Server functions can be used to calculate distances and search for nearby locations.
Java vs .NET GZIP Compression
May 28, 2013.
This article explains GZIP compression provided by Java and .NET.
How to Draw Routes and Calculate Route Time and Distance on the Fly Using Google Map API V3
May 06, 2013.
In this article you will learn how to draw and work with routes on the fly using the Google Maps API V3.
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>
Algorithm to Normalize and Sort Files
Dec 20, 2005.
A program which do all the sorting work for you. This program is just for Windows, I am working on a Mono Version for Linux.
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.