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
(1568)
Blogs
(901)
Resources
(333)
Videos
(190)
News
(120)
Articles
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
Deep Dive Into Race Condition Problem in .NET
In a multithreading environment, there are many benefits and challenges to consider. In our case, we will focus on one of the most popular challenges the Race Condition Problem.
Rasul Huseynov
May 09, 2024
Deciding the Right Data Reading Architecture in .NET
In the dynamic realm of .NET development, choosing the right data reading architecture is paramount for application performance, scalability, and maintainability. Let's delve into practical exa...
Ajay Kumar
May 11, 2024
URL Rewriting Middleware in .NET
URL rewriting is a critical aspect of web development, enabling developers to create cleaner, more user-friendly URLs while maintaining the underlying functionality of their applications. This arti...
Jitendra Mesavaniya
May 11, 2024
Memory Leak Analysis For .Net Application
Perform memory leak analysis for .NET apps to identify inefficient memory usage. Utilize profiling tools to monitor memory consumption, analyze heap data, and pinpoint areas causing leaks. Implemen...
Shweta Lodha
Feb 19, 2014
Understand Action Results and Types of Action Results in .NET C#
In the world of .NET C#, action results play a crucial role in web development, facilitating the generation of responses to client requests within ASP.NET applications. In this article, we'll d...
Jitendra Mesavaniya
May 10, 2024
RetryPolicy Using Microsoft Practices Enterprise Library
RetryPolicy in Microsoft Practices Enterprise Library offers fault tolerance by automatically retrying operations upon transient faults. Configurable parameters like retry count and interval enhanc...
Amit Choudhary
Jan 14, 2016
Events in .NET
An event is a message sent by an object to signal the occurrence of an action. This action caused by the user interaction such as button click, mouse click etc.
Hemant Kumar
Sep 21, 2011
Entity Framework: Code First Migrations With the Existing Database
Explore Entity Framework's Code First Migrations to seamlessly integrate existing databases with your application. Learn efficient techniques for data modeling, schema synchronization, and vers...
Jignesh Trivedi
Dec 03, 2014
Display an RSS Feed Using XSLT
Displaying an RSS feed using XSLT involves transforming XML data into HTML for presentation. XSLT templates define how RSS elements are formatted, facilitating clear and structured content renderin...
Senthilkumar
Dec 13, 2011
Change Grid Size Dynamically Based on Screen Resolution
Learn how to create responsive web layouts by dynamically adjusting grid sizes based on screen resolution. Explore techniques using CSS media queries to adapt grid layouts for various viewport size...
Anubhav Chaudhary
Dec 04, 2013
No Records Available.
281
-
300
of
1568
<<
13
14
15
16
17
>>
Learn Flutter
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
iOS Developer