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
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
Understanding of ConcurrentDictionary in .NET
Everything is becoming more concurrent, so usually server-based(or multithreaded environments) applications are faced with non-thread-safe problems such as race condition.
Rasul Huseynov
May 08, 2024
Apply Single JavaScript Function to Multiple Textboxes For Validation
Validate multiple textboxes efficiently in JavaScript using a single function. Employ event listeners for input events, utilize DOM manipulation to access textbox values, and apply validation rules...
Anubhav Chaudhary
Dec 20, 2013
Reflection and Attributes in C#
Reflection in C# allows examining and manipulating types, methods, and other members at runtime. Attributes provide metadata to annotate code elements, aiding in customization and dynamic behavior....
Ashish Shukla
Sep 03, 2010
Bypassing Obfuscation: Ciphered Code Reverse Engineering
In this article, we have performed reverse engineering over a protected binary by deep analysis of both obfuscated source code and MSIL assembly code.
Ajay Yadav
Nov 11, 2014
Serialization And Deserialization in .NET
Serialization in .NET transforms objects into a format suitable for storage or transmission, facilitating data interchange. Deserialization reverses this process, reconstructing objects from the se...
Anup Hosur
Dec 27, 2015
Introduction To .NET Platform
In this article, you will discover the fundamentals of the .NET platform, including the C# programming language, Common Language Runtime (CLR), and Base Class Library (BCL).
Usman Arshad
Dec 18, 2015
Unlocking Performance: Exploring PLINQ in .NET C#
In today's computing landscape, where multi-core processors are ubiquitous, optimizing the performance of your applications often involves leveraging parallelism. One powerful tool in the .NET ...
Jitendra Mesavaniya
May 08, 2024
CLR Internals - Process and Application Domain
In this article, you‘ll drill deeper into the details of how an assembly is hosted by the CLR and come to understand the relationship between application domain (appdomain) and processes.
Vidya Vrat Agarwal
May 28, 2013
Check .NET Application Performance Using Performance Optimization
Optimize your .NET app's performance by analyzing bottlenecks, monitoring resource usage, and fine-tuning code for efficient CPU and memory utilization. Employ profiling tools and performance c...
Ankush Bindra
Nov 15, 2015
Plugin Based Application Using C# MEF
Learn how to create a modular, extensible application using C# Managed Extensibility Framework (MEF). This tutorial explores plugin architecture, dependency injection, and dynamic loading for build...
Jean-Pierre Bachmann
May 25, 2015
No Records Available.
281
-
300
of
1558
<<
13
14
15
16
17
>>
Learn SSRS In 11 Hours
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
ASP.NET