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
(3475)
Blogs
(2102)
Resources
(71)
Videos
(96)
News
(17)
Articles
Specification Pattern In C# - Composite Specifications
This article is a continuation of my first article on Specification Pattern in C#. I recommend that you read it for a better understanding of background concepts. In the first part of this article,...
Murphy Ochuba
Dec 03, 2018
Convert Byte Array to Int in C#
The code snippet in this article converts different integer values to a byte array and vice-versa using BitConverter class.
Mahesh Chand
Feb 10, 2010
Convert Integer to Byte Array in C#
The code snippet in this article converts different integer values to a byte array and vice-versa using BitConverter class. The BitConverter class in .NET Framework is provides functionality to con...
Mahesh Chand
Feb 12, 2010
Specification Pattern In C#
First, I’d like to say that I wrote this article because of the difficulty I faced when I tried to research the specification pattern. I saw a lot of confusing videos and articles online. I was eve...
Murphy Ochuba
Nov 27, 2018
How To Validate XML Using XSD In C#
Extensible Markup Language (XML) is used to describe data. The XML standard is a flexible way to create information formats and electronically share structured data via the public Internet, as well...
Sagar Shinde
Jan 29, 2018
C# Object To JSON Parser (JSON Serializer)
This article demonstrate how to parse a C# object into JSON string without using any .Net serializer and third party libraries.
Tarun Rajak
Mar 30, 2018
Triangle Patterns in C#
This article shows how to draw patterns in a C# console program.
Abhishek Jaiswal
Mar 30, 2014
Overview Of Abstract Class And Interface
In this article, I will explain you abstract class and interface. Which is the most important topic to cover? Most of the interviewer ask about abstract class and interface. I will cover all possib...
Farhan Ahmed
Nov 21, 2018
Indexer In C#
Indexer allows accessing a member of a class as an array. We can define indexer using this keyword, which indicates that we are creating indexer for current class so an instance of the current clas...
Hitanshi Mehta
Nov 14, 2018
Access Specifiers In C#
In this article you will learn about Access Specifiers in C# language.
Aniket Narvankar
Dec 13, 2015
Object Oriented Programming In C#
In this article. I will explain you object-oriented programming in C#. As we all know that C# is an object-oriented programming language. By using C# language we can develop different kind of appli...
Farhan Ahmed
Nov 19, 2018
Understanding Dependency Injection Using Constructor, Property, And Method In C#
Today, I am going to explain in details about dependency injection in C#. This article is for those developers who don't know anything about Dependency Injection (DI). Just go through below all...
Mahesh Alle
Nov 04, 2018
Generics in C#
This article is all about generics in C# and how to improve performance overhead.
Abhishek Jaiswal
Jan 11, 2014
Delegate in C#
In this article, I am trying to explain delegates in an easy to understand way, hopefully after going through this article, you will feel comfortable using delegates and answering any questions rel...
Rajesh Gonugunta
Dec 17, 2012
Doing Arrays - C#
The article explains type of arrays in C# with easy to understand examples. Mixed Arrays, Jagged Arrays, Multi Dimensional Arrays, Single Dimension Arrays.
Abdur Rehman
Feb 24, 2011
Polymorphism in .NET
In this article you will learn about Polymorphism in detail. What is Polymorphism? Static or Compile-time Polymorphism, Dynamic or Runtime Polymorphism, Virtual modifier, Virtual methods, Differenc...
Manish Agrahari
Jun 05, 2013
Extension Method In C#
Extension Methods are a new feature in C# 3.0. An Extension Method enables us to add methods to existing types without creating a new derived type, recompiling, or modify the original types.
Sandeep Singh Shekhawat
Jun 15, 2013
Simple Code Cleanup Tips
This article demonstrates simple code writing or code review tips.
Sanket Terdal
Jan 31, 2014
Concept Of A Delegate In C#
An interesting and useful property of a delegate is that it does not know or care about the class of the object that it references. Any object will do; all that matters is that the method's arg...
Deepak Dwij
Nov 12, 2011
Change Console Foreground And Background Color In C#
Console.BackgroundColor and Console.ForegroundColor in C# and .NET Core sets the background color and foreground color a the console. This code example shows how to change the foreground and backg...
Mahesh Chand
Jun 17, 2018
No Records Available.
2061
-
2080
of
3475
<<
102
103
104
105
106
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Microsoft Azure