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)
Blogs
Handling Exception with 'When' Clause in Catch Block
C# 6.0 introduced several language enhancements to make code more expressive and developer-friendly. One notable addition was the introduction of the 'When' clause in catch blocks, providin...
Prasad Raveendran
Feb 04, 2024
Different Approaches in Entity Framework with .NET
Entity Framework (EF) is a powerful and versatile Object-Relational Mapping (ORM) framework that simplifies database interactions in .NET applications. In this comprehensive guide, we'll unrave...
Siva V
Jan 25, 2024
Deploying a .NET Solution to Production
Deploying a .NET solution to a production environment involves several critical steps to ensure a smooth transition from development to production. In this comprehensive guide, we'll cover the ...
Siva V
Jan 23, 2024
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
No Records Available.
101
-
120
of
825
<<
4
5
6
7
8
>>
Angular 8 in 10 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
JQuery