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
New Features in .NET 4.5 and 5.0
Discover the latest enhancements in .NET with versions 4.5 and 5.0. Explore async programming using async/await, improved performance, Entity Framework updates, ASP.NET Core (in .NET 5.0), enhanced...
Princy Gupta
Mar 20, 2014
Get All Installed Fonts in C#
To retrieve all installed fonts in C#, you can use the InstalledFontCollection class from the System.Drawing.Text namespace. This class provides access to the fonts installed on the system. By crea...
Ibrahim Ersoy
Jul 09, 2012
Getting Started With Elastic In Using .NET Nest Client
This article demonstrate how to use elastic search in .net application using nest client. How to set up Elastic search in developer machine and how to communicate with elastic from .net application.
Jignesh Kumar
Dec 01, 2020
Getting Started With Intranet Application in MVC 4
In this article I am describing authentication and authorization for intranet applications using the ASP.NET Web application based on the MVC project template.
Nimit Joshi
Oct 07, 2013
Understanding OLTP vs OLAP Practices
OLTP and OLAP, rooted in distinct eras, serve crucial roles in data management. OLTP ensures swift transactional operations, while OLAP offers in-depth analytics for informed decision-making, evolv...
Ayush Gupta
May 15, 2024
Entity Framework: DbComparisonExpression Requires Arguments With Comparable Types
The "DbComparisonExpression Requires Arguments With Comparable Types" error in Entity Framework indicates a type mismatch in a query comparison. It occurs when attempting to compare two v...
Rahul Kumar Saxena
May 27, 2015
Introduction To ASP.Net SignalR Self Hosting
Explore ASP.NET SignalR self-hosting to enable real-time communication in your applications. Learn about setting up a self-hosted SignalR server using .NET Framework, facilitating WebSocket-based i...
Nimit Joshi
Oct 03, 2013
Clean Code Practices: Elevating Code Quality in C# Development
This article delves into the significance of clean code practices in software development, tracing its history, emphasizing its necessity, and exploring its evolution. It includes practical C# code...
Ayush Gupta
May 15, 2024
Pre-Generated Views With a Code First Model Entity Framework 6.0
Pre-generated views in Entity Framework 6.0 with a Code First model enhance performance by reducing the cost of view generation at runtime. By pre-compiling these views, you can significantly impro...
Jignesh Trivedi
Jan 05, 2015
Enhancing Code Quality: Unit Testing & Coverage in C# Development
Unit testing and code coverage are vital in software development, ensuring reliability and identifying bugs early. This article explores their history, needs, evolution, types, popular tools, and p...
Ayush Gupta
May 14, 2024
NancyFx - a light weight .NET framework
NancyFx is a lightweight, low-ceremony framework for building HTTP-based services on .NET. It emphasizes simplicity and ease of use, featuring a minimal API for routing, handling requests, and gene...
Suthish Nair
Apr 02, 2013
Merge Multiple CSV Files With Same Header Using Windows PowerShell
Merging multiple CSV files with the same header using Windows PowerShell involves importing each CSV file, combining their contents while preserving the header, and exporting the consolidated data ...
Rahul Suryawanshi
Sep 29, 2015
Introduction to Tracing in .Net
Tracing in .NET offers insights into application behavior, aiding debugging and performance monitoring. Utilize TraceListeners and TraceSources to capture and analyze trace information effectively ...
Divya Sharma
Jun 16, 2014
Strategy Design Pattern in .NET
In .NET, the Strategy design pattern is a behavioral pattern that allows you to define a family of algorithms, encapsulate each one of them, and make them interchangeable. This pattern lets the alg...
Jitendra Mesavaniya
May 14, 2024
Monitor Class as Hybrid Synchronization Construct in .NET
The Monitor class is hybrid thread synchronization construct. So, it provides a mutual-exclusive lock supporting spinning, thread ownership, and recursion.
Rasul Huseynov
May 14, 2024
Association in Entity Framework
Entity Framework manages associations between entities in databases, facilitating relationships like one-to-one, one-to-many, and many-to-many. Through navigation properties and various mapping str...
Jignesh Trivedi
Feb 16, 2012
Command Query Responsibility Segregation and its Evolution
Command Query Responsibility Segregation (CQRS) separates read and write operations in system architecture, enhancing scalability and performance. This article explores its need, evolution, and imp...
Ayush Gupta
May 14, 2024
Boxing and Unboxing in .NET C#
In C#, boxing and unpacking are crucial ideas. Value types (int, char, etc.), Reference types (object), and Pointer types are the three forms of data in the C# type system. In essence, Unboxing doe...
Jaimin Shethiya
May 14, 2024
Web Service Class and Directive in ASP.NET
A look at the options for configuring a Web Service using the Web Service class of the System.Web.Services namespace and directives that are available with ASP.NET.
Akshay Teotia
Jan 28, 2012
Basics of Ngen.exe (Native Image Generator) in .Net
I would like to share the basics of Ngen.exe in .Net, collected from various web resources. I will first try to explain the problem then the solution, Ngen.exe, in simple words.
Devesh Omar
Dec 23, 2013
No Records Available.
241
-
260
of
1543
<<
11
12
13
14
15
>>
Learn MongoDB in 15 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
ASP .NET Web Developer