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
.NET
FOLLOW
Microsoft .NET Framework is software development framework developed by Microsoft to build Windows client, enterprise, and web applications. Follow this category to keep up to date with .NET Framework news and tutorials.
Articles
(1542)
Blogs
(897)
Resources
(333)
Videos
(190)
News
(120)
Articles
How to do .NET 8 Migration with Existing Tools?
Microsoft's technology ecosystem spans desktop, web, and mobile apps, each requiring specific frameworks. To upgrade applications effectively, use Visual Studio 2022 with .NET Framework or Core...
Debabrata Ghosh
Jun 19, 2024
Garbage Collection (3), C# using statement --- Language support for Dispose
This article will discuss the C# using a statement. Garbage collection (GC) in computer science reclaims unused memory automatically. Invented by John McCarthy in 1959, GC simplifies memory managem...
George
Jun 17, 2024
Overview of .NET 9 Preview: New Features and Updates
Explore the .NET 9 preview with an in-depth overview of its new features and updates. Discover the latest enhancements, performance improvements, and innovations that this release brings to develop...
Satya Karki
Jun 19, 2024
Reflection In .NET
Explore .NET Reflection, a powerful API for runtime type introspection in .NET Framework. Learn about key classes like System.Reflection.Assembly and System.Type, essential for dynamic type loading...
Anjaiah Keesari
Feb 02, 2010
LINQ vs PLINQ Method Syntax for Efficient C# .NET Data Processing
LINQ (Language Integrated Query) and PLINQ (Parallel LINQ) are .NET frameworks for querying data. LINQ offers a declarative syntax for querying various data sources with single-threaded execution, ...
Jitendra Mesavaniya
Jun 17, 2024
Garbage Collection (2), Manage UnManaged Code
Discuss the garbage collection with unmanaged code: How to manage the unmanaged code in .NET, Dispose pattern
George
Feb 18, 2021
Garbage Collection (1), Manage Managed Code
Discuss the garbage collection with managed code: what is the process of the memory management of .NET in this article, while in (2) I will discuss How to manage the unmanaged code in .NET
George
Feb 15, 2021
Streamlining Collection Chunking in .NET 6: .Chunk vs. Methods
.NET 6 introduced several new features and enhancements that streamline development in C#. One such feature is the . The chunk method, which provides a simple way to split collections into smaller,...
Jitendra Mesavaniya
Jun 16, 2024
How to Become a Professional .NET Developer in 2024
Discover how to become a professional .NET developer in 2024 with this comprehensive guide. Learn essential skills, the latest .NET technologies, and effective learning paths.
Tural Suleymani
Jun 14, 2024
Learn Webhook vs. Callback URL
Webhooks and callback URLs are key in web development, enabling real-time updates and automatic interactions. Webhooks push data on specific events, used in real-time notifications and CI/CD. Callb...
Ishika Tiwari
Jun 13, 2024
Reduce Query Time-Out Issues with GraphQL and Hasura for Enterprises
Explore how GraphQL and Hasura can significantly reduce query time-out issues in enterprise applications. By optimizing data fetching and improving API performance, these technologies enhance backe...
Satyaki Chakraborty
Jun 11, 2024
Using String-Based Enums in C#
In many applications, it is necessary to represent enumerations with string values rather than their default integer values. This can be particularly useful when working with JSON, XML, or other da...
Sardar Mudassar Ali Khan
Jun 10, 2024
Frozen Collections in .NET 8
Frozen Collections in .NET 8" explores the introduction of frozen (immutable) collections in the latest .NET framework. These collections offer performance optimizations and enhanced memory ma...
Ajay Kumar
Jun 10, 2024
Improved Performance by STORED PROCEDURES
Stored procedures in relational database management systems (RDBMS) encapsulate frequently used SQL statements for efficient execution. They offer dynamic SQL execution, return values via OUT keywo...
Akshima Aggarwal
Jun 08, 2024
Building a .NET Desktop Application
Learn to develop a .NET desktop application with SQL Server data storage, employing a structured approach involving data access, business logic, and presentation layers. Utilize Visual Studio 2019...
Munib Butt
Apr 16, 2020
Building a .NET Web Application
In my first two articles, we first looked at the four common types of .NET applications we may find in the field. We briefly discussed these four types of applications and then in the second articl...
Munib Butt
Apr 21, 2020
Parallel Programming Using TPL in .NET
With today's computers, we have multiple cores that must be equipped to design and develop applications that can utilize these resources. We must develop programs that can run our functions in ...
Munib Butt
Apr 28, 2020
Enhancing Error Logging with SeriLog .NET
In this article, we'll explore how to enhance error logging using MySeriLogProject, a logging library designed to handle exceptions gracefully and improve the robustness of your applications. W...
Ashutosh Singh
Jun 06, 2024
Optimizing LINQ Queries In C#.NET For MS SQL Server
Learn how to optimize LINQ queries for SQL Server performance using Entity Framework. Understand the importance of generating efficient SQL queries and avoid common pitfalls. Explore techniques li...
Evgeniy Gribkov
Aug 13, 2020
Difference between String & StringBuilder in .NET C#
In .NET C#, String is immutable, meaning any modification creates a new instance, which can be inefficient for frequent changes. StringBuilder is mutable, designed for dynamic string manipulation w...
Jaimin Shethiya
Jun 05, 2024
No Records Available.
121
-
140
of
1542
<<
5
6
7
8
9
>>
Crystal Reports Tutorials
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
HTML5, CSS3 and JavaScript