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
(3507)
Blogs
(2104)
Resources
(71)
Videos
(96)
News
(17)
Articles
Multilingual Application with single Resx file - Forms Validation Strings
Learn how to create multilingual applications using ASP.NET 8 in this third part of our series. Explore efficient techniques for managing form validation strings using a single Resx file, ensuring ...
Mark Pelf
Apr 01, 2024
ASP.NET 8 - Multilingual Application with Single Resx File - Part 2 - Alternative Approach
Explore an alternative approach in ASP.NET 8 for building multilingual applications using a single Resx file in Part 2 of this series. Discover how to efficiently manage localization and globalizat...
Mark Pelf
Apr 01, 2024
Difference between IEnumerable vs IQuerable
Understand the difference between IEnumerable and IQueryable in .NET collections. While IEnumerable is suitable for in-memory collections, IQueryable allows for optimized queries, especially in sce...
Vivek Tripathi
May 29, 2015
C# Structs: Performance Benefits, Usage, and Best Practices
This article provides an insightful overview of structs in C#, detailing their value type nature, stack allocation, and key characteristics. It includes examples and considerations for when to use ...
Gurpreet Arora
Apr 01, 2024
String vs StringBuilder in C# with Example
In this article, we have explained the difference between String and StringBuilder in C# with example. Know the basic knowledge of String and StringBuilder in C#.
Mithilesh Tata
Mar 29, 2024
What is Language Integrated Query in C#?
Know about LINQ (Language Integrated Query) in C# and their benefits. In this article, we have explained LINQ with an example.
Mithilesh Tata
Mar 29, 2024
C# Propertie Implementation, Types, Examples, and Best Practices
C# property is a member of a class that allows the class to expose some functionality without exposing the implementation details. This article explains what a property is in C#, why we need prope...
Sandeep Singh Shekhawat
Jul 02, 2013
File Handling In C# .NET
This article explores C# .Net's System.IO namespace for file manipulation tasks, covering directory exploration, file operations like read, write, copy, delete, and more. It delves into Directo...
Ajay Yadav
Feb 11, 2015
Method Overloading In C#
Method overloading in C# allows defining multiple methods with the same name but different parameters within the same class. This enables flexibility and enhances code readability by providing vari...
Abhishek Jaiswal
Apr 03, 2014
Difference Between Throw Exception and Throw Clause
In this article, you will understand the difference between 'throw exception' and 'throw clause' is essential for effective error handling. While 'throw exception' generates...
Akkiraju Ivaturi
Aug 06, 2012
Working with Arrays in C#
In this article, we will discover the essence of handling arrays in C#. Learn how to initialize, manipulate, and iterate through arrays efficiently. Explore techniques for clearing, copying, and ac...
Mahesh Chand
Jul 09, 2002
Difference Between Sealed Class & Abstract Class in C#
In object-oriented programming (OOP) with C#, classes serve as the foundation for building robust and scalable applications. Two important concepts in class design are sealed classes and abstract c...
Jitendra Mesavaniya
Mar 28, 2024
Boxing and Unboxing in C#
In this article, we will learn Boxing and unboxing in C# allow conversion from value types to reference types and vice versa. This article explains boxing and unboxing in C#.
G Gnana Arun Ganesh
Aug 20, 2001
Implement IEnumerable Interface in C#
In this tutorial we will learn how to implement IEnumerable interface in C# class. If we implement the IEnumarable interface in our own class then we can loop through all class objects using a fore...
Sourav Kayal
Oct 10, 2013
The "this" Keyword in C#
The "this" keyword in C# is a reference to a class or a struct itself. In this article, you'll learn what the C# "this" keyword is, and how and when to use the "this&qu...
C# Curator
May 22, 2009
Difference Between Const, ReadOnly and Static ReadOnly in C#
Common keywords like Const, ReadOnly, and Static ReadOnly are quite confusing. So today we will discuss these keywords and try to understand the difference between Const, ReadOnly, and Static ReadO...
Yogendra Kumar
Mar 26, 2013
ref vs out in C#
Explore the distinction between 'ref' and 'out' keywords in C#. Learn how 'ref' passes arguments by reference for both input and output, while 'out' is used solely f...
Jignesh Trivedi
May 21, 2014
Break and Continue Statements in C#
This article elucidates essential concepts of C# programming, specifically focusing on loops, namely the break and continue statements. It presents an example demonstrating the usage and different...
Abhishek Jaiswal
Mar 27, 2014
What is a Sealed Classes in C#?
In C#, the concept of inheritance plays a vital role in object-oriented programming (OOP). Developers often design class hierarchies to create a relationship between different types of objects. How...
Jitendra Mesavaniya
Mar 28, 2024
Boost Coding Productivity with Yield Keywords in C#
In today's programming landscape, continuous learning is essential for developers to enhance productivity and efficiency. C# introduces new features like yield return and yield break, optimizin...
Ramesh Palanivel
Mar 28, 2024
No Records Available.
341
-
360
of
3507
<<
16
17
18
19
20
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
HTML5 Developer