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
C#
FOLLOW
C# is a multi-paradigm programming language. This section contains C# related articles and syntaxes.
Articles
(3518)
Blogs
(2109)
Resources
(71)
Videos
(96)
News
(17)
Articles
Handling JSON in C#
C# provides seamless JSON handling with System.Text.Json. Easily parse JSON strings into C# objects and vice versa for efficient data manipulation.
Ajay Kumar
Mar 16, 2024
TINYINT Data Type in SQL and Its C# Equivalent
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 ...
Ishika Tiwari
Mar 16, 2024
Understanding Implicit Usings in C#
In C# 10, a new feature called "Implicit Usings" has been introduced. This feature aims to simplify the process of including commonly used namespaces in C# code files.
Jayraj Chhaya
Mar 13, 2024
What is DateTime Manipulation in C#?
Master DateTime manipulation in C# with this comprehensive guide. Explore methods like 'Add' and properties for modification, extract components, and learn about rounding and truncating Dat...
Baibhav Kumar
Mar 12, 2024
Understanding "out var _" in C#
In this article, we will learn about the use of "out var _" in C#, a syntax that allows declaring a variable inline without specifying its type. Learn its purpose, usage, and how it enhan...
Chandrakant Patil
Mar 11, 2024
Creating Custom NuGet Packages in C#
Learn how to create custom NuGet packages in C# with this step-by-step guide. Set up a project, add components, create a .nuspec file, package your project, and optionally publish to nuget.org.
Ajay Kumar
Mar 10, 2024
How to Sort Two-Dimensional Array in C# by Selected Column Index in Selected Column Sort Order
In this article, we will learn about a program for sorting a two-dimensional array ( M x N ) by column X in selected sort order, then by column Y in selected sort order, and then by column Z in sel...
Željko Perić
Jul 08, 2019
Nameof in C#
In C#, the nameof operator is a relatively recent addition to the language, introduced in C# 6.0. It provides a convenient way to obtain the name of a variable, type, or member as a string.
Ajay Kumar
Mar 08, 2024
The Dangling If-Else Problem: A Common Pitfall in Programming
Explore the often-overlooked issue of the "dangling if-else problem" in programming through our insightful article. We delve into the ambiguity that arises when multiple if-else statement...
Rohini Parade
Mar 08, 2024
A Comprehensive Guide to Nullable Reference Types in C# 10
Explore a comprehensive guide to leveraging nullable reference types in C# 10 by Ziggy Rafiq, providing detailed explanations, code examples, and best practices for improving code safety and robust...
Ziggy Rafiq
Mar 07, 2024
Why Any() Outperforms Count() in Collection Checks
Efficiency in programming is vital, and choosing the right method for tasks is crucial. Explore why Any() often outperforms Count() in specific scenarios with illustrative examples in C#.
Ajay Kumar
Mar 06, 2024
Backup Your Source Code Daily Using C# Programming
Discover an automated solution for daily source code backup with ease. This content introduces an executable file designed to streamline the backup process, ensuring your data is safeguarded withou...
Sai Sherlekar
Jul 09, 2014
Fundamentals of Unit Testing: Don’t Test Your Private Method
In this article, we will discuss the very controversial and important topic of whether the testing of a private method or private function is ethical.
Sourav Kayal
May 01, 2014
How Do I Open an OCR File in PDF?
Explore methods to open OCR files in PDF. Get the best guides to open an OCR file in PDF with easy steps. Open OCR PDF files in C# using the iTextSharp library. Install iTextSharp, write C# code to...
Mithilesh Tata
Mar 05, 2024
What is Serialization and Deserialization in C#?
Serialization and deserialization are processes used to convert objects into a format that can be easily stored, transmitted, or persisted, and then reconstructed back into objects when needed.
Mithilesh Tata
Mar 04, 2024
Mastering Object Creation in C#
Learn to create objects in C# step-by-step. Define classes, instantiate objects, access members, use constructors, and explore static constructors—master object creation for robust C# applications.
Ajay Kumar
Mar 04, 2024
What are Properties in C#?
In this article, we will learn about properties in C#, different types of properties, how to define and use them, and some best practices when working with properties in C#, properties in C# are a ...
Deepak Tewatia
Mar 04, 2024
How to Open a PSD File Without Photoshop
Explore methods to open a PSD File without Photoshop. Get the program to open a PDF file without Photoshop using C#.
Mithilesh Tata
Mar 02, 2024
How to View or Print CDR Image Files with or Without CorelDRAW
Explore methods to View or Print CDR Image files with or without CorelDRAW. Get the best guides to View or Print CDR Image files using CorelDRAW and C#.
Mithilesh Tata
Mar 01, 2024
C# - Understand Equality For Value Type And Reference Type
In this article, you will learn about the nuances of equality comparison in C#, distinguishing between value types (like structs) and reference types (like classes). Understand how the == operator ...
Kirtesh Shah
Oct 21, 2020
No Records Available.
401
-
420
of
3518
<<
19
20
21
22
23
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Blockchain Beginner