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
(3522)
Blogs
(2110)
Resources
(71)
Videos
(96)
News
(17)
Articles
C# Inheritance: Basics and Practical Examples
Inheritance in C# allows classes to inherit properties and behavior from other classes, facilitating code reuse and creating a hierarchy of classes. Beginners learn to establish relationships betwe...
Rishabh Bhardwaj
May 10, 2024
Implementing Railway-Oriented Programming
In this tutorial, we will learn how to implement Railway-Oriented programming with Result Design Pattern. Railway-oriented programming enhances error handling by structuring code like a railway tra...
Tural Suleymani
May 09, 2024
SOLID Principles in Software Development using C#
This article will explore each SOLID principle and demonstrate how they can be applied in C#.
Shrikrishn Bansal
May 09, 2024
Introduction to Railway-oriented programming
This article delves into Railway-oriented Programming (ROP), a functional approach to error handling and data flow. It compares ROP to exceptions, offers a C# implementation, and discusses its bene...
Tural Suleymani
May 08, 2024
Checksum Using the Verhoeff Algorithm
In this article we will see how we can calculate Checksum Using the Verhoeff algorithm. This article introduces the Verhoeff algorithm, a method for ensuring data integrity, particularly in sensiti...
Ishika Tiwari
May 08, 2024
Scrutor vs Autofac in C# - Dependency Injection Examples
This article compares Scrutor and Autofac, two popular dependency injection (DI) libraries in C# projects. Scrutor focuses on convention-based registration, while Autofac offers advanced configurat...
Ajay Kumar
May 08, 2024
C# as a Scripting Language to Import CSV Data into SQL Server
This article introduces leveraging C# for importing CSV data into SQL Server databases. It outlines the benefits of using C# and provides a step-by-step guide along with a practical example script.
Ajay Kumar
May 07, 2024
Using The Proxy Pattern In C#
Explore the Proxy Pattern in C#, a structural design pattern facilitating controlled access to an object. Enhance security, logging, and lazy initialization for efficient client-server communicatio...
Munib Butt
Dec 03, 2020
Creating Immutable Objects in C# with Examples
This article explores the concept of immutability in C#, highlighting its benefits and implementation techniques. It covers creating immutable objects using read-only properties, readonly fields, a...
Gurpreet Arora
May 07, 2024
How to write Clean code in C#?
Writing clean code is important so that it makes reading code easier, helps us fix and update it faster, and ensures it works smoothly and reliably. Here we will look for few tips to write clean co...
Darshan Adakane
May 06, 2024
Composite Design Pattern With C#
A composite design pattern is a structural design pattern. It allows developers to create multiple nested objects of the same type to complete one single system hierarches Players in this pattern.
Nagaraj M
Dec 23, 2020
Structured Logging With Serilog and Seq: Part 1
Learn structured logging using Serilog and Seq in this comprehensive guide. Explore how to set up Serilog for .NET applications and integrate with Seq for centralized log management.
Vivek Tripathi
May 12, 2015
Maximizing Efficiency with Thread Pooling in C# Programming
This article explores thread pooling in C#, focusing on its efficiency benefits in concurrent programming. It discusses its importance, implementation using C#, and best practices for optimal perfo...
Ajay Kumar
May 03, 2024
How to Modify String in C# .NET
This article demonstrates several techniques to produce a string by modifying an existing string. You can examine the original string and the new, modified string when you run each example.
Jitendra Mesavaniya
May 03, 2024
Exploring String Searching Techniques in C#
Searching for substrings within strings is a fundamental operation in software development, and in the context of C# programming, there are several techniques and methods available to accomplish th...
Jitendra Mesavaniya
May 02, 2024
Method Signature Honesty in Functional Programming with C#
This article explores the concept of "method signature honesty" in functional programming with C#. It emphasizes clear communication of method behavior through signatures, promoting predi...
Tural Suleymani
May 02, 2024
Understanding the Single Responsibility Principle (SRP) using C#
The article delves into the Single Responsibility Principle (SRP) in C#, emphasizing its importance in object-oriented programming. It illustrates SRP violations and provides improved code examples...
Geo J Thachankary
May 02, 2024
Exploring Interface and Abstract Class in C# Programming
In C#, both interfaces and abstract classes are powerful tools for designing flexible and reusable code. Let's delve into the concepts of interface and abstract class, explore their differences...
Ashutosh Singh
Apr 30, 2024
How Can We Calculate the CRC Checksum?
CRC (Cyclic Redundancy Check) is a vital method for maintaining data integrity, commonly used in digital networks and storage devices to quickly detect unintentional modifications in data transmiss...
Ishika Tiwari
Apr 30, 2024
Checksum Using the Damm Algorithm
Implementation of the Damm algorithm for calculating checksums in C#. Checksum algorithms are vital for data validation and error detection. This article explores its implementation and its signifi...
Ishika Tiwari
Apr 30, 2024
No Records Available.
281
-
300
of
3522
<<
13
14
15
16
17
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Java for Beginner