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
(1557)
Blogs
(900)
Resources
(333)
Videos
(190)
News
(120)
Articles
Enhancing Security with a Client IP Safelist in .NET
Enhance your web application's security by implementing an IP safelist in ASP.NET Core. This technique restricts access to trusted IP addresses only, preventing unauthorized access. Our guide c...
Jitendra Mesavaniya
Jun 27, 2024
MemberwiseClone Method Instead of Copy Constructors in C# .NET
When it comes to creating copies of objects in C#, there are several techniques available, each with its own advantages and use cases. This article will delve into the details of these two techniqu...
Jitendra Mesavaniya
Jun 27, 2024
Integrating IoT Projects with ESP32 Using C# and .NET
The ESP32 is a versatile, low-cost microcontroller with built-in Wi-Fi and Bluetooth, ideal for IoT projects. Integrating it with C# and .NET allows developers to create robust applications for mon...
Abhishek Yadav
Jun 27, 2024
Behind the Scenes of OWIN (Open Web Interface for .NET)
OWIN is the acronym of Open Web Interface for .NET and it is a specification that provides to decouple web servers with web applications. This specification is an also open standard for all .NET ec...
Rasul Huseynov
Jun 26, 2024
Implementing MongoDB with .NET
Learn essential techniques for data persistence, leveraging MongoDB's document-oriented structure, implementing CRUD operations with C#, and optimizing performance using the MongoDB .NET driver.
Yogeshkumar Hadiya
Jun 26, 2024
Understanding Managing Sessions in .NET
Sessions in web development persist user data across requests despite HTTP's stateless nature. This article details sessions in .NET, showing initialization, data storage, and termination. It e...
Jitendra Mesavaniya
Jun 25, 2024
Techniques of State Management in .NET
State management in .NET 6 is essential for preserving and accessing data across web applications. Techniques include server-side (session state, database storage) and client-side (cookies, LocalSt...
Vaishali Vishwakarma
Jun 24, 2024
Understanding AsMemory() in C# .NET with Examples
In C#, the AsMemory method is a powerful tool for creating Memory<T> instances from arrays, array segments, or strings. It is part of the System.Memory namespace, which offers types designed ...
Jitendra Mesavaniya
Jun 24, 2024
Entity Framework Performance Improvements with Code Examples
Learn how to optimize Entity Framework performance with practical code examples. This guide covers essential techniques to enhance database efficiency, improve query performance, and eliminate bott...
Jobin S
Jun 23, 2024
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
No Records Available.
121
-
140
of
1557
<<
5
6
7
8
9
>>
React.js for Beginners
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Oracle