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
(3476)
Blogs
(2102)
Resources
(71)
Videos
(96)
News
(17)
Articles
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
Singleton vs. Static Class in C# - Choosing the Right Approach
Singleton and Static classes can only have one instance available in memory, and both classes can be used to maintain the global state of an application, however, there are many differences between...
Jitendra Mesavaniya
Apr 17, 2024
A Comprehensive Guide to Secure Coding in C#
A Comprehensive Guide to Secure Coding in C# by Ziggy Rafiq. Learn how to write robust and secure C# applications by implementing input validation, encryption, authentication, and error handling. T...
Ziggy Rafiq
Mar 18, 2024
A Guide To Crafting Immutable Objects With C# 10's Init-Only Properties
Discover how C# 10's init-only properties empower developers to craft immutable objects with precision, enhancing code readability and maintainability. In this article, Ziggy Rafiq demonstrates...
Ziggy Rafiq
Mar 06, 2024
Best Practices for Handling Exceptions in C#
Learn effective exception handling techniques in C# with Ziggy Rafiq's comprehensive guide. Discover best practices for managing exceptions, including specifying exception types, logging errors...
Ziggy Rafiq
Mar 05, 2024
A simplified approach to serializing and deserializing objects in C# 10
This comprehensive guide teaches how to streamline data interchange processes efficiently using C# 10 Records. Authored by Ziggy Rafiq.
Ziggy Rafiq
Mar 04, 2024
Learning and Improving Our Code Style with C# 10
Ziggy Rafiq wrote this article on Learning and Improving Our Code Style with C# 10 to highlight the Basics, and latest features of C# 10, clean code, review code, problem-solving, reading high-qual...
Ziggy Rafiq
Feb 14, 2024
Code readability is enhanced with C# 10 top-level statements
Ziggy Rafiq discusses tackling challenges in software component specification standards through the implementation of solutions such as adapters and bridges for standard mediation, abstraction and ...
Ziggy Rafiq
Jan 30, 2024
Record and Pattern Matching in C# 9
Unlock the elegance of C# 9 with this article on Records and Pattern Matching. Learn how to craft concise and readable code using the simplicity of Records for immutable data structures and the enh...
Ziggy Rafiq
Jan 30, 2024
Microsoft.Extensions.DependencyInjection for Dependency Injection
Dependency Injection (DI) is a software development design pattern that aims to achieve loose coupling between components and enhance the maintainability, testability, and scalability of applicatio...
Sanjay Kumar
Apr 16, 2024
Learn about Static Class in C#
This article explores the concept of static classes in C#, detailing their characteristics, usage, and limitations. It covers static class setup, static class features, static method usage, and dep...
Jaimin Shethiya
Apr 16, 2024
How to Insert Console Application with Entity Framework
Learn how to seamlessly integrate a console application with Entity Framework for efficient database operations. Explore how to perform CRUD (Create, Read, Update, Delete) operations within your .N...
Nirmal Dayal
Nov 14, 2019
No Records Available.
261
-
280
of
3476
<<
12
13
14
15
16
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Custom Controls