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
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
Learn Exception Handling in C#
Exception Handling in C# is crucial for robust code. Using try-catch blocks, catch blocks, and finally blocks, developers manage unexpected issues gracefully, ensuring dependable and solid applicat...
Gurpreet Arora
Feb 28, 2024
[Solved]: Permission to send an SMS has not been enabled for the region indicated by the 'To&...
In this article, we will see how to resolve the Twilio error: Permission to send an SMS has not been enabled for the region indicated by the 'To' number in C#
Rinki
Feb 28, 2024
Tailoring Site Responses to Microsoft Tag Requests
Microsoft Tag is interesting alternative to the use of typical QR tags; the response options to reading a Microsoft Tag include returning the user’s rough position as latitude and longitude or a po...
Scott Lysle
Nov 16, 2011
Detecting File Changes using FileSystemWatcher
This article is about detecting file changes like file renaming, file creation, deletion and changes in a folder using FileSystemWatcher class.
Thiagarajan Alagarsamy
Mar 20, 2007
Mastering Pattern Matching in C#
Mastering Pattern Matching in C# provides comprehensive insights into leveraging pattern matching techniques to enhance code readability and efficiency. From type patterns to constant patterns, pro...
Alpesh Maniya
Feb 28, 2024
Usage of Classes, Structs, and Records in C#
In the world of C# programming, choosing the right data structure can significantly impact the efficiency and readability of your code. In this article, we'll delve into the nuances of each co...
Farhan Ahmed
Feb 26, 2024
How Do I Implement a 'Mouse Double Click' for a ListBox
Implementing a "mouse double click" event for a ListBox typically involves subscribing to the ListBox's MouseDoubleClick event and specifying the action you want to perform when the e...
Shiv Gupta
Feb 26, 2024
Learn about C# Operators and Their Uses
This article on C# operators from unary and binary operators to overloadable operators, relational operators, implicit and explicit cast operators, short-circuiting operators, the ternary operator,...
Dinesh Gabhane
Feb 26, 2024
Why we should learn C#?
This article explores the reasons behind choosing C# over other languages, delving into its evolution, key features like object orientation, lambda expressions, LINQ, generics, and its adaptability...
Dinesh Gabhane
Feb 26, 2024
How to Set Long Expiry to JWT Token?
To set a long expiry time for a JSON Web Token (JWT) in C#, you need to configure the token's expiration claim accordingly.
Shiv Gupta
Feb 26, 2024
An in-depth look at C# 10 and performance improvements
Get a comprehensive analysis of Ziggy Rafiq's latest C# 10 enhancements and how they affect application performance. Discover how function pointers simplify method invocation, records enhance m...
Ziggy Rafiq
Feb 24, 2024
Code Generation and Productivity in C#10 with Source Generators
Find out what C# 10 has to offer in Ziggy Rafiq's insightful article, "Code Generation and Productivity in C# 10 with Source Generators." Learn about the power of source generators, w...
Ziggy Rafiq
Feb 24, 2024
Understanding the C# 10 Memory Model
Ziggy Rafiq discusses the C# memory model, including stacks, heaps, garbage collection, and memory leaks
Ziggy Rafiq
Feb 22, 2024
A Comprehensive Guide to Best Practices and Common Scenarios Using Dependency Injection in .NET 8...
This comprehensive resource covers everything you need to know to leverage Dependency Injection effectively in .NET 8 with C# 10. Ziggy Rafiq explains how to use Dependency Injection in the best po...
Ziggy Rafiq
Feb 20, 2024
What is Reflection In C#
Introduction to reflection: Reflection is a powerful feature in C# that allows developers to inspect and manipulate types, methods, properties, and other elements of code dynamically at runtime. It...
Vipul Malhotra
Jun 12, 2015
Unveiling New Features for Simplified Syntax and Improved Performance in C# 10
In C# 10, authored by Ziggy Rafiq, developers will discover simplified syntax and performance improvements. Record structs combine the benefits of records and structs for better memory efficiency. ...
Ziggy Rafiq
Feb 17, 2024
Array Manipulations in C#: Part 1
In this article, we will learn to Explore essential array manipulations in C# with this introductory guide. Learn how to modify, copy, and manipulate array elements efficiently
Abhimanyu K Vatsa
Jul 25, 2011
SOLID Principles In C# - Liskov Substitution Principle
C# is an object-oriented programming language. These days whenever you talk about object-oriented programming you hear the acronym, SOLID. These are five design principles introduced by Michael Fea...
Munib Butt
May 27, 2020
Learn about Sealed Classes in C#
In C# programming, sealed classes offer control over inheritance but can be restrictive. This article delves into unlocking their potential using extension methods and the decorator pattern. These ...
Ajay Kumar
Feb 14, 2024
No Records Available.
381
-
400
of
3481
<<
18
19
20
21
22
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Alchemy