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
(3518)
Blogs
(2109)
Resources
(71)
Videos
(96)
News
(17)
Articles
Exploring the Power of Action and Func Delegates in C#
Delegates play a pivotal role in C# programming, offering the ability to pass methods as parameters, store them as variables, and create custom events and callbacks. Among these, two special types ...
Tuhin Paul
Jan 10, 2024
The SOLID Principles in C#
Explore the SOLID principles in C# programming for maintainable, scalable, and adaptable code. Dive into Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependen...
Ajay Kumar
Jan 10, 2024
Deep Dive into Classes and Objects
Welcome, fellow programmers! Here, we will dive into the world of classes and objects. Classes and objects are fundamental in programming. This post unravels the essence of classes, abstract data t...
Abhishek Khandare
Jan 10, 2024
What is ThreadPool Class in C#?
In this article, we will learn about ThreadPool in C# for efficient parallel programming. Learn its benefits, working mechanism, and how it compares to manual thread creation. Utilize the ThreadPoo...
Keyur
Jan 05, 2024
ThreadPool in C#: Practical Examples
Explore practical examples of using ThreadPool in C# for parallel tasks. Learn how to queue work items, handle synchronization, monitor and manage ThreadPool, and follow best practices for efficien...
Keyur
Jan 10, 2024
Virtual Method in C#
C# virtual keyword is used to create a virtual method in C#. Learn how to use virtual methods in C#.
Sandeep Singh Shekhawat
Jan 07, 2013
Introduction to Multithreading
Learn about Multithreading and the difference between using Thread and threadPool. The difference between multithreading and concurrency
Tural Suleymani
Jan 08, 2024
External Data - Attributes - Profiling Data Access
The external data is recognized as the data we must pull or push from outside of a boundary of the process hosting the computer program. A very important kind of external data is streaming data. Us...
Mariusz Postol
Jan 06, 2024
Default Lambda Parameters in C# 12
C# 12 introduces a game-changer: default lambda parameters. This article delves into this powerful feature, showcasing its functionalities, advantages, and practical applications through detailed e...
Ramasagar Pulidindi
Jan 05, 2024
Common Mistakes and How to Avoid Them in C#
In this article, we will learn how to avoid common mistakes in C# programming. From efficient null checking and using tuples instead of classes to optimizing string concatenation and evaluating def...
Vishal Yelve
Jan 05, 2024
Immutability: Creating Custom Immutable Types in C#
In this article we will discuss about how to create custom immutable type in c#
Naimish Makwana
Jan 04, 2024
Dependency Inversion Principle VS Dependency Injection in C#
Dependency Inversion Principle (DIP) and Dependency Injection (DI) are pivotal in crafting resilient software. Learn their implementations in C# for modular, adaptable, and maintainable code struct...
Ajay Kumar
Jan 04, 2024
Ref Readonly Parameters in C# 12
C# 12 unveils a hidden gem: ref readonly parameters. This article delves beyond the surface, offering a deep dive into their benefits, usage patterns, and how they differ from familiar options like...
Ramasagar Pulidindi
Jan 03, 2024
What is Delegates in C#?
Explore the power of delegates in C#, providing type-safe function pointers for indirect method invocation. Learn declaration, initialization, characteristics, and use cases for enhanced code flexi...
Anandu G Nath
Jan 03, 2024
What is Collection Expressions in C# 12?
Forget the days of writing mountains of code just to create simple lists or arrays. C# 12 unleashes collection expressions, your new superpower for crafting collections with ease and elegance. This...
Ramasagar Pulidindi
Jan 03, 2024
What is Primary Constructors in C# 12?
Ditch the boilerplate and embrace elegant object creation with C# 12's primary constructors. This feature takes the hassle out of initialization, simplifies member assignment, and clarifies you...
Ramasagar Pulidindi
Jan 03, 2024
Data Conversions in C# with SuperConvert
In this article, I will explain the Nuget library "SuperConvert" that provides seamless data conversion for.net, like Convert datatable to JSON. Convert JSON to Datatable, Convert C...
Jignesh Kumar
Jan 03, 2024
Introduction to the IDisposable Pattern
Article on the IDisposable pattern in C#, covering introduction, details, code examples, and best practices. This article will explore the IDisposable pattern, its significance, and how to implemen...
Naimish Makwana
Jan 02, 2024
Clean Architecture
Embark on a learning journey into the world of Clean Architecture, a transformative paradigm in software development. Uncover its core principles, such as separation of concerns and testability, wi...
Ajay Kumar
Jan 02, 2024
Action and Func Delegates in C#
Unlock the potential of Action and Func delegates in C# programming. Dive into the world of expressive and readable code, utilizing these powerful tools for method-passing, event handling, and more...
Keyur
Jan 02, 2024
No Records Available.
481
-
500
of
3518
<<
23
24
25
26
27
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
AlpineGate AI