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
(3472)
Blogs
(2101)
Resources
(71)
Videos
(96)
News
(17)
Articles
Understanding Structs In C# with Example
Structs in C# provide a lightweight alternative to classes, ideal for representing small, immutable data structures. Unlike classes, structs are value types stored on the stack, enhancing performan...
Gurpreet Arora
Jul 01, 2024
Mastering the Null-Coalescing Operator in C#
Learn how to efficiently handle null values in C# using the null-coalescing operator. This guide covers the syntax, practical applications, and advanced techniques to enhance your programming skill...
Jitendra Mesavaniya
Jun 30, 2024
Comparing Performance: Regex vs String Methods in C#
In C#, developers choose between Regex and string methods for manipulating strings. String methods are faster and more readable for simple tasks, while Regex excels in handling complex patterns and...
Ajay Kumar
Jun 27, 2024
Understanding CQRS Design Pattern
The CQRS (Command Query Responsibility Segregation) pattern separates the operations for reading and writing data in software architecture. It enhances scalability by segregating commands (writes) ...
Hari Lakkakula
Jun 27, 2024
Control Arduino Relay with Windows C# App
This guide demonstrates how to control an Arduino board using a relay switch through a Windows application written in C#. By integrating Arduino with C# via serial communication, you can manage ele...
Abhishek Yadav
Jun 25, 2024
Concurrency and Parallelism in C#
This article introduces concurrency and parallelism in C#, covering key concepts, benefits, and practical examples. Learn how to use async/await for asynchronous programming and the Parallel class ...
Ajay Kumar
Jun 24, 2024
Unit Testing With MS Tests In C#
Unit testing ensures code quality by validating individual functions or methods. It reduces regression testing efforts, enhancing software maintenance. Using frameworks like MS Test or NUnit, devel...
Narasimha Reddy Chennupalli
Jul 26, 2016
Efficiency in Small Language Models: Foundations and Power
Explore the cutting-edge realm of small language models with John Godel's comprehensive analysis in "Next Step of Efficiency." Delve into the mathematical underpinnings and algorithmi...
John Godel
Jun 24, 2024
Exception Handling in C#
Learn about defining methods, method overloading, return types, parameters, and access modifiers. Understand properties, including getters, setters, auto-implemented properties, and encapsulation t...
Siddhesh Chavan
Jun 23, 2024
Methods and Properties in C#
In C#, methods and properties are fundamental constructs used to define the behavior and state of objects. Understanding how to create and use methods and properties is essential for effective C# p...
Siddhesh Chavan
Jun 23, 2024
Enhancing Code Quality with Documentation in C#
C# has ability to document code. It helps with readability and exploring code elements.
Rikam Palkar
May 14, 2023
Understanding throw vs throw ex vs throw new Exception() in C#
Explore the nuances of exception handling in C# .NET with a deep dive into 'throw', 'throw ex', and 'throw new Exception()'. Learn when to use each technique, their impact o...
Jitendra Mesavaniya
Jun 22, 2024
Optimizing LINQ Queries in C# and .NET Core Web APIs
LINQ in C# optimizes data querying with readable syntax, but inefficient use can impact .NET Core Web API performance. Strategies like early filtering and selective projections enhance efficiency. ...
Muhammad Talha
Jun 21, 2024
A Simple FTP Client Using FluentFTP with Json Configuration in C#
With the help of C# and FluentFTP, we can build a simple yet robust FTP client using this comprehensive guide by Ziggy Rafiq. This article describes how to set up a console application, integrate F...
Ziggy Rafiq
Jun 20, 2024
Design Patterns with C# Examples
This article explains design patterns, providing standard solutions for software design problems. It covers Creational, Structural, and Behavioral patterns with C# examples, including Singleton, Fa...
Ajay Kumar
Jun 19, 2024
Learn Action and Func Delegates in C#
Learn about Action and Func delegates in C# to master delegate usage for different scenarios. Action delegates are for methods that return void, while Func delegates handle methods with return valu...
Ajay Kumar
Jun 19, 2024
Static Keyword In C#
In this article, I'll discuss the C# static keyword, its purpose, and how to create static classes using C#. I'll also cover static variables, static methods, and static properties in C#.
Anil Kumar Murmu
Feb 17, 2016
C# .NET 8 SQL Bulk Insert Dapper vs BulkCopy vs Table-Value Params
Explore the performance of SQL bulk insert methods in C# .NET 8 by comparing Dapper, BulkCopy, and Table-Value Parameters. This comprehensive analysis covers implementation details, efficiency, and...
Ajay Kumar
Jun 18, 2024
Using C# and OpenXML to Read Large Excel Files
Learn how to efficiently read large Excel files using C# and OpenXML in this comprehensive guide. Explore techniques to handle big data within Excel, leveraging the power of OpenXML SDK for perform...
Ajay Kumar
Jun 18, 2024
Pillars Of OOP/Overview Of OOP
In this article you will get an overview of OOP. A programming model which is mainly organized around the objects is called Object Oriented Programming.
Rajesh Pawde
Sep 22, 2015
No Records Available.
121
-
140
of
3472
<<
5
6
7
8
9
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Solana