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
(1558)
Blogs
(899)
Resources
(333)
Videos
(190)
News
(120)
Articles
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
Exploring Data Structures: The Stack in .NET C#
Data structures are the fundamental building blocks of software engineering. They enable efficient storage, retrieval, and manipulation of data, serving as the backbone of countless algorithms and ...
Jitendra Mesavaniya
May 13, 2024
Object Oriented Programming Using C#: Part 9
Explore advanced concepts in C# Object-Oriented Programming (OOP) in this ninth installment. Dive into topics like inheritance, polymorphism, encapsulation, and more. Learn how to leverage these pr...
Naveed Zaman
May 29, 2013
Concepts of Threads, Thread Pools, and Tasks in C#
Threads are the smallest units of execution, enabling concurrency but requiring manual management. Thread pools efficiently manage threads for short-lived tasks, while tasks abstract asynchronous o...
Ayush Gupta
May 13, 2024
Creating a Dynamic Data Web Site in ASP.NET 4.0
Creating a dynamic data website in ASP.NET 4.0 involves utilizing Web Forms with controls like GridView. Define fields using BoundField for data display. Customize styles with CSS for a visually ap...
Amit Patel
Jul 05, 2012
Mastering Microservices Architecture with C# and .NET
In this article, we'll delve into the principles of microservices architecture and explore how to implement it using C#, .NET Core, and cutting-edge technologies like Docker, Kubernetes, gRPC, ...
Pooja Lalit
May 13, 2024
No Records Available.
261
-
280
of
1558
<<
12
13
14
15
16
>>
Learn JavaScript
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
.NET Architect