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
(1248)
Blogs
(784)
Resources
(333)
Videos
(167)
News
(119)
Blogs
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
Oct 26, 2023
Understanding WaitAll and WhenAll in .NET
Asynchronous programming has become an integral part of modern software development, and .NET Core (now known as .NET 5, .NET 6, .NET 7, and later .NET 8) provides powerful tools to simplify asynch...
Prasad Raveendran
Oct 22, 2023
Software Architecture In .NET Using Architecture Tests
Architectural testing in C# involves evaluating the overall structure and design of a software application to ensure that it meets certain architectural principles and requirements. While static co...
Prasad Raveendran
Oct 09, 2023
What are NuGet Packages, and How Do NuGet Packages Work in .NET?
NuGet packages are a fundamental component of the .NET ecosystem. They play a crucial role in simplifying the management and distribution of libraries, frameworks, and tools used in .NET applicatio...
Ramawatar Bhakar
Sep 11, 2023
Advantages of Choosing .NET for Financial Software Development
The top advantages of choosing the .NET framework for financial software development in 2023 including regulatory compliance support, cross-platform flexibility, high performance & scalability,...
Dhaval Suvagiya
Aug 29, 2023
How to Send Data Controller to Another Controller View?
let's delve into the concepts of ViewData and TempData in the context of ASP.NET MVC:
Ramawatar Bhakar
Aug 22, 2023
SYSLIB0014 WebClient Obsolete
Replace the Obsolete WebClient with HttpClient
Jefferson S. Motta
Aug 21, 2023
CAPTCHA Image and Verify User Input Using ADCaptcha
Below are example usages and sample code for the ADCAPTCHA DLL.
Ashok Dudi
Aug 09, 2023
Dynamic Menu and Submenu with Cache Memory
The menu and submenu show dynamically with the help of cache memory use. Only one-time database call.
Sagar Jadhav
Jun 26, 2023
.NET Core Web API 7.0 | DB First with Core API 7.0 CRUD Operations
Hello, in this tutorial, I will explain how to create .Net Core web API 7.0 using Visual Studio 2022. Also, I will explain to you how to do CRUD operations using Postman. Let's start. Prereq...
D. K. Gautam
Jun 11, 2023
What’s new with Data Annotation in .NET 8
From this blog, you will learn about the new options in the data annotation required attribute
Gowtham K
Jun 09, 2023
Identifying and Overcoming Performance Bottlenecks in Programming
An in-depth analysis on performance bottlenecks in programming
Lokesh Varman
Jun 05, 2023
No Records Available.
View More
Learn Visual Studio Code
Challenge yourself
Blockchain Basics Skill
E-Book Download
Get Certified
Python