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
(1568)
Blogs
(900)
Resources
(333)
Videos
(190)
News
(120)
Articles
Managing Concurrent Access with Semaphores in C# .NET
Concurrency control is crucial in multithreaded programming to prevent resource contention. In C#, the Semaphore class manages access to shared resources, allowing a defined number of threads to pr...
Jitendra Mesavaniya
Jun 23, 2024
Synchronizing Threads with AutoResetEvent in C# .NET
In multithreaded C# applications, synchronizing thread execution is crucial to avoid race conditions and ensure controlled access to shared resources. The AutoResetEvent class helps manage this by ...
Jitendra Mesavaniya
Jun 23, 2024
Non-3DS Payment Gateway Integration with First Atlantic Commerce
First Atlantic Commerce (FAC) is a leading online payment gateway based in Bermuda, offering secure, multi-currency payment processing and fraud management solutions. Established in 1998, FAC provi...
Vaishali Vishwakarma
Jun 23, 2024
Integrating Data Preparation into the Workflow
In this article, we will Discover advanced techniques in data cleaning, transformation, and automation, crucial for enhancing machine learning outcomes and overall operational efficiency.
John Godel
Jun 21, 2024
Training Large Language Models & Small Language Models Using C#
Training Large Language Models (LLM) and Small Language Models (SLM) Using C# by John Godel" delves into advanced techniques for developing and optimizing AI language models.
John Godel
Jun 20, 2024
How To Connect Database in ASP.NET MVC using C# with ADO.NET
Learn how to integrate SQL Server with your MVC application, configure connection strings, and perform CRUD operations. Ideal for developers seeking to enhance their data access techniques in ASP.N...
Velladurai
Jun 17, 2024
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
No Records Available.
141
-
160
of
1568
<<
6
7
8
9
10
>>
Learn Django in 20 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
React Js