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
Easily Find Tags and Values in a Large Xml Document Using XmlTextReader in C#
Parsing large XML documents efficiently can be a challenge due to memory constraints. This approach utilizes the XmlTextReader class in C# to extract specific tags and their corresponding values fr...
Liju Gopalan
Sep 20, 2007
C# Security: Best Practices for Secure Coding
In this article, we will discuss some of the best practices for writing secure code in C#. These practices include using secure password hashing algorithms to store passwords, validating user input...
Ziggy Rafiq
Aug 31, 2023
Working on SortedDictionary in C#
In this article I explain how to create the SortedDictionary and perform various operations of it using its properties and methods.
Richa Garg
Jun 04, 2012
Exploring C# Tuples: Simplifying Data Structures with Examples
Discover the Power of C# Tuples: Simplifying Data Structures. Learn how Microsoft's C# language utilizes lightweight Tuples for efficient data grouping, enhancing code clarity, and improving pe...
Ajay Kumar
Aug 31, 2023
Dynamic Keyword in C#
C# is a strongly-typed language. What does that mean? In the C# language, every variable and constant has a pre-defined type. But what if you are not sure of the type of the variable? This is where...
Mahesh Chand
Jan 07, 2014
Resolve Dependency in 3 Ways Using Ninject IoC Container
This article describes the implementation of three types of DI using Ninject.
Sourav Kayal
Jun 08, 2014
Stack In C#
A stack is a data structure that represents a LIFO collection. Learn how to implement Stack in C# using the Stack class.
Ritesh Sharma
Jun 19, 2014
Login Page Creation in C#
This article shows how to create a login page in C#.
Thanga malai
Apr 01, 2014
Singleton Design Pattern In C# - Part Two (Eager and Lazy Initialization in Singleton)
In this article, we’ll discuss Lazy initialization, the lazy keyword, why to make singleton class a sealed class and what are the differences between singleton and static class.
Akhil Mittal
Jan 09, 2018
How to Implement 3 Layered Architecture Concepts in ASP.Net
In this article you will learn how to implement 3-Tier Architecture concepts in ASP.Net.
Sharath kumar
Oct 11, 2014
Convert HTML String To PDF Via iTextSharp Library And Send As An Email Attachment
In this article, we will see how to convert HTML string to PDF by using third party PDF generation library.
Muhammad Aqib Shehzad
Apr 14, 2016
Creating a Poll System in C#
Here I show a simple way to develop a Polling/Survey System. It shows results with percentage of votes in a graphical manner.
Uma Shankar Patel
Jul 27, 2012
Converting Dates to Words in C#
In this article, I'd therefore like to present a simple program which does all this.
Vulpes
Apr 05, 2012
Adapter Pattern in C#
In this article I would like to examine the adapter pattern in C# using a simple example.The Adapter Pattern is a design pattern used in software engineering to enable the collaboration of incompat...
Jean Paul
Nov 26, 2011
.NET Static Variables : Better than Application!
In traditional ASP, we always had the Application object to store application-wide variables in.In the .NET framework, both static variables and the Application object provide ways to store data th...
Chris Harrison
Feb 22, 2002
Top C# String Technical Interview Questions
This article will demonstrate you, top 10 C# string technical interview questions and their solutions.
Mukesh Kumar
Apr 01, 2019
Changing Display Settings Programmatically
Learn how to change display settings (resolution, bits, rotation, etc.) via C# and Win32 API.
Mohammad Elsheimy
Aug 26, 2009
Alternative Simplified C# Property Syntax
When I first read about properties in C#, I was a bit excited and a bit confused. I was glad to see so many inventions, including properties, designed to help programmers be more productive.
Scott Zimmerman
Dec 19, 2002
Will Swap Work If C# Manipulates Objects By Reference?
C# does manipulate objects by reference, and all object variables are references. On the other hand, C# does not pass method arguments by reference; it passes them by value. Thus, a regular swap me...
Saradha Gnanavel
Feb 15, 2005
Working With Default Interface Implementation In C# 8.0
This article explains the default Interface implementation feature introduced as a part of C# 8 and demonstrates how to use it in application development.
Prakash Tripathi
Sep 11, 2019
No Records Available.
981
-
1000
of
3480
<<
48
49
50
51
52
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Alchemy