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
The Simplicity of the New Terse Syntax [ Collection Expressions ]
Explore the elegance of the latest terse syntax for collection expressions, offering unparalleled simplicity in programming. Dive into efficient coding techniques, optimized syntax, and enhanced re...
Rikam Palkar
Jun 03, 2024
Custom Collection Classes in C#
Learn how to create a custom collection class in C#, utilizing the Customer class with attributes. Implement and manage customer data with CollectionBase, including methods for adding, removing, an...
Senthilkumar
Feb 24, 2012
Creating & Retrieving Records from Ms-Access 03 using Oledb in C#
Learn how to efficiently create and retrieve records from an MS Access 2003 database using OLEDB in C#. This guide covers setting up the OLEDB connection, executing SQL commands, and handling data ...
Prashanth Chindam
Sep 27, 2010
TextPad Application in C#
This C# code defines a simple text editor application in Windows Forms. It includes functionalities to open, save, clear text, and exit. File handling operations are performed using StreamReader an...
Prashanth Chindam
Sep 27, 2010
The Is and As Operators in C#
In C#, the "is" operator checks if an object is of a specified type, returning a boolean. The "as" operator attempts to cast an object to a specified type, returning null if the...
Abhimanyu K Vatsa
Jul 05, 2011
New Year Application using C#.NET
Develop a Windows app in C# .Net using the Microsoft Speech Object Library to deliver New Year wishes. Steps include adding the Speech Object Library reference, designing the UI with a Label, TextB...
Prashanth Chindam
Jan 03, 2011
Inserting & Retrieving records from M.S.Excel-2007 using oledb in C#.net
This guide covers how to insert and retrieve records from Microsoft Excel 2007 using OLEDB in C#.NET. It explains setting up OLEDB connections, executing SQL commands for data manipulation, and han...
Prashanth Chindam
Nov 01, 2010
Guess the Celebrity
Develop a Windows app for guessing celebrity images. Design includes labels, textboxes, buttons, and image browsing. Code validates password, hides buttons, and allows image loading. Note: Password...
Prashanth Chindam
Nov 12, 2010
Do While Loop in C#
Do-while loop in C# guarantees execution of code block at least once. Syntax: do { /* Code */ } while (condition);. Steps involve code execution, condition evaluation, loop continuation, and termin...
Sreenath Kappoor
May 28, 2024
Exception Filtering: A New Feature of C# 6.0
Exception filtering, a notable addition in C# 6.0, enhances error handling by allowing catch blocks to specify conditions for exception handling. This feature, employing the 'when' keyword,...
Abhishek Arora
Dec 29, 2014
String Interpolation: A New Feature of C# 6.0
The provided C# 6.0 code demonstrates the use of string interpolation, auto-implemented properties, and object initialization syntax. It showcases the nameof operator to retrieve variable names sta...
Abhishek Arora
Dec 30, 2014
Auto Property Initializer: A New Feature of C# 6.0
Auto Property Initializer, a feature in C# 6.0, simplifies property initialization by allowing default values to be assigned directly within property declarations. This enhances code readability an...
Abhishek Arora
Jan 08, 2015
Synchronous Asynchronous Blocking Non-Blocking Concurrent Parallel Programming
Explore the intricacies of programming paradigms with a comprehensive dive into synchronous, asynchronous, blocking, non-blocking, concurrent, and parallel execution.
Ayush Gupta
May 29, 2024
Dictionary Initializers: A New Feature of C# 6.0
Dictionary Initializers, a new feature in C# 6.0, streamline code by enabling concise initialization of dictionaries with key-value pairs. This enhances code readability and reduces verbosity in .N...
Abhishek Arora
Jan 12, 2015
Mastering SOLID Principles in C# with Real-Time Examples
Mastering SOLID principles in C# enhances software design by promoting maintainability, scalability, and robustness. These principles include Single Responsibility, Open/Closed, Liskov Substitution...
Vikas Singh
May 29, 2024
Using Static Class Statements: A New Feature of C# 6.0
C# 6.0 introduces Static Class Statements, simplifying code organization and enhancing readability by allowing static members to be imported directly, improving code maintenance and reducing verbos...
Abhishek Arora
Jan 09, 2015
Using Await in Catch and Finally Blocks: A New Feature of C# 6.0
Discover the power of using 'await' in catch and finally blocks with C# 6.0. Explore how this feature revolutionizes error handling and asynchronous programming, improving code readability ...
Abhishek Arora
Jan 13, 2015
Expression Bodied Members: A New Feature of C# 6.0
C# 6.0 introduced Expression Bodied Members, leveraging Lambda expressions to simplify syntax, reduce code, and enhance readability. These members streamline method and property definitions, offeri...
Abhishek Arora
Jan 19, 2015
Null Propagation Operator: A New Feature of C# 6.0
On November 12, 2014, Microsoft announced Visual Studio 2015 Preview and C# 6.0, featuring the Null Propagation Operator. This operator simplifies null checks, reducing code complexity and bugs. It...
Abhishek Arora
Jan 22, 2015
Nameof Operator: A New Feature of C# 6.0
C# nameof operator returns the unqualified string name of a variable, type, or member. In this article, we will learn how to use the nameof operator in C# code example.
Abhishek Arora
Jan 01, 2015
No Records Available.
201
-
220
of
3506
<<
9
10
11
12
13
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Agile Development