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
(3476)
Blogs
(2102)
Resources
(71)
Videos
(96)
News
(17)
Articles
Returning an Array Listing using Remote Procedure Call
Returning an array listing via Remote Procedure Call (RPC) involves serializing the array on the server, sending it to the client, then deserializing it. Client invokes RPC, server processes the re...
Abrar Hussain
Dec 26, 2001
What is Record Keyword/Function in C#?
Records introduced in C# 9.0 represent a significant enhancement to the language's capability for handling data. This article aims to explore records in-depth, covering their syntax, features, ...
Jitendra Mesavaniya
Apr 03, 2024
The Experimental Attribute in .NET 8 and C# 12
In this article, we will discuss Experimental Attributes in .NET 8 and C# 12. The ExperimentalAttribute in C# .NET 8 marks APIs as experimental, signaling potential changes. It's crucial for li...
Naimish Makwana
Apr 03, 2024
ASP.NET 8 – Multilingual Application with single Resx file - Part 4 - Resource Manager
ASP.NET 8's Part 4 tutorial explores building multilingual applications using a single Resx file and Resource Manager. This feature facilitates easy localization and globalization, enabling dev...
Mark Pelf
Apr 02, 2024
Functional programming in C# - Introduction
Lets learn the concept of functional programming, its usage and why functional programming is important
Tural Suleymani
Apr 02, 2024
Calling Async Method from Sync Method in C#
In this article, we will learn how we can call the Async Method from the Sync Method in C#. Asynchronous programming in C# enhances responsiveness and scalability. Learn to integrate it into existi...
Ishika Tiwari
Apr 02, 2024
What is Public Methods or Public Keyword in C#?
Access modifiers play a crucial role in object-oriented programming languages like C#. They dictate the accessibility of classes, methods, properties, and other members within a program. In this ar...
Jitendra Mesavaniya
Apr 02, 2024
Functional Programming in C# - Functional Features
C# boasts diverse paradigms, including Object-Oriented, Imperative, Functional, and Generic programming. Its multi-paradigm nature empowers developers to solve problems using various styles, enhanc...
Tural Suleymani
Apr 02, 2024
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
No Records Available.
301
-
320
of
3476
<<
14
15
16
17
18
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Agile Development