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
How Can We Calculate the CRC Checksum?
CRC (Cyclic Redundancy Check) is a vital method for maintaining data integrity, commonly used in digital networks and storage devices to quickly detect unintentional modifications in data transmiss...
Ishika Tiwari
Apr 30, 2024
Checksum Using the Damm Algorithm
Implementation of the Damm algorithm for calculating checksums in C#. Checksum algorithms are vital for data validation and error detection. This article explores its implementation and its signifi...
Ishika Tiwari
Apr 30, 2024
Data Conversion in C#/.NET: List to DataTable and Vice Versa
In C#/.NET, converting data from one format to another, such as from a list of custom objects to a DataTable, is a frequent requirement. In this article, we'll explore efficient techniques for ...
Jitendra Mesavaniya
Apr 29, 2024
S.O.L.I.D Principles - A Primer
Explore the essential S.O.L.I.D principles in software development for robust, maintainable code. Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inv...
Geo J Thachankary
Apr 29, 2024
Using Message Queues In C#
In this article, Learn how to implement message queues for asynchronous communication in C# using the System. Messaging namespace, specifically focusing on MSMQ (Microsoft Message Queuing).
Munib Butt
Dec 14, 2020
Exploring Anagram Strings in C#
An anagram of a string is another string that uses the same characters but in a different order. This article delves into solving anagrams using C#, exploring methods like sorting characters, frequ...
Vijay Pratap Singh
Apr 26, 2024
C# Programming: Language Fundamentals, OOP, Async, LINQ
This guide provides a thorough exploration of the C# language, covering essential topics such as language fundamentals, object-oriented programming concepts, asynchronous programming, and Language ...
Vikas Singh
Apr 25, 2024
LINQ in C#: Knowing When to Use First() vs FirstOrDefault()
LINQ, a cornerstone of C#, empowers developers to query data across various sources efficiently. This guide delves into the nuanced differences between First() and FirstOrDefault(), aiding in craft...
Ajay Kumar
Apr 24, 2024
Reversing Parameter Order with Named Arguments in C#
In C#, methods often take parameters that are passed in a specific order defined by their method signature. However, there are cases where you might want to reverse the order of parameters when cal...
Sardar Mudassar Ali Khan
Apr 24, 2024
Choosing Between GraphQL, gRPC, and REST
This article delves into the selection of API protocols—GraphQL, gRPC, and REST—offering insights through real-world examples, guiding developers in making informed decisions for scalable applicati...
Ajay Kumar
Apr 24, 2024
Struct in C#: Syntax, And Usage
A struct in C# is a value type that represents a lightweight data structure. It's defined using the "struct" keyword and contains fields, properties, and methods. Suitable for small d...
Jaimin Shethiya
Apr 23, 2024
What Is Struct And When To Use Struct In C#
'Struct' keyword is used to create a structure. A structure can contain variables, methods, static constructor, parameterized constructor, operators, indexers, events, and property. A struc...
Shubham Jain
Nov 15, 2017
Learn about Extensions in C#
Learn about extending class functionality in C# using extension methods without altering source code. Understand inheritance vs. extensions, handling sealed classes, method chaining, and key points...
Jaimin Shethiya
Apr 22, 2024
What is Constants(const) in C#?
Constants are essential elements in any programming language, providing a way to define values that remain unchanged throughout the execution of a program. This guide explores the concept of consta...
Jitendra Mesavaniya
Apr 22, 2024
Insert and Select Data in Entity Object Generator
Learn to efficiently manage data with Entity Object Generator through inserting and selecting operations. Master CRUD tasks, harnessing Entity Framework's power for seamless database interactio...
Vijay Prativadi
Feb 14, 2013
Delete and Update Data With Entity State (Deleted) Via EDF Framework
Explore how to manipulate data using Entity State (Deleted) and (Modified) via EDM Framework in ASP.NET applications. Learn to delete and update data efficiently by managing entity states. Utilize ...
Vijay Prativadi
Dec 31, 2012
Select and Insert Data With Reverse Engineering Via EDM Framework
Employ the Entity Data Model (EDM) framework's reverse engineering for seamless data selection and insertion. Generate code from an existing database schema, enabling efficient data access and ...
Vijay Prativadi
Dec 20, 2012
Select and Insert Data With Entity State (Unchanged) Via EDF Framework
Utilize Entity Data Framework (EDF) to select and insert data with Entity State (Unchanged) for efficient data manipulation. Leverage EDF's change tracking mechanisms to maintain object state, ...
Vijay Prativadi
Dec 31, 2012
Select Stored Proc With Raw SQL Query Via EDF Framework
Utilize Entity Data Framework (EDF) for selecting stored procedures with raw SQL queries. Enhance data access in your application by leveraging the power of SQL alongside EDF's object-relationa...
Vijay Prativadi
Dec 28, 2012
Select Data With Enums Via EDF Framework 5.0
Utilize Entity Framework 5.0 to select data with enums. Employ LINQ queries for efficient data retrieval, leveraging strong-typed enums for enhanced code readability and database querying.
Vijay Prativadi
Dec 15, 2012
No Records Available.
281
-
300
of
3506
<<
13
14
15
16
17
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Alchemy