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
(3474)
Blogs
(2101)
Resources
(71)
Videos
(96)
News
(17)
Articles
Pattern Matching In C#
Pattern matching in C# is a powerful feature allowing concise and expressive code for conditional statements and type checking. It enables matching based on various patterns like types, constants, ...
Mahesh Chand
Jan 10, 2017
Not all Functions are C# Methods
How to write your functional programming functions in C#? That is the main question we're going to answer in this article.
Tural Suleymani
Apr 13, 2024
Understanding Structs(Structure) in C# With Employee Example
In C#, a struct (short for structure) is a value type that encapsulates data and behavior related to a single concept. Structs are used to represent lightweight objects that typically contain a sma...
Jitendra Mesavaniya
Apr 13, 2024
How To Encrypt And Decrypt In C# Using Simple AES Keys
Learn how to encrypt and decrypt data in C# using simple AES keys. AES, a symmetric encryption algorithm, ensures secure communication by encoding and decoding messages.
Santhosh Teja
Nov 25, 2019
SOLID Principles in C# for Employee Management Example Mastering
SOLID principles are a set of design principles that help developers create maintainable, scalable, and flexible software. In this article, we'll explore each of the SOLID principles: Single Re...
Jitendra Mesavaniya
Apr 11, 2024
Move Controls With The Mouse On A Form At Runtime
Enable dynamic control movement on a WinForms application at runtime by incorporating mouse interaction. Empower users to drag and drop UI elements for personalized layouts, enhancing user experien...
Vrushali Ghodke
Oct 22, 2019
Learn about Static Method In C#
This article explains the C# static method and code examples of stack methods in C#. C# features static and nonstatic class methods. Static methods, at the type level, are shared across all objects...
Abhimanyu K Vatsa
Jul 20, 2011
Mastering SOLID Design Principles in C#
SOLID design principles provide guidelines for creating maintainable, flexible, and scalable software. They enhance code readability, reduce duplication, and promote effective testing. Principles l...
Sanjay Kumar
Feb 14, 2024
Best Practices for Maintaining Security and Preventing Vulnerabilities in C#
Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying u...
Ziggy Rafiq
Sep 01, 2023
Best Practices for Working with DateTime, UTC, and Offset in C#
Discover best practices for handling DateTime, UTC, and Offset in C# with expert insights from Ziggy Rafiq, ensuring efficient time management in your applications Learn best practices, tips, and ...
Ziggy Rafiq
Aug 28, 2023
C# 8.0 ('Nullable Enable') To Avoid Null Reference Exception
Explore the C# 8.0 nullable enable feature, identifying null reference exceptions in production code. Understand its implementation, compiler verification, and error detection, ensuring proper init...
Ashutosh Gupta
Dec 16, 2019
Streamlining Data Transfer with DTOs in .NET Core - C#
Streamline data transfer in .NET Core with Data Transfer Objects (DTOs). Simplify and optimize application layers for enhanced performance and scalability.
Ajay Kumar
Apr 09, 2024
Enumerations or enum in C#: An Advanced Guide
In the dynamic landscape of software development, enums stand as a robust tool for encapsulating a fixed set of related constants. In this comprehensive guide, we'll delve into the advanced cap...
Jitendra Mesavaniya
Apr 09, 2024
Understanding C# Data Types
Understanding C# Data Types is essential for programming in C#. It involves grasping primitive types like integers, floating-point numbers, booleans, and characters, as well as complex types like s...
C# Curator
Jun 04, 2009
Singleton Design Pattern With C# Sample
In this article, we will Explore the Singleton Design Pattern in C# with a concise sample code demonstrating its implementation. Learn how to ensure a class has only one instance, providing global ...
Nagaraj M
Dec 23, 2019
Easy Password Generator: Create Secure Passwords in ASP.NET
Discover a powerful Password Generator tool designed to enhance your online security. Our innovative solution creates strong and unique passwords with customizable length and complexity.
Jay Smith
Jun 04, 2003
Asynchronous Communications Using RabbitMQ Message Broker
In this article, we will explore asynchronous communication techniques leveraging RabbitMQ, a powerful message broker. Discover how RabbitMQ facilitates reliable, scalable message routing in distri...
Debendra Dash
Jan 14, 2017
Dynamically Getting Stored Procedures Collection From SQL Server Using C#
In this article, we will learn how to dynamically fetch stored procedures from Microsoft SQL Server using C# for enhanced database interaction. This tutorial explores C#'s capabilities to progr...
Lajapathy Arun
Apr 27, 2012
Returning an Array Listing using Remote Procedure Call
Returning an array listing via Remote Procedure Call (RPC) involves serializing the array on the server, sending it to the client, then deserializing it. Client invokes RPC, server processes the re...
Abrar Hussain
Dec 26, 2001
What is Record Keyword/Function in C#?
Records introduced in C# 9.0 represent a significant enhancement to the language's capability for handling data. This article aims to explore records in-depth, covering their syntax, features, ...
Jitendra Mesavaniya
Apr 03, 2024
No Records Available.
281
-
300
of
3474
<<
13
14
15
16
17
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Stratis Blockchain Developer