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
(3481)
Blogs
(2102)
Resources
(71)
Videos
(96)
News
(17)
Articles
Sending An E-Mail Using ASP.NET With C#
In this article, I show how Sending emails is a crucial functionality in web applications, often employed for various purposes like user account confirmation through OTP. This article delves into t...
Sourabh Mishra
Apr 14, 2013
Understanding Cross Language Interoperability With C# .NET
This article explains case sensitivity/insensitivity of cross language interoperability in Microsoft .NET that allows compliant languages to interoperate with each other.
Vidya Vrat Agarwal
Nov 27, 2014
Using C# For Cross-Platform Development
In this article, you will learn how to use C# for cross-platform development. Explore the power of C# programming beyond the confines of Windows and .NET in this insightful article.
Afzaal Ahmad Zeeshan
Dec 08, 2015
Custom Events in C# for Enhanced Communication and Flexibility
In C#, you can create custom events to provide a way for classes to communicate and react to certain actions or state changes.
Sanjay Kumar
Jan 31, 2024
What Are Primary Constructors in C# 12?
C# 12 has a number of new features, one of which is Primary Constructors, which offer a simplified and more concise method of constructing objects in C#.
Lynn Walker
Jan 31, 2024
C#: The Programming Language of the Year 2023
C#’s Syntax Wins Hearts and Minds.
Jay Krishnareddy
Jan 30, 2024
Using XML Key-Value Pairs in C# as a Dictionary
To represent key-value pairs in XML, you typically use elements and attributes. how to represent key-value pairs in XML using C#. It covers XML file creation, interface and enum implementation, an...
Sanjay Kumar
Jan 30, 2024
What is Command Pattern in C#?
The Command Pattern, a behavioral design pattern in C#, transforms requests into stand-alone objects, promoting decoupling between sender and receiver. It enhances flexibility, undo/redo capabiliti...
Ajay Kumar
Jan 25, 2024
Null Handling in C# Using Null-Conditional and Coalescing Operators
In C# programming, null handling is a critical consideration for robust and error-resistant code. This brief guide introduces two powerful operators, the null-conditional operator (?.) and the null...
Alpesh Maniya
Jan 25, 2024
Optimizing Performance in C# Entity Framework
Optimize the performance of your C# Entity Framework application with these strategic best practices. From lazy loading and eager loading to caching and database tuning, ensure efficient data access.
Ajay Kumar
Jan 24, 2024
What is Adapter Pattern in C#?
Explore the Adapter Pattern in C#, a crucial design pattern for integrating incompatible interfaces. Learn its components, implementation, and benefits, making code reusability and interoperability...
Ajay Kumar
Jan 23, 2024
Converting Outlook MSG to HTML in C# for Enhanced Readability
Converting Outlook MSG to HTML in C# for Enhanced Readability" describes the process of converting Microsoft Outlook MSG files into HTML format using the C# programming language. This conversi...
Vinoth Xavier
Jan 22, 2024
Extending List Functionality with C# Extension Methods
In this article, I will demonstrate How to create an extension method in c# for List type. I will explain how we can extend the functionality of List without a new derived class. I will create exte...
Jignesh Kumar
Jan 22, 2024
Registry Configuration for Launching Programs by File Extensions
Associating a specific program with a particular file type through registry configurations involves defining entries in the Windows Registry.
Sanjay Kumar
Jan 03, 2024
Understanding Action and Func Delegates in C#
Two commonly used delegates in C# are the Action and Func delegates. Let's explore what they are and how to use them. Delegates in C# have some features that distinguish them from normal methods.
Mamta M
Jan 17, 2024
Concatenate Two Strings in C#
In C#, string concatenation can be achieved using the + operator, String.Concat method, String.Join method, or string interpolation. Choose the method that suits your coding style and project requi...
Anandu G Nath
Jan 17, 2024
TwoSum Example in C#: Print and Count Pairs with Given Sum
Given an array of integers and target number ‘target sum' then print all pairs and their count in the array whose sum is equal to ‘target sum’.Examples : Input : arr[] = {3, 5, 7, 1, 5, 9},...
Vaibhav Patil
Jan 17, 2024
What Is Short keyword In C#
In this article, you will learn about What is Short Keyword in C#
Naresh Beniwal
May 10, 2023
If-Else vs Switch Statement in C#
Navigate the decision-making landscape in C# with clarity. Delve into the distinctions between if-else and switch statements, understanding their pros, cons, and optimal use cases for efficient code.
Ajay Kumar
Jan 16, 2024
Concurrent Collections in C#
Unlock the power of concurrency in C# with a deep dive into concurrent collections. From ConcurrentDictionary for thread-safe dictionaries to BlockingCollection for versatile blocking operations, m...
Vipul Malhotra
Jan 12, 2024
No Records Available.
421
-
440
of
3481
<<
20
21
22
23
24
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
TypeScript