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
(3480)
Blogs
(2102)
Resources
(71)
Videos
(96)
News
(17)
Articles
How to Write Secure Code in C#?
Secure coding in C# is essential for safeguarding sensitive information and preventing security breaches. Follow these best practices to enhance your application's security. Protecting Your C# ...
Ramawatar Bhakar
Sep 13, 2023
Understanding S.O.L.I.D. Principles in C#
Learn how to apply the five key principles of Object-Oriented Programming (OOP) - Single Responsibility, Open-Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion - in C# wi...
Ajay Kumar
Sep 13, 2023
Connection Pooling
While performing any database activity it is necessary that every single connection need to be closed, but in case your application throws some exception in that case our connection wont’ get close...
Munir Shaikh
Aug 11, 2007
C# Dev Kit for VS Code
Discover how C# Dev Kit, a Visual Studio Code extension, enhances your C# development experience. It offers solution management, streamlined testing, and AI-powered code suggestions for increased p...
Keyur
Sep 13, 2023
Edit And Encrypt Web.Config Sections Using C# 2.0
An article to illustrate editing and encrypting of sections of the Web.Config file programmatically. Editing and encrypting sections of a Web. config file using C# 2.0 involves using the System. Co...
Mohammed Habeeb
May 07, 2007
Language Extensions In C# 2.0
This article intends to the C# 1.x developers and covers what-why-how the new enhancement .The philosophy behind the document is to have quick update on C# 2.0 and leverage this in your day to day ...
Anand Kumar Rao
Apr 21, 2005
Differentiate Hiding And Overriding
As most of you know hiding and overriding are two main features based upon inheritance, which is one of the pillars of the OOP. Using these we can redefine a member of the base class in a derived c...
Jaish Mathews
Feb 27, 2006
Line Count Utility
Program returns count of code lines and file names in which code lines will be counted.
Levent Camlibel
Jun 12, 2004
DateTime In C#
In C#, DateTime is a fundamental data type that represents dates and times. It is part of the System namespace and provides a rich set of methods and properties for working with dates and times. He...
Rohatash Kumar
Jun 21, 2011
Sorting List Of Complex Types In C#
Sorting a list of complex types in C# involves arranging the elements of a list or collection based on specific criteria within the complex type. Complex types typically consist of multiple propert...
Ritesh Sharma
Jun 23, 2014
Learning Delegates In C#
There is this thing in C# called a delegate, which is going to be crucial to build interactions between our objects. What’s a delegate, you ask? Good question. A delegate is a pointer to a method...
Matthew Cochran
Jan 03, 2006
Custom Events And Delegates
Custom events and delegates are fundamental concepts in modern programming languages like C#. They provide a powerful mechanism for implementing the observer pattern, enabling objects to communicat...
Mitchel Sellers
Nov 22, 2006
Comparison of String and StringBuilder in C#
This article describes the differences between a String and a StringBuilder in C#, their use cases and performance comparisons.
Prakash Tripathi
Feb 04, 2014
Creating A Hard Disk Partition Using C#
ICreating a hard disk partition using C# involves interacting with the Windows Disk Management API to programmatically manage disk partitions. This process typically requires administrative privile...
Mayank Rajpura
Apr 29, 2015
Microsoft Sync Framework - A primer to the file sync provider
This article is a primer to the file sync provider under the Microsoft Sync Framework.
Sharad Nair
Jan 09, 2008
FileSharing Server in C# and .NET
The server acts as a File Sharing Server, it listens for multiple clients to connect to it. The Clients have a option to either Download any of the Files available with the server for download.
Saurabh Nandu
Feb 01, 2001
ContactUs page with Capctcha in ASP.NET using C#
Simple Contact Us page with Catcha to avoid spam mail.
Biswa Pujarini Mohapatra
Aug 21, 2011
Asynchronous Programming in C# 5.0 - Access Data in Asynchronous Functions
In this article, we will try to implement a few real-time applications of asynchronous programming. Here we will see in which scenario we can implement asynchronous style.
Sourav Kayal
Sep 30, 2013
Making Method Parameters Optional In C#
In this article, you will learn about how to make method parameters optional in C#.
Rafnas T P
Apr 06, 2017
Singleton Design Pattern In C#
The Singleton Design Pattern is one of the creational design patterns used in software engineering. It is primarily employed to ensure that a class has only one instance and provides a global point...
Vivek Kumar
Mar 23, 2017
No Records Available.
861
-
880
of
3480
<<
42
43
44
45
46
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
React Fundamentals