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]
Mahesh Chand(16)
Enrico Lorenzo De Vito(2)
Santhosh Kumar Jayaraman(2)
Saurav Kumar(1)
Keyur (1)
Himanshu Upreti(1)
Kannadasan G(1)
Ajay Yadav(1)
Kirtan Patel(1)
Praveen Kumar(1)
Naresh Beniwal(1)
Bohdan Stupak(1)
Yogeshkumar Hadiya(1)
Jin Necesario(1)
Dinesh Beniwal(1)
Ishika Tiwari(1)
Sardar Mudassar Ali Khan (1)
Habibur Rony(1)
Satendra Singh Bhati(1)
Sushila Patel(1)
Resources
No resource found
How to Reduce Time to First Byte (TTFB) for Faster Page Loading?
Feb 13, 2026.
Improve page speed by reducing Time to First Byte (TTFB)! Learn proven strategies to optimize server response, caching, database, and network for better SEO and user experience.
Using ByteSize to Represent Byte Size
Dec 17, 2023.
How do we define a kilobyte, a megabyte, or a gigabyte? How do we convert between different units of byte size? How do we display byte size in a human-readable format?
Convert Byte Array Into PDF And Open It Inside Custom Dialog box In Angular
Jan 11, 2023.
We will get byte array as an response from API and same we need to encode and convert into PDF inside Custom Dialog box in Angular, where you can fire events on closing of dialog to fire another event.
How to Convert String To Byte Array in C#
Jun 03, 2019.
The Encoding.GetBytes() method converts a string into a byte array in C#. This article includes a code example of how to convert a C# string into a byte array.
Convert Byte Array To String In C#
Sep 14, 2018.
Learn to convert a C# byte array to a string in C# and .NET Core. Code example included.
Display Image From Byte Array In C# and ASP.NET
Nov 14, 2017.
In this tutorial, I am going to explain how to display an image from a byte array in ASP.NET MVC using C# .NET and VB.NET.
Binary Cracking and Byte Patching With IDA Pro
Nov 19, 2014.
This dissertation explores binary patching techniques using IDA Pro, emphasizing reverse engineering, byte-level manipulation, and assembly code analysis. It covers configuring IDA Pro for patching, analyzing binary logic, and demonstrates patching procedures via IDA scripts and manual byte editing.
Print a Chart into a Byte Stream in VB.NET
Nov 09, 2012.
This article will explain how to build a chart using MSChart and save the output to a stream of bytes, this stream will be redirected to a generic handler, so we'll not use a webform.
Print A Chart into a Byte Stream in VB.NET
Sep 22, 2012.
This article will explain how to build a chart using MSChart and save the output to a stream of bytes, this stream will be redirected to a generic handler, so we'll not use a webform.
Convert a Boolean to a Byte in C#
Aug 14, 2012.
Convert a Boolean to a Byte using C# and .NET. A byte is an 8-bit unsigned integer. The ToByte method of the Convert class converts other base data types to a byte data type.
Convert a Char to a Byte in C#
Jul 05, 2012.
How to convert a char data type to a byte data type using C#.
Convert Int to Byte Array in C#
Jul 05, 2012.
How to convert an int data type to a byte array using C# and .NET.
Convert Boolean to Byte in C#
Jul 04, 2012.
How to convert a boolean type to a byte type using C# and .NET.
Convert File to Byte Array In C#
Jun 01, 2012.
In this article, let us see how to convert a file content to a byte array and restore the original content from the byte array and display it in its original file format such as pdf, doc, xls, rtf, jpeg, png etc.
Convert Long, Short, Single to Byte Array in C#
Feb 27, 2010.
The BitConverter class in .NET Framework is provides functionality to convert base data types to an array of bytes, and an array of bytes to base data types.
Convert Char to Byte Array in C#
Feb 26, 2010.
The BitConverter class in .NET Framework is provides functionality to convert base data types to an array of bytes, and an array of bytes to base data types.
Convert Bool to Byte Array in C#
Feb 24, 2010.
This article demonstrates how to convert a boolean value to a byte array in C#.
Convert Value Type to Byte Array and Vice Versa
Feb 22, 2010.
In this article you will learn how to convert decimal to byte array and byte array to decimal again.
Convert Integer to Byte Array in C#
Feb 12, 2010.
The code snippet in this article converts different integer values to a byte array and vice-versa using BitConverter class. The BitConverter class in .NET Framework is provides functionality to convert base data types to an array of bytes, and an array of bytes to base data types.
Convert Byte Array to Int in C#
Feb 10, 2010.
The code snippet in this article converts different integer values to a byte array and vice-versa using BitConverter class.
How to Convert a Byte Array to Double in C#
Feb 10, 2010.
This code snippet is an example of how to convert a byte array to double. Code also shows conversion of double to a byte array using C#.
Convert Double to Byte Array in C#
Feb 08, 2010.
This code snippet shows how to convert double to a byte array.
Streams and Byte Streams in C#
Dec 10, 2009.
In this article I will explain you about Streams and Byte Streams in C#.
Byte Keyword in Java
Apr 21, 2023.
In this article, you will learn Byte keyword in java.
Prefer Using Stream To Byte[]
Oct 04, 2021.
While reviewing and refactoring a real-world codebase, I've noticed how byte[] API is misused. That is the reason why in this article I'm sharing some thoughts on why you shouldn't evade Stream API in your code.
How to Save Images in Row Format/Bytes Into a Database and Fetch Them in a C# Windows Desktop Applications
Feb 18, 2020.
In this article, you will learn how to save images in row format/bytes into a database and fetch from the database in a C# windows desktop application.
Playing With Strings And Bytes/Byte - Arrays C#
Aug 19, 2019.
In this article, you will learn about playing with strings and Bytes/Byte - Arrays C#.
Convert Bytes To KB, MB In C#
Jun 16, 2019.
C# FileInfo.Length returns the size of a file in bytes. This method coverts file size in bytes into KB, MB, GB, TB, or PB.
How To Read/Write Lines And Bytes In C#
Aug 07, 2012.
In this article we will discuss about how to Read/Write the Lines and Bytes in a file in C#.
What Is Tokenization? The Most Comprehensive Guide for NLP and AI
Dec 10, 2025.
Tokenization is the process of breaking text into smaller meaningful units called tokens. This complete guide explains what tokenization is, how it works in NLP and LLMs, types of tokenizers, examples, challenges, advanced subword algorithms and modern AI applications in 2025.
TINYINT Data Type in SQL and Its C# Equivalent
Mar 16, 2024.
Understanding data types is crucial for effective data manipulation and storage. In this article, we will learn about TINYINT in SQL efficient storage for small integers. In C#, use byte or sbyte for representation. Optimization is crucial.
Efficient PDF Generation in ASP.NET Core Web API Using DinkToPdf
Sep 09, 2023.
Generating PDF files in an ASP.NET Core Web API is a common requirement, and there are several libraries available to help with this task. In this example, I'll show you how to generate PDF files using the popular library called DinkToPdf, which is a .NET wrapper for the C library DinkToPdf. We'll also follow best practices for structuring your ASP.NET Core Web API project.
Implementing CQRS Pattern with Vue.js and ASP.NET Core MVC
Mar 16, 2020.
This article mainly focuses on the CQRS pattern, how we can implement CQRS Pattern using MediatR, and how to use the CQRS pattern with ASP.NET MVC Core and Vue.Js.
Platform Independence in Java
Oct 29, 2013.
In this article, you will learn about how java is platform independent.
Previewing Image in ASP.NET Image Control
Jul 26, 2012.
In this article, let us see how to preview the uploaded image in ASP.NET before saving it to the database.
How to get a file size in C#
Jul 14, 2012.
Learn how to get file size in C#. Sample code included.
Creating ASP.NET Controls Dynamically
Jul 10, 2003.
This article shows you how create ASP.NET controls dynamically and fill data from a database.