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
Using an Array as a Parameter in C#
This article is about passing a reference type (like an array) to a method.
Suvendu Shekhar Giri
Jan 23, 2012
Setup xUnit.net Unit Testing In Class Library Project
In this tutorial, we will learn how to configure xUnit.net in Visual Studio 2017 class library project.
Dinesh Kushwaha
Aug 22, 2018
Call Command Prompt For Different Purposes In Different Ways
How windows command prompt can be called for various different purposes using C#? Sometime you need command window to be shown and sometime it should be hidden and sometime you need to control it...
Jaish Mathews
Aug 14, 2018
Decorator Pattern in C#
This article describes the Decorator Pattern. The Decorator Pattern provides a flexible alternative to sub classing for extending functionality dynamically.
Damodara Naidu
Oct 24, 2014
Understand Extension Method in C#
This article explains extension methods of C#. The extension method is a modified version/slightly changed version of a static method.
Sourav Kayal
May 17, 2014
5 tips to improve performance of C# code: Part 4
In this article, I will show a few ADO.NET tips to improve performance. A connection object is one of the most resource consuming objects in ADO.NET. So we need to manage this object very carefully.
Sourav Kayal
Jul 21, 2013
5 Tips to Improve Your C# Code: Part 2
In this article I would like to show memory consumption of various code snippets.
Sourav Kayal
Jul 06, 2013
5 Tips to Improve Your C# Code: Part 1
Dear reader, in this article I provide a few best practices in C# programming.
Sourav Kayal
Jul 03, 2013
5 Tips to Improve Performance of C# Code: Part 3
Welcome to the C# Performance Improvement Article Series. This is my third presentation.
Sourav Kayal
Jul 13, 2013
New C# 7 Features - Ref Returns And Out Variables - Part Three
This blog explains the improvement for ref returns and out variable in C# 7.0.
Jignesh Kumar
Jul 30, 2018
New C# 7 Features - Is Expression With Patterns And Switch Statement With Patterns - Part Two
This article explains Is Expression with Patterns and Switch statement with Patterns which makes developers lives easy.
Jignesh Kumar
Jul 27, 2018
C# 7.0 New Features - Binary Literal, Digit Separator And Local Function - Part One
This Article explains the new features of C# 7.0 and it covers features like binary literal, digit separator and local function.
Jignesh Kumar
Jul 25, 2018
How To Add Custom Validator For Any Model In C#
In this article, we will discuss how to add a custom validator for any model in C#.
Ruchi Sharavat
Jul 20, 2018
How Events And Delegates Are Related
This articles describes about what is delegate, what are the different ways to define and declare delegates, when to use delegates, what is event and how events and delegates are associated or rela...
Hemant Jindal
Jun 28, 2018
How To Create Four Types Of CLR Database Procedures In Visual Studio In C#
In this article, we will learn about CLR database procedures in C#. Let’s discuss CLR database stored procedure.
Dinesh Kushwaha
Jun 01, 2018
An Overview Of CLR Database Procedures In C#
In this article, we will learn about CLR database procedures in C#. Let’s discuss CLR database stored procedure.
Dinesh Kushwaha
May 31, 2018
Why CLR Database User Defined Scalar and Table Value Function
In this article, we will learn about CLR database user-defined scalar and table-valued function in C#
Dinesh Kushwaha
May 29, 2018
Design Tip - Write Honest Methods
As developers we learn that giving meaningful names to methods produces clean, readable and maintainable code. However, that’s not all we should be concerned about when it comes to method signature...
Guest User
May 24, 2018
Learn About File Handling With C#
In this article, we are all going to see File handling with C-sharp.
Naveen Arumugam
May 23, 2018
Design Tip - Avoid Enum Types In Domain Layer
An enum is a special value type that lets you specify a group of named numeric constants. They can help make code more readable, as opposed to using int to represent constants or flags.
Guest User
May 22, 2018
No Records Available.
2101
-
2120
of
3475
<<
104
105
106
107
108
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Oracle