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
(1543)
Blogs
(897)
Resources
(333)
Videos
(190)
News
(120)
Articles
Optimizing Resource Management in .NET HttpClient with Cancellation Tokens
The .NET HttpClient class is a powerful tool for making HTTP requests, but it may lead to resource issues if not managed properly. Cancellation tokens in C# provide a mechanism to interrupt ongoing...
Ajay Kumar
Nov 17, 2023
Using Objects Comparer To Compare Complex Objects In C#
Objects Comparer framework provides a mechanism to compare complex objects, and allows us to override comparison rules for specific properties and types.
Valerii Tereshchenko
Nov 07, 2017
Keyed Dependency Injection in .NET 8
Keyed dependency injection, introduced in .NET 8, is a powerful feature allowing service resolution based on specific keys. This enables managing multiple implementations of the same interface effi...
Vipul Malhotra
Nov 16, 2023
Introduction To NUnit Testing Framework
In this article we are going to learn the basics of Nunit.
Debendra Dash
Jan 14, 2017
Optimizing Database Access in .NET
Optimizing database access in .NET involves picking the best tools, improving queries, managing connections efficiently, using caching, and monitoring performance. By doing this, you ensure your .N...
Ajay Kumar
Nov 10, 2023
ToList() and ToArray() in .NET
In .NET development, we have two methods, 'ToList()' and 'ToArray()', for converting collections. 'ToList()' creates dynamic lists that can change in size, giving flexibilit...
Ajay Kumar
Nov 10, 2023
Object Mapping in .NET with AutoMapper
This article on AutoMapper provides a comprehensive overview and introduction to the topic, making it easily accessible for readers who are unfamiliar with the concept. The step-by-step approach in...
Ajay Kumar
Nov 08, 2023
Cookie vs. Session vs. Local Storage
cookies are small pieces of data stored in a user's browser, often used for limited-size, temporary information like session tokens and user preferences. Session storage, on the other hand, ser...
Tahir Ansari
Nov 06, 2023
Use Data API builder with Azure Cosmos DB
Use Data API builder with Azure Cosmos DB. The guide explains how to build a Data API using Azure Cosmos DB. It outlines steps such as creating a database container, adding a Book schema, obtaining...
Bhavesh Raval
Nov 01, 2023
How We Can Add Setup Project in Window Service?
In this article, we will see how we can add a Windows services installer. You can combine your service with any required files, registry entries, and configurations into a single installation packa...
Ishika Tiwari
Oct 27, 2023
Test-Driven Development in .NET
Test-Driven Development (TDD) is a software development practice emphasizing writing tests before code. Its three-step process includes writing a failing test, writing the code to pass the test, an...
Afsar Uddin
Oct 27, 2023
Decompile An Assembly In C#
In this article you will learn how to decompile an Assembly in C#.
Banketeshvar Narayan
Nov 18, 2015
How to Resolve PowerShell Script Execution Policy Error for Angular CLI ?
How to Resolve PowerShell Script Execution Policy Error for Angular CLI suggests a guide for overcoming issues related to PowerShell script execution policies when working with the Angular CLI, a p...
Raj Bhatt
Oct 19, 2023
Effective QA Strategy for Software Success
Crafting a Kickass QA Strategy A Recipe for Software Success" is a title that suggests the development of a comprehensive and effective Quality Assurance (QA) strategy to ensure the success of...
Shaishav Desai
Oct 19, 2023
.NET Task Parallel Library vs System.Threading.Channels
Concurrency in modern software development is vital for applications to efficiently manage multiple tasks simultaneously. In the .NET ecosystem, developers have two powerful tools for concurrency: ...
Ajay Kumar
Oct 18, 2023
Microsoft Kiota Command Line Tool
The Microsoft Kiota Command Line Tool is a software utility designed by Microsoft that aids developers in generating code for Microsoft's Kiota API client libraries. It offers a command line in...
Nagaraj M
Oct 16, 2023
Managed vs. Unmanaged Code in .NET
Managed code in .NET refers to programs written in high-level languages like C#, VB.NET, or F# that are compiled into Intermediate Language (IL) or Common Intermediate Language (CIL). This intermed...
Keyur
Oct 16, 2023
NServiceBus In .NET 7: Simplifying Distributed Systems Communication
NServiceBus in .NET 7: Simplifying Distributed Systems Communication
Gurpreet Arora
Oct 11, 2023
Reading Zip Files with SharpZip Library in .NET
SharpZipLib is a library for .NET that allows working with compressed files, particularly ZIP archives. To read a ZIP file using SharpZipLib, you first install the library and import the necessary ...
Miguel Teheran
Oct 03, 2023
Simplify Dependency Injection In .NET 6 For Windows Forms Development
This article explains how to use dependency injection in .NET 6 Windows Form Application.
Satya Karki
Oct 06, 2023
No Records Available.
641
-
660
of
1543
<<
31
32
33
34
35
>>
C# Asynchronous Programming
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
PostgreSQL