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
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
A Simple Step to Entity Framework: Code First Approach
Learn the foundational steps of Entity Framework's Code First approach in this straightforward guide. Dive into database development with ease using C# and Visual Studio, mastering Object-Relat...
Shiju Joseph
Nov 14, 2014
Apple Push Notification Using ASP.Net
Implementing Apple Push Notification in ASP.NET involves setting up SSL certificates, handling device tokens, and crafting payloads. Utilize libraries like PushSharp for HTTP/2 API calls. Authentic...
Pradip Pandey
Nov 05, 2013
Table Splitting in Entity Framework 6 (Code First Approach)
Table Splitting in Entity Framework 6 (Code First Approach) allows multiple entity types to map to a single database table. This technique is useful for organizing related data within the same tabl...
Jignesh Trivedi
Feb 24, 2015
How to Unload an Assembly Loaded Dynamically Using Reflection
Learn how to unload an assembly that was dynamically loaded using reflection in .NET. This guide covers essential steps, including using AppDomain for isolation, managing memory efficiently, and pr...
Girish Nehte
Jun 01, 2011
CAP Theorem: Navigating the Trade-offs in Distributed Systems
The CAP theorem, introduced by Eric Brewer in 2000, outlines the trade-offs between Consistency, Availability, and Partition Tolerance in distributed systems. This article explores its history, pri...
Ayush Gupta
May 17, 2024
6 Important .NET Concepts
This article will explain 6 important concepts, Stack, heap, value, ref, boxing, and unboxing. Explore the essence of .NET through six pivotal concepts.
Shivprasad
Apr 27, 2010
Memory Management Using Finalize And Dispose Method
Memory management ensures efficient use of system resources. The finalize method performs cleanup before object destruction, The Dispose method releases resources explicitly, especially for unmanag...
Rajeev Punhani
Aug 08, 2016
Create A Contact Us Form For Your Website
Create a user-friendly Contact Us form for your website with essential fields like Name, Email, and Message. Implement spam protection, validation, and a responsive design for seamless interaction.
Umer Qureshi
Oct 31, 2015
Entity Framework's Database Seed Method
In this article, we will learn Entity Framework Database Seed Method that allows you to seed some dummy data in the database for testing purposes.
Abhimanyu K Vatsa
Oct 08, 2012
No Records Available.
221
-
240
of
1568
<<
10
11
12
13
14
>>
Crystal Reports Tutorials
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
JavaScript Developer