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
ViewData vs ViewBag vs TempData vs Session in .NET
In ASP.NET, passing data between controllers and views is a common requirement for building dynamic web applications. ASP.NET provides several mechanisms for achieving this, including ViewData, Vie...
Jitendra Mesavaniya
Mar 30, 2024
memoObject Pooling In .NET
Object Pooling optimizes resource usage by reusing objects from a pool. It enhances performance by minimizing object creation overhead. In .NET, it's implemented using a Factory pattern and a Q...
Santhosh Veeraraman
Sep 04, 2007
Back To Basics - Dispose Vs Finalize
We have been using the Dispose method for disposing objects in .NET. For the same purpose, we may also use the Finalize method. In this article I will try to explain what the Dispose and the Finali...
Nitya Sharma
Nov 16, 2011
Managing .NET Solution Files with dotnet sln
The .NET Core SDK's dotnet sln tool simplifies managing large .NET projects. Learn its commands for adding, removing, listing projects, and advanced operations, streamlining solution file manag...
Ajay Kumar
Mar 27, 2024
A Comprehensive Guide to Utilizing the MQTT Protocol
MQTT, also known as Message Queuing Telemetry Transport, is a messaging protocol specifically designed for efficient communication between devices in constrained environments. It is particularly us...
Sanjay Kumar
Mar 26, 2024
Best Practices for Designing APIs in .NET
This article provides a thorough overview of the fundamental principles, criteria, and concerns for creating APIs in.NET.
Ishika Tiwari
Mar 26, 2024
Solid Principle in C# : A Quick Reference with Example
These principles guide object-oriented design for more understandable, flexible, and maintainable software. The Single Responsibility Principle suggests a class should have only one reason to chang...
Sandeep Thomas
Mar 24, 2024
Razor Syntax in ASP.NET
Razor syntax provides seamless integration of server-side code within HTML markup, resulting in cleaner and more readable code compared to traditional ASP.NET Web Forms
Jitendra Mesavaniya
Mar 23, 2024
History and Evolution of Visual Studio and Supported .NET Versions
This article gives a Brief overview of Visual Studio's evolution and its significance in software development. Description of each major version of Visual Studio from 1997 to 2022, highlighting...
Jitendra Mesavaniya
Mar 22, 2024
.NET Evolution: Journey of Innovation and Transformation
Discover the limitless potential of .NET, Microsoft's groundbreaking framework for building versatile and high-performance applications. From desktop to web, mobile to cloud, .NET empowers deve...
Jitendra Mesavaniya
Mar 20, 2024
Folder Structure of .NET Projects
The folder structure of a .NET project is fundamental for developers navigating the vast ecosystem of .NET development. Whether you're building a console application or a web application, havin...
Jitendra Mesavaniya
Mar 20, 2024
Getting Started With Mapster in ASP.NET Core
Learn how to streamline object mapping in ASP.NET Core applications using Mapster. This comprehensive guide covers installation, basic mapping techniques, advanced features like custom mapping, and...
Ramasagar Pulidindi
Mar 20, 2024
Difference Between .NET Razor & .NET Blazor
.NET Razor and .NET Blazor are two approaches in the .NET framework for web development. Razor offers server-side rendering, while Blazor enables client-side interactivity with C#.
Ajay Kumar
Mar 20, 2024
Learn about Asynchronous Events in C#
Explore asynchronous event invocation in C#, addressing threading challenges with event handlers. Learn about the synchronous nature of events, concurrency issues, and solutions using TPL and TAP....
Mark Pelf
Mar 20, 2024
.NET internals: Learning Object-Oriented .NET IL
.NET IL, or Intermediate Language, serves as a bridge between high-level programming languages and machine code. This article delves into object-oriented .NET IL concepts with detailed explanations...
Tural Suleymani
Mar 19, 2024
What is difference between .NET and .NET Framework?
The ".NET Framework" and ".NET" (formerly known as ".NET Core") are two different implementations of the .NET platform, each serving different purposes and targeting d...
Jitendra Mesavaniya
Mar 18, 2024
.NET internals: Stack-Oriented .NET IL
Understanding .NET IL (Intermediate Language) is crucial for developers to comprehend how code interacts with the .NET Framework. While not typically written directly, it offers insights into compi...
Tural Suleymani
Mar 16, 2024
What is Use of ‘Using’ Statement in .NET?
In this article, we will cover What is the use of the ‘Using’ statement in .NET. The 'using' statement in .NET ensures efficient resource management, prevents memory leaks, and promotes cle...
Ishika Tiwari
Mar 15, 2024
.NET Internals: Writing .NET IL/MSIL Code
Learn about .NET IL, the bridge language of the .NET runtime, compiling all high-level .NET languages into a single language. Write multi-language applications in .NET, gaining insights into progra...
Tural Suleymani
Mar 13, 2024
A Seamless Debugging Experience with Source Link in .NET 8
Discover how to enhance your debugging experience in .NET 8 with Source Link, authored by Ziggy Rafiq. This article guides about the efficient use of Source Link for debugging, providing invaluable...
Ziggy Rafiq
Mar 11, 2024
No Records Available.
521
-
540
of
1543
<<
25
26
27
28
29
>>
Learn Internet of Things in 21 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
CSS - Advanced Level