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
Understanding the .NET Internal Compile Process
In this article, we will learn about CLR, Jit Compiler, and how the .NET compilation process works. Understanding the .NET internal compile process involves dissecting how source code is translated...
Tural Suleymani
Mar 11, 2024
User Authentication with Forms Authentication in ASP.NET MVC
Forms Authentication is a widely-used mechanism in ASP.NET for managing user authentication within web applications. It allows developers to authenticate users based on credentials stored in a data...
Jaimin Patel
Mar 10, 2024
Decoding Expression Trees in C#
This article contains the details of how to Decoding Expression Trees in C#.
Naimish Makwana
Mar 08, 2024
How To Generate Curl Script of the HttpClient in .NET
The HttpClientToCurl is a NuGet package for generating the curl script of HttpClient in C# (.Net) supported features: Post, Get, Put and Delete. content types: application/json, text/xml, applicati...
Amin Golmahalleh
Jan 29, 2024
Code First Approach in Entity Framework
This content provides a comprehensive guide on implementing Entity Framework's code-first approach in ASP.NET MVC applications. It begins with an introduction to Entity Framework, highlighting ...
Abhimanyu K Vatsa
Aug 09, 2012
Building AI Applications in .NET
Artificial Intelligence (AI) can seem complex and shrouded in mystery. But for developers, the power of AI is becoming increasingly accessible, particularly within the .NET framework. This guide ai...
Ramasagar Pulidindi
Mar 07, 2024
Connected And Disconnected Scenarios in Entity Framework
In this article, we will explore the intricacies of data handling in Entity Framework through connected and disconnected scenarios. Learn how to manage data manipulation, state tracking, and persis...
Mukesh Nayak
Mar 18, 2015
Implement Global Exception Handling Middleware in .NET Project
Implementing custom global exception handling in your project involves setting up a system to manage errors across your application. By defining exception classes and configuring error logging, you...
Shaily Dubey
Mar 07, 2024
Practical Introduction To Entity Framework: Day 5
Day 5 of our practical introduction to Entity Framework delves deeper into database management with advanced concepts like relationships and efficient CRUD operations. Explore Entity Framework Core...
Sai Sherlekar
Aug 18, 2014
Practical Introduction To Entity Framework: Day 4
This content provides a detailed guide on returning multiple result sets or data sets in Entity Framework. It walks through the steps involved, including creating a normal stored procedure, adding ...
Sai Sherlekar
Jul 30, 2014
Understanding Directives in .NET
Explore the significance of directives in .NET development, understanding types like preprocessor, reference, warning suppression, and nullable context directives. Learn their syntax and implementa...
Ajay Kumar
Mar 05, 2024
Learn about Data Structures in .NET
Explore key .NET data structures—Lists, Queues, Stacks, and Dictionaries. Learn their practical applications through examples for efficient and scalable software development in the .NET ecosystem.
Ajay Kumar
Mar 04, 2024
What is New in .NET 9
.NET 9, succeeding .NET 8, places particular emphasis on cloud-native applications and enhancing performance. It will receive standard-term support (STS) for 18 months.
Vijay Pratap Singh
Mar 04, 2024
Repository Pattern with Multiple Databases in C# and .NET
Implementing the Repository Pattern with multiple databases in C# and .NET requires strategic abstraction, database-specific implementations, entity mapping, and transaction management. Explore cha...
Ajay Kumar
Mar 01, 2024
Understanding Caching in .NET With Example
Caching is a cornerstone in .NET development, enhancing application performance and scalability. This article explores its significance, and diverse caching techniques, and offers a practical examp...
Ajay Kumar
Feb 28, 2024
Better Implementation Of Singleton Pattern in .NET
This article explains the mistakes made in writing Singleton Pattern in the multithreaded environment create a bug and how to bring a solution to it.
Rasul Huseynov
Feb 27, 2024
.NET Delegates in Event-Based Asynchronous Pattern for Seniors
This article dives into the practical learning of delegates, emphasizing real-world examples. It explores the Event-Based Asynchronous Pattern (EAP) in C# and its advantages, using delegates to imp...
Tural Suleymani
Feb 26, 2024
Async Patterns in MVC Controllers for Efficiency or Adding Unnecessary Complexity?
Explore the necessity of async patterns in MVC controllers—unveiling the intricacies of conventional and alternative coding styles
Abhishek Khandare
Feb 22, 2024
Publish And Deploy .NET 6 Web Application on IIS and Access using Ngrok
Publish & Deploy .NET 6 Web Application on IIS and Access it through Internet using Ngrok. Enabling Tunneling using Ngrok and access locally Deployed Web Application through Internet
Muhammad Asif
May 02, 2023
DRY, YAGNI, KISS Engineering Principles
In software development and engineering, certain guiding principles serve as beacons of efficiency and effectiveness. Among these principles, DRY, YAGNI, and KISS stand out as fundamental pillars t...
Sardar Mudassar Ali Khan
Feb 19, 2024
No Records Available.
541
-
560
of
1543
<<
26
27
28
29
30
>>
Learn C# 7.x
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Polygon