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
(3506)
Blogs
(2104)
Resources
(71)
Videos
(96)
News
(17)
Articles
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
How To Convert Older C# Version to C# 12 With Example
Many developers still use older versions of C# due to legacy codebases, corporate constraints, and familiarity with older language features. Upgrading can seem daunting, but modern versions of C# o...
Rijwan Ansari
Jun 17, 2024
Contrast b/w 'KeyValuePair<TKey, TValue>' and 'Dictionary<TKey, TValue>...
This article explores the features and uses of KeyValuePair<TKey, TValue> and IDictionary<TKey, TValue> in C#. It highlights KeyValuePair's immutability and its use in representing...
Sanjay Kumar
Jun 16, 2024
Create Charts In PowerPoint Using C#
Discover how to leverage the .NET Presentation library in C# to create column, pie, and combination charts for effective data visualization in PowerPoint. Enhance presentations with clear, insightf...
Vishwakarma Vijay
Oct 31, 2017
Free Book: C# Programming for Beginners
Programming C# is a concise 56-page tutorial book aimed at beginners and students. Learn C# programming fundamentals, syntax, data types, and advanced topics like classes, arrays, and exception han...
Mahesh Chand
Aug 21, 2007
StreamReader And StreamWriter Classes In C#
Learn about StreamReader and StreamWriter classes in C#. These classes are essential for reading from and writing to files efficiently. Understand their usage for file handling tasks, including rea...
Abhishek Yadav
Jul 18, 2014
No Records Available.
161
-
180
of
3506
<<
7
8
9
10
11
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Blockchain Beginner