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
(3478)
Blogs
(2102)
Resources
(71)
Videos
(96)
News
(17)
Articles
Using The CQRS Pattern In C#
In this article, you will learn about the CQRS pattern in C#.
Munib Butt
Nov 16, 2020
Tuples In C#
C# tuple is a new data type. Learn how to use tuples in C#.
Mahesh Chand
Jan 05, 2017
String To DateTime Conversion In C#
C# convert string to datetime. Learn how to convert a string to datetime in C#. There are several common methods including Convert.ToDateTime, DateTime.Parse, and DateTime.ParseExact to convert a s...
Manas Mohapatra
Dec 25, 2015
C# 11 - Immutable Object And Defensive Copy
We discuss some issues related to Immutable Object and “defense copy”.
Mark Pelf
Feb 27, 2023
Types of Inheritance In C#
In this article, we will learn about C# inheritance and types of inheritance in C# and .NET.
Vithal Wadje
Dec 31, 2013
Create A Windows Service In C#
This tutorial explains how to create a Windows Service in C#. You will also learn how to configure and start a Windows Service in .NET.
Faisal Pathan
Jun 28, 2018
C# 11 - Records Demystified
Beginner’s tutorial on C#11 Records with examples.
Mark Pelf
Feb 24, 2023
C# - Value Object Pattern, Data Transfer Object Pattern
Beginner’s tutorial on Value Object (VO) Patten and Data Transfer Object (DTO) Pattern with examples
Mark Pelf
Feb 22, 2023
C# 11 - Immutable Object Pattern
Beginner’s tutorial on Immutable Object Pattern with examples. An Immutable Object (Internal Immutability) in C# is an object whose internal state cannot be changed after it is created. That is dif...
Mark Pelf
Feb 22, 2023
Reference Types Are Not Passed By Reference!
This article will help you to understand what are the real differences between reference and value types and how reference types behave under the hood
Tural Suleymani
Feb 20, 2023
Usage and Importance of Using in C#
This article explains the various ways to use the using keyword in C# and what its benefits are.
Manas Mohapatra
Jul 22, 2015
What is the C# Using Statement? Why Use It?
C# using statement makes sure that the allocated objects within the using statement is disposed once the using block code is executed.
Dipal Choksi
Dec 11, 2002
Learn Delegates In C#
Delegate in C# is a type that allows methods to be passed as parameters. Learn how to work and implement delegates in your C# app to define callback methods and return parameters.
Amr Monjid
Feb 29, 2008
XML Serialization in practice: Preparing The Central Bank Service
Learn XML serialization in practice. In the second part of our article, we will get acquainted with XML serialization and look at the use of the Central Bank's XML service in real practice.
Tural Suleymani
Feb 17, 2023
What is a Static Class in C#?
Static in c# is used to create a static class, struct, or member. A static class can only contain static data members, including static methods, static constructors, and static properties.
Sri Kanth
Mar 06, 2014
When To Use Static Classes In C#
The static modifier in C# declares a static member of a class. The static modifier can be used with classes, properties, methods, fields, operators, events, and constructors, but it cannot be used ...
Mahesh Chand
Apr 30, 2019
Working with static in C#
Learn what is static in C# and how to create static methods and fields in a C# class.
Sandeep Soni
Oct 23, 2018
Essentials Of Serialization - Binary Serialization
This article will help you to understand serialization and deserialization and use Binary serialization in practice
Tural Suleymani
Feb 15, 2023
Nullable Types in C#
A C# nullable type is a data type that contains the defined data type or the value of null. This article explains the use of C# Nullable Types.
Prasoon
Jun 08, 2009
Difference Between Var, Dynamic And Object type In C#
In this article, I am going to explain var, dynamic, and object keywords in detail.
Jignesh Kumar
Feb 13, 2023
No Records Available.
1241
-
1260
of
3478
<<
61
62
63
64
65
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Entity Framework