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 C# features
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ziggy Rafiq (2)
Abhishek Arora (2)
Anandu G Nath (1)
Habibul Rehman (1)
Atul Sharma (1)
C# Curator (1)
Mahesh Chand (1)
Rakesh Dabde (1)
Abhishek Kumar (1)
Nimit Joshi (1)
John Charles Olamendy (1)
Ashish Banerjee (1)
Ashish Singhal (1)
Related resources for C# features
No resource found
An in-depth Look at Advanced Pattern Matching in C# 12
10/22/2024 5:27:09 AM.
With Ziggy Rafiq, learn how to leverage advanced pattern matching features in C# 12, including the new let pattern and enhanced recursive patterns.
Abstract Factory Design Pattern in .NET Core C# 12
8/29/2024 4:29:33 AM.
In this detailed article by Ziggy Rafiq, you will learn how to implement key components like AbstractFactory, ConcreteFactory, AbstractProduct, and ConcreteProduct in .NET Core with C# 12. By leveragi
Null Propagation Operator: A New Feature of C# 6.0
5/29/2024 8:10:30 AM.
On November 12, 2014, Microsoft announced Visual Studio 2015 Preview and C# 6.0, featuring the Null Propagation Operator. This operator simplifies null checks, reducing code complexity and bugs. It al
Nameof Operator: A New Feature of C# 6.0
5/29/2024 8:06:24 AM.
C# nameof operator returns the unqualified string name of a variable, type, or member. In this article, we will learn how to use the nameof operator in C# code example.
C# and Its Main Features
12/28/2023 9:17:41 AM.
Dive deep into the world of C#—a modern, versatile, and object-oriented language. Explore its features, from OOP principles to cutting-edge enhancements like records, source generators, and nullable r
Null-Coalescing Assignment Operator In C# 8.0
10/17/2023 6:52:36 AM.
In this article, we will learn how to use Null-coalescing assignment operator in C# and also check the updated requirements of Null-coalescing operator requirements.
The Top Seven Least-Known, Yet Important, C# Features
9/5/2023 6:36:38 AM.
In this article, you will learn about some of the top important C# features that are often not very well known.
Top 10 Most Important Features Of C#
10/17/2020 8:54:59 PM.
In this article, we’ll learn about the most important features of C#. It's all about C#.
Why Learn C#
3/31/2019 10:55:45 AM.
This article is my personal opinion why one should learn C# language over others and how to get started with C#.
C# Features From 3.0 to 6.0
12/16/2015 7:04:32 AM.
In this article you will learn about C# features from 3.0 to 6.0 versions.
Anonymous Methods and Lambda Features in C#
5/21/2014 7:43:22 PM.
I have tried to explain the concept of Anonymous methods and Lambda expression features in a very simple manner.
New Features in Visual Studio 2012
7/24/2013 7:33:26 PM.
In this article I am introducing a few of the new efficiency features in Visual Studio 2012.
New features in C# 2.0
10/13/2012 5:19:59 AM.
In this article, I will learn about and use the new features in C# 2.0 added by the Microsoft designers, such as generics, anonymous methods, partial types, static classes, nullable types, and limiting access to properties.
Virchk.cs: A C# file Scan Utility for Generating MD5 Signature Footprints
2/5/2006 11:53:59 PM.
Virchk.cs is a file scanner utility, which traverses the files in a directory and all it's sub directories, to generate a MD5 hash signature footprint of the targeted extensions file.
Generics in C# 2.0
2/2/2006 1:09:55 AM.
In this article we will see how we can use generics in C#, we have read this concept as templates in C++.