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)
Blogs
Every Developer Should Know These .NET Acronyms
some key acronyms in the .NET ecosystem, such as IL, CIL, MSIL, CLI, JIT, and more. We'll provide clarity on each term, explore their roles in the .NET runtime, and offer code snippets along wi...
Siva V
Jan 11, 2024
Resolve Timeout & Max Pool Size Issue in .NET Queue-Based Methods
Using ConcurrentQueue to solve timeout and maximum pool size error in .Net. By implementing a ConcurrentQueue and asynchronous processing, the strategy efficiently manages and bulk inserts data int...
Ng Cheehou
Jan 11, 2024
How to Create Channels in .NET?
Channels in .NET are a fundamental addition to the asynchronous programming model. They provide a way to pass data between producers and consumers in a thread-safe manner, enhancing performance and...
Prasad Raveendran
Jan 06, 2024
CORS in .NET: Navigating Cross-Origin Resource Sharing
CORS is a fundamental aspect of building secure and interconnected web applications. Whether you're working with .NET Framework or .NET Core, understanding how to configure and customize CORS s...
Siva V
Jan 05, 2024
Factory Pattern vs Abstract Factory Pattern
Two prominent members of the Factory Pattern family are the Factory Pattern and the Abstract Factory Pattern. In this blog, we'll delve into the nuances of each pattern, providing code snippets...
Siva V
Jan 03, 2024
Single Sign-On (SSO) : Your Gateway to Seamless Authentication
In this beginner-friendly blog, we'll unravel the mysteries of SSO, exploring what it is, why it matters, and how it works. So, buckle up as we embark on a journey from the perplexities of mult...
Siva V
Dec 24, 2023
Exploring Microservices: Bridging Software and Real-World Analogies
In this exploration, we'll delve into major microservices concepts, drawing parallels between software intricacies and real-world scenarios to illuminate the core concepts of load balancers, AP...
Siva V
Dec 21, 2023
API Technologies - SOAP, Rest, GraphRest, GraphQL, gRPC
In this blog, we'll embark on a functional journey through the evolution of API technologies in C#, exploring the transitions from SOAP to REST, GraphREST to GraphQL, and GraphQL to gRPC with s...
Siva V
Dec 14, 2023
Dependency Injection in .NET Framework and .NET Core
Dependency Injection (DI) is a design pattern that plays a pivotal role in enhancing the modularity and testability of software. In the context of .NET development, both .NET Framework and .NET Cor...
Siva V
Dec 13, 2023
What is Nullable Types in C#?
A nullable type is a value type that can also be assigned a null value. In C#, nullable types are created by appending ? to the underlying value type. For instance, int? represents a nullable integ...
Siva V
Dec 12, 2023
.NET 8.0 Keyed Service Registration with Dependency Injection
Dependency Injection (DI) in .NET provides a mechanism for managing the dependencies between various components within an application. When registering services, it allows specification of service ...
Prasad Raveendran
Dec 10, 2023
Transitioning from .NET Framework to .NET Core
In this blog, we will observe the key changes and considerations as we migrate our project from .NET Framework to .NET Core.
Siva V
Dec 05, 2023
Access Modifers in C#
Access Modifers in C#. Explore the coding realm with a spotlight on access modifiers. From the guarded privacy of "private" to the open accessibility of "public," unravel the ro...
Siva V
Dec 01, 2023
Exploring C# 12 Features
As technology evolves, programming languages continue to advance, offering developers new tools and features to enhance their productivity and simplify complex tasks. In the world of .NET developme...
Prasad Raveendran
Nov 26, 2023
Data-Driven Testing with xUnit in .NET 8.0
Data-Driven Testing with xUnit in .NET Core empowers developers to efficiently test code by systematically providing different input data and verifying corresponding expected outcomes. xUnit offers...
Prasad Raveendran
Nov 25, 2023
CountdownEvent Class in c#
Simple and neat Explanation of CountdownEvent class in C#. In this article, the explanation of the CountdownEvent class in C# is clear and concise, and the example program effectively demonstrates ...
Thameem Ansari
Nov 22, 2023
Is Object a Reference Type or Value Type?
Is Object a Reference Type or Value Type? In this article, you will find details about An object variable is always a reference type.
Piyush Chaturvedi
Nov 18, 2023
CORS setting for SOAP API for .Net
This blog describes the issue on the .Net application's cross-domain feature enable issue.
Md Tahmidul Abedin
Oct 30, 2023
Iterative vs. LINQ Approach in .NET
When working with collections of objects in C#, you may often need to transform or map the items from one list to another. This process is a common task in software development, and C# offers two p...
Prasad Raveendran
Oct 28, 2023
Single Responsibility Design Principle in SOLID
SRP is the first principle in the SOLID Design Principle. The Single Responsibility Principle (SRP) dictates that a class should have only one reason to change. It promotes high cohesion, easing de...
Harsh Sharma
Oct 26, 2023
No Records Available.
101
-
120
of
822
<<
4
5
6
7
8
>>
Learn Machine Learning With Python
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Polygon