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
(1557)
Blogs
(900)
Resources
(333)
Videos
(190)
News
(120)
Articles
Count vs. Any in Entity Framework for Efficient Querying in .NET
Entity Framework (EF) is a powerful Object-Relational Mapper (ORM) for .NET, allowing developers to interact with databases using .NET objects. When working with EF, it's crucial to write effic...
Jitendra Mesavaniya
May 24, 2024
Why GraphQL? The Future of API Queries
Discover the revolutionary approach of GraphQL for API queries, reshaping the landscape of web development. With its single endpoint, typed schema, and client-driven querying, GraphQL offers unpara...
Ajay Kumar
May 24, 2024
Learn Object Oriented Programming Using C#: Part 7
Delve deeper into Object-Oriented Programming with C# in Part 7 of our comprehensive tutorial series. Explore advanced concepts like inheritance, polymorphism, and more. Enhance your coding skills ...
Naveed Zaman
May 22, 2013
Learn Object Oriented Programming Using C#: Part 8
Dear reader's, this article is the fourth and last pillar of OOP. It's confusing for the beginners of OOP. So we provide an example in very simple words.
Naveed Zaman
May 24, 2013
A Different Perspective of Stack Memory in .NET
A Different Perspective of Stack Memory in .NET" explores the intricacies of stack memory management within the .NET framework. It delves into the differences between stack and heap, the role ...
Rasul Huseynov
May 19, 2024
Optimize File Monitoring with Custom .Net8.FileSystemWatcher in .NET
Discover enhanced file monitoring with Custom .Net8.FileSystemWatcher NuGet Package in .NET 8. Harness advanced features for real-time tracking, event-driven programming, and improved file system e...
Sanjay Kumar
May 21, 2024
Understanding Func, Action, and Predicate in C# .NET
In C# .NET, delegates are a powerful feature that allows you to pass methods as arguments to other methods. Among the most commonly used delegates are Func<T>, Action<T>, and Predicate&...
Jitendra Mesavaniya
May 21, 2024
Kubernetes A Revolutionary c
Kubernetes, an open-source platform for automating containerized applications, has become essential for DevOps in managing microservices. Despite its complexity, it offers efficient deployment, sca...
Ayush Gupta
May 21, 2024
Efficient Solution Parsing in .NET 8 Using DTE & Microsoft.Build
A solution parser within the realm of C# generally denotes a software or library capable of parsing and understanding the data within a Visual Studio solution (.sln) file and its corresponding proj...
Sanjay Kumar
May 20, 2024
How to Create and Use Local NuGet Package in Dot Net
NuGet is the package manager for dot net. Developers can create, share, and consume essential dot net libraries. NuGet client tools provide the ability to produce and consume these libraries as pac...
Rohol Amin
May 20, 2024
Optimizing Long Polling Performance in .NET Applications
Long polling emulates real-time client-server communication by keeping connections open until new data is available. Optimizing long polling in .NET enhances user experience and server efficiency t...
Ajay Kumar
May 20, 2024
Learn About Components of a Class in C#
In object-oriented programming, a class serves as a blueprint for creating objects. It encapsulates data and behavior, facilitating code organization and abstraction for secure, reusable solutions ...
Ayush Gupta
May 20, 2024
A Dictionary Class Which Permits Duplicate Keys
A dictionary class permitting duplicate keys accommodates multiple values for the same key. It employs strategies like chaining or allowing multiple entries with the same key, enhancing flexibility...
Vulpes
Nov 08, 2011
Difference between ADO.NET, ORM and Dapper
This article explores ADO.NET, ORM, and Dapper in the .NET ecosystem, detailing their history, evolution, and best practices and providing C# code examples for effective data access management.
Ayush Gupta
May 20, 2024
Exploring Delegating Handlers in C# .NET
In modern software development, especially when dealing with web services, the ability to customize and extend HTTP request and response processing is crucial. This article delves into the concept ...
Jitendra Mesavaniya
May 19, 2024
How do you Compare useState and useReducer
Comparing `useState` and `useReducer` in React involves understanding their use cases, advantages, and implementation. `useState` handles simple state logic, while `useReducer` manages complex stat...
Alkesh Bijarniya
May 18, 2024
Start With Microsoft Enterprise Library 6.0
Microsoft Enterprise Library 6.0 offers robust tools like Logging, Exception Handling, Data Access, and more, streamlining enterprise-level development. Configure and customize blocks for efficient...
Dillip Nayak
Jul 16, 2015
Operations of CSV Files and Text Files Using C# ASP.NET
Learn how to efficiently handle CSV and text files in C# ASP.NET with this comprehensive guide. Explore essential operations like reading, writing, parsing, and manipulation. Master file handling t...
Lajapathy Arun
Apr 03, 2012
Find File Type From Magic Number Of File In MVC 5
Explore how to implement file type detection using magic numbers in MVC 5. Learn about analyzing file headers, determining mime types, and integrating this functionality into your web development p...
Rupesh Kahane
Oct 19, 2015
How to Auto-Refresh Grid View on Closing of Popup Menu
Auto-refresh GridView on closing popup: Utilize JavaScript or jQuery to trigger a postback or AJAX call upon popup closure. Update GridView data source server-side to reflect changes dynamically, e...
Anubhav Chaudhary
Oct 28, 2013
No Records Available.
201
-
220
of
1557
<<
9
10
11
12
13
>>
Learn MongoDB in 15 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
HTML