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
(1544)
Blogs
(897)
Resources
(333)
Videos
(190)
News
(120)
Articles
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
Dynamic Objects And Alternatives To Reflection
The CodexMicroORM open-source project on GitHub includes several features to help you create fast, concise .NET deliverables. One such feature is implemented in the Performance. cs file and enables...
Joel Champagne
Apr 08, 2018
Top Frequently Asked Questions in .Net Interview
Prepare for your .Net interview with our comprehensive guide to the top frequently asked questions. This resource covers essential topics, common interview questions, and detailed answers to help y...
Ramesh Maruthi
Sep 13, 2013
Generate Barcode Using Spire.Barcode Library
The Spire. Barcode library offers a versatile solution for generating barcodes in C#. With comprehensive features and clear documentation, it simplifies barcode creation, encoding, and customizatio...
Sourav Kayal
Apr 17, 2014
Concept of Shared Assembly in .NET
Shared assemblies in .NET are reusable components accessible by multiple applications. They promote code sharing, reducing redundancy and enhancing maintainability. Strongly named and stored in the...
Deepak Dwij
Oct 22, 2011
No Records Available.
201
-
220
of
1544
<<
9
10
11
12
13
>>
Build Progressive Web Apps
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
CSS - Advanced Level