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
Seamless Database Integration with C#
Efficiently integrating databases with C# applications is crucial for managing data seamlessly. Explore various approaches like ADO.NET, Entity Framework Core, and Dapper along with best practices ...
Ajay Kumar
Mar 26, 2024
Enums in C#: Syntax, Usage, and Best Practices
In C#, enums (short for enumerations) offer a powerful tool for developers to define a set of named integral constants. In this article, we'll delve into the fundamentals of enums in C# and exp...
Jitendra Mesavaniya
Mar 26, 2024
Single-Dimensional, Two-Dimensional, and Multidimensional Arrays in C#
Arrays are fundamental data structures in programming languages, including C#. In this article, we'll explore single-dimensional, two-dimensional, and multidimensional arrays in C#, understand ...
Jitendra Mesavaniya
Mar 26, 2024
Class vs. Record vs. Struct in C#
Understanding the distinctions among classes, records, and structs is vital in C# development. Classes encapsulate data and behavior, records offer immutable data modeling, while structs are lightw...
Ajay Kumar
Mar 26, 2024
Soft Deletion in Entity Framework Core
In this article, we will delve into the concept of soft deletion and illustrate how to implement it effectively with EF Core.
Ajay Kumar
Mar 23, 2024
Converting Strings in C#: JSON, Base64, XML, CSV and Reverse
Discover Ziggy Rafiq's comprehensive guide on converting strings to JSON, Base64, XML, and CSV formats using C#. Plus, learn how to reverse the process effortlessly. Don't miss out on this ...
Ziggy Rafiq
Jul 19, 2023
Ensuring Secure Coding in C#: Maintaining Security
The article on secure coding in C# applications, written by Ziggy Rafiq, is a must-read for developers who want to fortify their applications against potential vulnerabilities and security threats....
Ziggy Rafiq
Jul 20, 2023
Deploying Web Apps and APIs with Visual Studio
Deploying Web Apps and APIs with Visual Studio involves utilizing Visual Studio's built-in deployment features to efficiently publish your applications. You can configure various settings such ...
Vinoth Xavier
Mar 22, 2024
Learn about Queue in C# with examples
In this article, we will explore Queue data structure in C#, facilitating FIFO (First In, First Out) operations. Utilize methods like Enqueue, Dequeue, and Peek for efficient data manipulation.
Jaimin Shethiya
Mar 21, 2024
Explain Naming Conventions in C#
Naming conventions are a set of rules and guidelines used for naming variables, functions, classes, and other entities in a programming language. They help improve code readability, maintainability...
Jitendra Mesavaniya
Mar 21, 2024
How to Use GUIDs in C#?
We are discussing GUIDs (Globally Unique Identifiers) which are commonly used in C# to create unique identifiers for objects, entities, and resources in a system. In this article, Ziggy Rafiq will ...
Ziggy Rafiq
Apr 14, 2023
Secure Coding in C# - Protecting Applications and User Data
Protecting applications and user data is crucial in today's digital age. Secure coding practices play a vital role in ensuring the security of the code written in C# on the Microsoft.net Framew...
Ziggy Rafiq
Jul 11, 2023
How To Split A String Using Backslash As Delimiter In C# With Code Examples
Learn how to easily split a string in C# using a backslash delimiter with code examples, courtesy of Ziggy Rafiq's informative article. Master this essential skill today!
Ziggy Rafiq
Apr 10, 2023
How To Truncate String In C#
If you're looking to learn how to truncate a string in C#, then you've come to the right place. This article will provide you with the necessary information to accomplish this task efficien...
Ziggy Rafiq
Apr 12, 2023
An Overview of C# Static Constructors
Static Constructors are a powerful mechanism for initializing static members and performing one-time setup tasks in C# classes.
Vinoth Xavier
Mar 20, 2024
Explain about Spread Operator in C# 12
The spread operator, a recent addition to C# in version 12, streamlines working with collections like arrays and dictionaries. It simplifies tasks such as cloning and merging, enhancing code readab...
Gurpreet Arora
Mar 20, 2024
How to Split VCF File to Multiple Contacts
Explore methods to split VCF (vCard) files into multiple contacts. Get the best solutions to easily split vCard files into multiple contacts on Windows and Mac.
Mithilesh Tata
Mar 19, 2024
Domain-Driven Design with Records in C#
C# 9.0 introduces Records, aligning with Domain-Driven Design (DDD) principles, especially in modeling value objects. This article explores leveraging Records in DDD with illustrative examples for ...
Ajay Kumar
Mar 19, 2024
What is Alternative of Multiple Inhertitance in C#?
This approach allows for achieving some level of multiple inheritance-like behavior while avoiding the complexities associated with traditional multiple inheritance.
Ishika Tiwari
Mar 18, 2024
Implementing Resilient HTTP Requests in C#
Ensuring reliable communication between systems is vital. Learn how to implement resilient HTTP requests in C# using Polly for robust, fault-tolerant applications.
Ajay Kumar
Mar 16, 2024
No Records Available.
381
-
400
of
3518
<<
18
19
20
21
22
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Azure PaaS