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
About Csharp
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
CSharp TV (21)
Gurpreet Arora (17)
Mahesh Chand (10)
Henk Boelman (9)
Sardar Mudassar Ali Khan (5)
C# Curator (3)
Tahir Ansari (3)
Rajiv Singh (2)
Rasul Huseynov (2)
Miguel Teheran (2)
Hemant Srivastava (2)
Avnish Kumar (1)
Richa Garg (1)
Sumit Kharche (1)
Stephen Simon (1)
Abhishek Khandare (1)
Ali Benchaaban (1)
Ziggy Rafiq (1)
Igor (1)
Yuvapriya P (1)
Vidya Vrat Agarwal (1)
Abhimanyu K Vatsa (1)
Mohammad Ajmal Amirzad (1)
Esamaldin Mohammed (1)
Gaurav Kumar Arora (1)
Shaili Dashora (1)
Rajesh VS (1)
Kailash Chandra Behera (1)
Craig Murphy (1)
Matthew Cochran (1)
Vivek Kumar (1)
Jay Krishnareddy (1)
Jignesh Trivedi (1)
Alexis Gridel (1)
Keyur Chauhan (1)
Related resources for Csharp
No resource found
KISS - Keep It Simple Stupid
11/8/2024 11:39:50 AM.
In this video, you will learn how to create scalable, maintainable, and on-budget software while explaining application rewrite - a piece of software with a C# .NET backend and a React front end.
Explaning Bucket Sort Algorithm
10/21/2024 5:57:49 AM.
The `BucketSort` class implements the bucket sort algorithm, which distributes elements into buckets, sorts them, and merges the sorted buckets. It's efficient for uniformly distributed data, with
Boyer-Moore Majority Vote Algorithm
10/21/2024 4:08:19 AM.
The Boyer-Moore Majority Vote Algorithm efficiently finds elements appearing more than a fraction of the time in linear time and constant space, using two candidates and counters to track occurrences.
Rockinâ The Code World with dotNetDave ft. Khalid Abuhakmeh - Ep. 105
8/13/2024 11:57:34 AM.
In this episode, you will learn about C# 13 features and .NET 4.8 vs .NET 9.
Code Quality Metrics to Measure and Quantify Quality of Code
7/8/2024 8:38:27 AM.
In this session, we will discuss the importance of code quality and then evaluate various code quality metrics available to measure and benchmark code quality using relevant examples using C#.
NSwagStudio - Generate C# Client Code Of ASP.NET Core Web API đ
6/11/2024 12:21:55 PM.
Learn how to effortlessly generate C# client code for ASP.NET Core Web API using NSwag. Simplify API consumption without manual HttpClient setup. Compatible with various .NET platforms.
C# Queue Tutorial
5/28/2024 11:20:15 AM.
Learn how to efficiently manage data using queues in C#. This comprehensive tutorial covers the basics of the Queue data structure, including enqueue and dequeue operations, practical examples, and be
Under The Hood Of Thread Synchronization With LOCK
5/15/2024 7:08:04 AM.
The LOCK keyword is the most popular mutual-exclusive thread synchronization construct. The LOCK statement in C# is crucial for thread synchronization, preventing race conditions by restricting access
Introduction to Monitor Class in C#
5/13/2024 10:26:11 AM.
The Monitor class is built on dotNETâs FCL (Framework Class Library) infrastructure. In general, it provides to achieve thread safety.
How To Easily Create Azure Functions Using Azure Portal
4/17/2024 8:04:43 AM.
Learn to effortlessly build Azure Functions via Azure Portal. Explore serverless computing, diverse triggers like HTTP or Timer, bindings for seamless data integration, and easy deployment. Monitor, s
Rockinâ The Code World with dotNetDave: Panel Discussion - Ep. 99
4/6/2024 8:41:10 AM.
In this episode, we have a panel discussion.
The Cloud Show with Magnus Mårtensson ft. Mads Torgersen - Ep. 21
3/20/2024 12:55:14 PM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Adding Machine Learning to .Net Applications
3/9/2024 1:49:18 PM.
This session will walk you through the fundamentals of creating an ML integrated application and ongoing model training.
Understanding and Managing Server-Side (Output) Caching in .Net
1/15/2024 6:12:57 AM.
IIS employs System.Web.Caching for efficient output caching. Utilize HttpRuntime.Cache.Insert for CRUD operations, specifying key, value, and optional parameters like dependencies, absolute expiration
Real-Time Paris Metro Crowdedness Forecast: A Proof of Concept with Azure and C#
1/8/2024 11:36:29 AM.
In this article, we will learn about navigating you through crafting a prototype for forecasting crowd levels in Paris Métros using Azure and C#. It covers Azure setup, machine learning, model de
Exploring Default Lambda Parameters in C# 12
1/1/2024 7:32:09 AM.
Default Lambda Parameters in C# 12.
How to Build an Interactive and Responsive Form
12/28/2023 5:03:01 PM.
Discover the world of web development with our latest tutorial on building a responsive and interactive form using HTML5, CSS3, and JavaScript. From the fundamentals of HTML5 to styling with CSS3 and
C# Delegate: Everything You Need To Know About Delegate In C#
12/8/2023 11:33:21 AM.
In this tutorial, learn what is a delegate in C# and how delegates are implemented in C# code.
SaveFileDialog In C#
11/18/2023 10:14:13 AM.
Windows SaveFileDialog allows users to save a file. C# SaveFileDialog class represents a Save FileDialog control. In this code sample, you will learn how to use a SaveFileDialog in C# and Windows Form
ComboBox In C#
11/16/2023 6:31:46 AM.
C# ComboBox is a combination of a TextBox and a ListBox control. Only one list item is displayed at one time in a ComboBox and other available items are loaded in a drop down list. In this article, yo
A bit of AI- S02 - Ep 09
10/31/2023 9:23:29 AM.
A bit of AI is a weekly live show and this week we have a guest speaker Ben Fishman
A bit of AI- S02 - Ep 08
10/31/2023 9:17:45 AM.
A bit of AI is a weekly live show and this week we have a guest speaker Buck Woody
A bit of AI- S02 - Ep 07
10/31/2023 9:17:17 AM.
A bit of AI is a weekly live show and this week we have a guest speaker Laura da Silva
A bit of AI - S02 - Ep. 06
10/31/2023 9:16:51 AM.
A bit of AI is a weekly live show and this week we have a guest speaker Bea Stollnitz
A bit of AI - S02 - Ep. 05
10/31/2023 8:20:03 AM.
A bit of AI is a weekly live show and this week we have a guest speaker Matthew Renze
A bit of AI - S02 - Ep. 04
10/31/2023 8:18:42 AM.
A bit of AI is a weekly live show and this week we have a guest speaker Leila Etaati
A bit of AI - S02 - Ep 03
10/31/2023 8:18:05 AM.
A bit of AI is a weekly live show and this week we have a guest speaker Tania Allard
A bit of AI - S02 - Ep 02
10/31/2023 8:17:08 AM.
A bit of AI is a weekly live show and this week we have a guest speaker Ekaterina Marinova
A bit of AI - S02 - Ep 01
10/31/2023 8:16:27 AM.
A bit of AI is a weekly live show and this week we have a guest speaker Gianni Rosa Gallina
Power Of Yield, Generics And Array In C#
10/26/2023 11:28:54 AM.
This article tells you an additiional way to get reverse processing of array with help of generics and yield.
Rockinâ The Code World with dotNetDave ft. Mads Torgersen - Ep. 89
10/20/2023 12:52:06 PM.
In this episode, Mads Torgersen will talk about C# new features design and Philosophy.
Constructors in C#
10/12/2023 6:35:42 AM.
In C#, constructors are essential methods responsible for initializing and creating objects within a given class. These functions are invoked when you create an instance of the class. Constructors sha
How To Compare Strings In C#
10/10/2023 10:28:12 AM.
Code examples of compare strings in C# using String.Equals, String.Compare, String.CompareTo() method, and StringComparer.
C# StreamWriter Example
10/10/2023 5:06:16 AM.
StreamWriter class in C# writes characters to a stream in a specified encoding. StreamWriter.Write method is responsible for writing text to a stream.
C# Index Type
10/8/2023 3:13:24 PM.
In this article, you learn how to use the Index type in C#. The Index type is used to index collections and arrays. It provides a way to specify indices relative to the end of a collection, making it
Building Scalable ASP.NET Core Web API with Onion Architecture and Abstract Factory Design Pattern
10/6/2023 9:41:41 AM.
This implementation serves as a foundation for building robust, modular, and scalable ASP.NET Core Web APIs. As the project evolves, additional features, security measures, and optimizations can be in
Building a Robust ASP.NET Core Web API with Singleton Design Pattern and Three-Tier Architecture
10/4/2023 4:38:38 AM.
This example provides a basic structure for a Three-Tier Architecture in an ASP.NET Core Web API, implementing a Singleton Design Pattern for the Data Access Layer. Remember to adjust the code based o
C# Composite Design Pattern
9/26/2023 6:01:58 AM.
Discover the power of the Composite design pattern in C#, a structural pattern that unifies objects into tree structures, simplifying complex hierarchies for versatile software development.
Unlocking C# Chain of Responsibility Pattern
9/25/2023 9:51:05 AM.
In software design, maintaining the separation of concerns is fundamental. This principle not only enhances code modularity but also ensures each module has a single responsibility. However, as applic
Create ASP.NET Core CRUD API with MongoDB
9/25/2023 8:14:45 AM.
In this article, we've built a complete CRUD API using ASP.NET Core and MongoDB. You've learned how to define a model, set up a MongoDB database, create a MongoDB context, and implement CRUD o
Rockinâ The Code World with dotNetDave ft. Bob Reselman - Ep. 87
9/22/2023 4:56:06 PM.
Join us with Bob Reselman for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Automating Quality: SCA, SAST, DAST and more
9/22/2023 12:58:11 PM.
In this session, we will explore the crucial role of automation in ensuring software quality throughout the Software Development Life Cycle (SDLC).
Proxy Pattern in C#
9/22/2023 8:32:53 AM.
Learn about the Proxy Pattern in C#, a powerful structural design pattern. Explore its purpose, implementation, and real-world applications, enhancing software efficiency, maintainability, and scalabi
Exploring Decorator Pattern in C#
9/21/2023 10:41:48 AM.
Exploring the Decorator Pattern in C#.the Decorator Pattern stands out as a versatile tool for extending the functionality of classes without altering their structure. In this article, we will delve i
Understanding the Flyweight Design Pattern in C#
9/20/2023 5:04:26 AM.
Explore the Flyweight Design Pattern in C#, a memory-efficient structural pattern. Learn to optimize performance by sharing common properties among objects, improving application efficiency.
Adapter Pattern in C#
9/19/2023 9:46:55 AM.
Demystifying the Adapter Pattern in C#: Bridging the Gap Between Incompatible Interfaces
Custom Exceptions in C#
9/19/2023 6:31:26 AM.
Enhance error handling in C# with custom exceptions. Learn how they provide specificity, control, documentation, and maintainability, and follow best practices for effective implementation.
Understanding the Factory Design Pattern in C#
9/19/2023 4:26:07 AM.
Understanding the Factory Design Pattern in C#
Default Scope of a C# Class
9/18/2023 11:25:57 AM.
Here you will learn about the default scope of a C# class.
Exploring Anonymous Functions in C#
9/18/2023 6:13:19 AM.
Exploring Anonymous Functions in C#
Method Parameter Modifiers in C#
9/11/2023 10:29:20 AM.
In this quick article you will take a look at method parameter modifiers in C#.
Software Architecture Conference 2023
9/8/2023 4:07:07 AM.
Discover the latest strategies shaping software architecture.
Data Validation with Annotations, Custom Attributes, and Fluent Validation
8/30/2023 9:43:46 AM.
Data Annotations are attributes provided by the System.ComponentModel.DataAnnotations namespace in C#. They allow you to declaratively specify validation rules and constraints directly within your mod
Building a Bulk Email Sending Console App with NET Core 7.0
8/28/2023 1:25:43 PM.
Building a Bulk Email Sending Console App with NET Core 7.0 entails the creation of a robust and versatile solution tailored to efficiently manage large-scale email distributions. Through a meticulous
Cross Thread Operations in C#
8/28/2023 10:45:26 AM.
When you will work with threads and want to access a control on another thread then its post will solve your problem.
Private Constructor in C#
8/28/2023 5:12:34 AM.
Explore Private Constructors in C#: Unveiling Their Roles and Significance. Discover how these constructors influence design patterns like Singleton, control object creation, and encapsulate initializ
Sealed Classes in C#
8/28/2023 4:33:02 AM.
Delve into the significance of sealed classes in C# OOP. Uncover their role in defining code boundaries and inheritance. Gain insights into their benefits, optimizing security and performance. Master
Structs in C#
8/28/2023 4:25:02 AM.
Discover the significance of C# structs - lightweight alternatives to classes. Efficiently manage memory and enhance performance with value types while considering scenarios and pitfalls for optimal i
Generics in C#
8/25/2023 9:14:39 AM.
Harness the Versatility of C# Generics: Boost Code Reusability and Type Safety. Dive into how Generics empower adaptable, efficient code, accommodating various data types while maintaining robust type
Delegates in C#
8/25/2023 9:09:14 AM.
Explore the fundamental potency of C# delegatesâvital for encapsulating methods as first-class entities. Empower callbacks and event management for efficient C# application development.
Using SuperConvert.Abstraction NuGet Library for Data Conversion
8/23/2023 5:25:32 AM.
SuperConvert.Abstraction is a powerful library that provides data conversion functionalities for your .NET applications. With this library, you can easily convert between different data formats, such
Document Viewer Capabilities in ASP.NET Core 7.0
8/20/2023 8:01:20 PM.
Learn how to integrate, customize, and make the most of the new capabilities for seamless document viewing and interaction within your web applications.
Rockinâ The Code World with dotNetDave ft. Robert Bogue - Ep. 86
8/18/2023 4:43:57 PM.
Join us with Robert Bogue for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Understanding Numeric IntPtr and UIntPtr in C#
8/18/2023 11:07:34 AM.
Discover the importance of IntPtr and UIntPtr in C# programming. Learn how these types facilitate memory management, pointer arithmetic, and interop with native libraries, ensuring efficient and safe
Constant Interpolated Strings in C#
8/18/2023 8:17:34 AM.
Explore interpolated strings in C#, a powerful feature for expressive string formatting. Learn about constant interpolated strings introduced in C# 10, enhancing readability and performance. Understan
Rockinâ The Code World with dotNetDave ft. Arthur Doler - Ep. 85
8/14/2023 7:20:39 AM.
Join us with Arthur Doler for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
What is Delegates in C# .NET?
8/12/2023 12:44:59 PM.
Delegates in C# act as method pointers, enabling dynamic invocation of methods. They enhance code modularity and flexibility, finding use in event handling, callbacks, and asynchronous programming.
What is new in C# 12?
8/9/2023 4:49:17 AM.
Letâs explore the new features in C# 12 with .NET 8 and how we can use it.
Step-by-step Create CLR Stored Procedure
8/4/2023 9:36:21 AM.
In this article we will create a CLR stored procedure step by step.
Flurl API Integration Tutorial for ASP.NET Core Web API with Advanced Concepts
7/31/2023 9:13:30 AM.
Flurl is a popular and easy-to-use library for working with HTTP APIs in .NET applications. It provides a fluent API for building and sending HTTP requests, as well as handling the responses in a conv
Early Return Pattern in C#
7/28/2023 5:41:42 AM.
We will have an overview of the early return pattern and some examples in C#
Rockinâ The Code World with dotNetDave ft. Safia Abdalla - Ep. 83
7/12/2023 11:36:56 AM.
Join us with Safia Abdalla for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
C# Tutorial
7/9/2023 6:44:07 PM.
C# is an open source, modern, flexible, versatile, and object-oriented programming language. This C# tutorial is for beginners who want to learn C# programming. In this C# tutorial, youâll learn to wr
Recursive Functions in C#
6/22/2023 8:53:39 AM.
In this article, I will explain recursive functions in C#.
Operator Overloading In C#
6/13/2023 10:09:26 AM.
C# Operator Overloading - Learn what the operator overloading is and how to implement operator overloading in C#.
How to write to a text file in C#
6/13/2023 9:14:12 AM.
Learn how to write to a file in C# using the StreamWriter and File classes.
Working With Caching in C#
6/12/2023 9:13:27 AM.
This article introduces implementation of caching with the C# language. Here I will show you how to work with ObjectCache, MomoryCache, CacheItemPolicy for Retrieving Information from Cache.
Add Some Elegance To Your Code Using C# List
6/12/2023 6:39:44 AM.
A short and to-the-point tutorial that demonstrates how to sort and search using List in C#.
Using a Lambda Expression Over a List in C#
6/9/2023 6:32:17 AM.
This article exemplifies methods for performing several tasks and queries over a set of records in a List. Lambda expression Sample code is also attached.
C# Interface Based Development
6/8/2023 8:26:00 AM.
When trying to build maintainable, reusable, and flexible C# code, the object oriented nature of C# only gets us 50% of the way there. Programming to interfaces can provide us with the last 50%. Inte
C# Regex Examples (2023)
5/18/2023 2:54:25 PM.
C# Regex represents regex in C#. Here are the top 7 C# Regex code examples.
Async and Await in C#
5/15/2023 4:23:00 PM.
Basics of C# async await. In this article, you'll learn what C# async and C# await keywords are and how to use async and await in C# code.
Rockinâ The Code World with dotNetDave ft. Barret Blake Ep. 77
4/20/2023 6:19:45 AM.
Join us with Barret Blake for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Top 7 C# Enum Code Examples
4/6/2023 6:30:08 AM.
List of top questions and answers on C# enums.
Avoiding Common C# Coding Mistakes - Do's And Don'ts To Remember
4/6/2023 5:25:06 AM.
Here I'm explaining about the common mistakes that we must avoid while performing coding
Rockinâ The Code World with dotNetDave ft. Milan Jovanovic Ep. 76
3/22/2023 2:49:42 PM.
Join us with Milan Jovanovic for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
7 Minutes to Better Selling Podcast - S2 - Ep.8
3/21/2023 3:57:50 AM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to better Selling Podcast.
Rockinâ The Code World with dotNetDave ft. Brady Gaster Ep. 75
3/11/2023 1:14:15 PM.
Join us with Brady Gaster for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Table Value Parameter Use With C#
3/10/2023 9:13:41 AM.
In this article, we learn how use a Table Valued Parameter with a C# application.
7 Minutes to Better Selling Podcast - S2 - Ep.7
3/6/2023 2:02:01 PM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to better Selling Podcast.
C# Try Catch Statement
3/1/2023 8:42:21 PM.
C# Try Catch. The try..catch statement in C# is used in exception handling. In this article, I'll explain the use of try-catch in a .NET application including try-catch-finally and try-catch-final
Tuples In C#
2/27/2023 8:54:24 PM.
C# tuple is a new data type. Learn how to use tuples in C#.
Rockinâ The Code World with dotNetDave ft. Khalid Abuhakmeh Ep. 74
2/23/2023 2:18:32 PM.
Join us with Khalid Abuhakmeh for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
7 Minutes to Better Selling Podcast - S2 - Ep. 6
2/21/2023 10:58:24 AM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast - S2 - Ep. 5
2/13/2023 1:49:26 PM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to better Selling Podcast.
Back to Basics - How And Why Learning C# Programming Language
2/13/2023 1:33:46 PM.
This article is the very first of the "Back to Basics" playlist, its goal is to bring the basic knowledge to start developing with the C# language. Whether you are an experienced developer o
Rockinâ The Code World with dotNetDave ft. Clark Sell Ep. 73
2/13/2023 1:31:28 PM.
Join us with Clark Sell for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Three Dimensional Dictionary in C#
2/11/2023 1:09:10 AM.
In this article, you will learn how to build a three-dimensional Dictionary structure in C#.
SQL Reporting Service And Business Intelligence Development Studio With Stored Procedure
2/10/2023 7:47:50 AM.
Below is step by step illustration of creating a âRaw material stock closing reportâ using SQL reporting service and Business Intelligence Development studio with stored procedure.
Convert Byte Array To String In C#
2/9/2023 8:10:49 AM.
Learn to convert a C# byte array to a string in C# and .NET Core. Code example included.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download