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 Byte
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (16)
Ajay Yadav (2)
Santhosh Kumar Jayaraman (2)
Enrico Lorenzo De Vito (2)
Abhishek Goswami (1)
Ishika Tiwari (1)
Kuppu Swami (1)
Shubhankar Banerjee (1)
Keyur (1)
Dinesh Beniwal (1)
Sardar Mudassar Ali Khan (1)
Naresh Beniwal (1)
Kannadasan G (1)
Himanshu Upreti (1)
Praveen Kumar (1)
Satya Karki (1)
Bohdan Stupak (1)
Habibur Rony (1)
Elavarasan R (1)
Ajithkumar J (1)
Yogeshkumar Hadiya (1)
Satendra Singh Bhati (1)
Jin Necesario (1)
Abhishek Dubey (1)
Sourav Mukherjee (1)
Vishal Gilbile (1)
Hirendra Sisodiya (1)
Kirtan Patel (1)
C# Curator (1)
Sushila Patel (1)
Related resources for Byte
No resource found
Interoperability with IKVM.NET: Seamless Java Integration
4/30/2024 9:47:08 AM.
IKVM.NET enables Java bytecode to run on the .NET Framework, facilitating interoperability between Java and .NET technologies. It converts Java bytecode into .NET Intermediate Language (IL), offering
Binary Cracking and Byte Patching With IDA Pro
4/23/2024 8:31:51 AM.
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,
TINYINT Data Type in SQL and Its C# Equivalent
3/16/2024 10:35:58 AM.
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
Understanding the One-Way Nature of HASHBYTES in SQL
1/5/2024 10:48:17 AM.
This article delves into the cryptographic world of hashing algorithms, emphasizing the irreversible nature of these functions. Learn why HASHBYTES, a widely-used function for creating hash values in
Is it Possible to Deploy a Smart Contract from Another Contract?
12/27/2023 9:28:29 AM.
Explore techniques to deploy smart contracts from other contracts. Learn key methods and security practices for seamless blockchain development.
Using ByteSize to Represent Byte Size
12/17/2023 7:49:22 AM.
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?
How To Read/Write Lines And Bytes In C#
10/10/2023 9:58:54 AM.
In this article we will discuss about how to Read/Write the Lines and Bytes in a file in C#.
Efficient PDF Generation in ASP.NET Core Web API Using DinkToPdf
9/9/2023 12:14:09 PM.
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
Convert Int to Byte Array in C#
9/5/2023 10:24:07 AM.
How to convert an int data type to a byte array using C# and .NET.
Byte Keyword in Java
4/21/2023 6:56:50 AM.
In this article, you will learn Byte keyword in java.
Convert Bytes To KB, MB In C#
3/3/2023 5:27:34 AM.
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 get a file size in C#
2/23/2023 7:00:15 AM.
Learn how to get file size in C#. Sample code included.
Display Image From Byte Array In C# and ASP.NET
2/21/2023 8:18:09 PM.
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.
Convert File to Byte Array In C#
2/21/2023 8:11:12 PM.
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, jp
How to Generate a Random Number and Random String in C#?
2/21/2023 4:36:55 PM.
The Random.Next() method returns a random number in C#. The code examples show how to generate a random string and random number in C#.
How to Convert String To Byte Array in C#
2/21/2023 12:17:55 PM.
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#
2/9/2023 8:10:49 AM.
Learn to convert a C# byte array to a string in C# and .NET Core. Code example included.
Convert Byte Array Into PDF And Open It Inside Custom Dialog box In Angular
1/11/2023 10:14:18 AM.
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
Streams and Byte Streams in C#
11/24/2022 9:31:05 AM.
In this article I will explain you about Streams and Byte Streams in C#.
Convert Long, Short, Single to Byte Array in C#
9/30/2022 6:50:03 AM.
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#
8/22/2022 8:11:45 AM.
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.
Obtain Bytecode And Hash Of Smart Contract On Stratis Blockchain
8/22/2022 5:02:33 AM.
This article provides insights into Smart contract development in C#, contract validation, byte code generation on Stratis Blockchain with an example of HelloWorld Contract.
Prefer Using Stream To Byte[]
10/4/2021 1:50:29 PM.
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 S
Implementing CQRS Pattern with Vue.js and ASP.NET Core MVC
1/6/2021 5:10:02 AM.
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.
Setting Up First Machine Learning Environment Using Anaconda Navigator
6/22/2020 3:57:28 AM.
I will demonstrate how to set your first Machine learning environment using Anaconda navigator. Anaconda is an open source and free distribution of R and Python programming language for a machine lear
House Price Prediction with Machine Learning Using Jupyter Notebook
3/2/2020 2:01:06 PM.
In this article, we use a dataset to train the machine and test data to predict the price
How to Save Images in Row Format/Bytes Into a Database and Fetch Them in a C# Windows Desktop Applications
2/18/2020 11:57:53 PM.
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.
Java Bytecode Reverse Engineering
9/27/2019 5:06:56 PM.
This paper explaines the mechanism of disassembling Java byte code in order to reveal sensitive information when the source of the Java binary is unavailable. We have come to an understanding of how t
Platform Independence in Java
9/24/2019 3:51:41 AM.
In this article, you will learn about how java is platform independent.
Playing With Strings And Bytes/Byte - Arrays C#
8/26/2019 4:47:33 AM.
In this article, you will learn about playing with strings and Bytes/Byte - Arrays C#.
Use of ByteStreams and CharacterStreams in JAVA
7/22/2019 12:45:32 AM.
In this article, you learn about I/O Stream, ByteStream and CharcterStream in JAVA.
What Are The Advantages And Usage Of Apache Cassandra Database
12/21/2018 2:36:17 PM.
This article reviews basics of Apache Cassandra and its advantages and usages. Apache Cassandra is the easiest truly big-data database that can scale and replicate data globally in a master-less confi
Convert a Boolean to a Byte in C#
12/19/2018 10:34:05 PM.
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 Byte Array to Int in C#
11/29/2018 3:37:30 AM.
The code snippet in this article converts different integer values to a byte array and vice-versa using BitConverter class.
Convert Integer to Byte Array in C#
11/29/2018 3:32:40 AM.
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 conver
How to Convert a Byte Array to Double in C#
9/14/2018 11:56:36 PM.
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#.
Reading Merged Cell From Excel Using Bytescout.SpreadSheet in C#
6/11/2014 3:31:35 PM.
This article describes how to read an Excel file that has merged columns within it.
Print a Chart into a Byte Stream in VB.NET
11/9/2012 5:28:03 AM.
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.
Integral data types in C#
10/13/2012 2:22:19 AM.
In this article you will learn how to use integral data types in C#.
Print A Chart into a Byte Stream in VB.NET
9/22/2012 4:15:53 AM.
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.
Previewing Image in ASP.NET Image Control
7/26/2012 2:20:51 PM.
In this article, let us see how to preview the uploaded image in ASP.NET before saving it to the database.
Convert a Char to a Byte in C#
7/5/2012 11:44:08 AM.
How to convert a char data type to a byte data type using C#.
Convert Bool to Byte Array in C#
7/4/2012 7:52:04 PM.
This article demonstrates how to convert a boolean value to a byte array in C#.
Convert Boolean to Byte in C#
7/4/2012 2:33:16 PM.
How to convert a boolean type to a byte type using C# and .NET.
Convert Value Type to Byte Array and Vice Versa
2/22/2010 2:18:21 AM.
In this article you will learn how to convert decimal to byte array and byte array to decimal again.
Convert Double to Byte Array in C#
2/8/2010 10:44:34 AM.
This code snippet shows how to convert double to a byte array.
Conversion Classes & CultureInfo Class in C#
2/3/2010 10:46:16 PM.
In this article I will explain you about the Conversion Classes & CultureInfo Class in C#.
Creating ASP.NET Controls Dynamically
1/3/2006 6:51:51 AM.
This article shows you how create ASP.NET controls dynamically and fill data from a database.