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
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
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
No Records Available.
261
-
280
of
1543
<<
12
13
14
15
16
>>
React.js for Beginners
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Oracle