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
(900)
Resources
(333)
Videos
(190)
News
(120)
Articles
Mastering BenchmarkDotNet: The Essential Benchmarking Library for .NET Developers
Mastering BenchmarkDotNet: The Essential Benchmarking Library for .NET Developers guides you through using BenchmarkDotNet, a powerful tool for measuring and optimizing the performance of .NET appl...
Jayraj Chhaya
Jan 23, 2025
Dynamic Rules Engine for User Workflows in .NET Financial Apps
Implement a dynamic .NET Rules Engine for financial workflows with user-specific rules. Customize logic based on roles, transactions, and account types. Enable fraud detection, compliance, and real...
Tuhin Paul
Jan 17, 2025
Enterprise Text-to-Speech System: Architecture, HLD and UI
Explores the architecture, high-level design (HLD), and user interface (UI) of an enterprise text-to-speech (TTS) system. It delves into the technical aspects of integrating speech synthesis into e...
Tuhin Paul
Jan 14, 2025
Vertical Slice Architecture with Code Examples in C# 12
Get an overview of vertical slice architecture in C# 12 with Ziggy Rafiq. Build maintainable, scalable applications using feature-based organization with code examples, MediatR, and record types.
Ziggy Rafiq
Oct 18, 2024
The Ultimate Guide to Writing NUnit Unit Tests in .NET 9
Demonstrates how to write robust and reliable unit tests in .NET 9 using NUnit. This article teaches developers how to write effective unit tests in .NET 9 using NUnit, covering test setup, asserti...
Ziggy Rafiq
Jan 10, 2025
Bringing Legacy .NET Framework Applications into the Modern Era
With this guide, you'll learn how to migrate your legacy .NET Framework apps to .NET 9, without refactoring code. It also discusses namespace updates, error handling improvements, and unit test...
Ziggy Rafiq
Jan 08, 2025
10 Key Resolutions to Master .NET Development in 2025
Discover the top 10 resolutions to elevate your .NET development skills in 2025. From mastering .NET 8 features and C# updates to exploring ASP.NET Core, Blazor, and microservices, this guide helps...
Jignesh Kumar
Jan 05, 2025
The Importance of Unit Testing in .NET Applications
Unit testing is a crucial practice in .NET applications that helps ensure code reliability, maintainability, and efficiency. By using frameworks like NUnit, MSTest, and XUnit, developers can automa...
Amit Mohanty
Jan 07, 2025
Enhancing Application Insights with Serilog and SEQ
In this article, we will learn how to enhance application insights using Serilog and SEQ, two powerful tools for structured logging and real-time log analysis.
Satya Karki
Jan 01, 2025
What is .NET Aspire?
.NET Aspire enhances application development with modern practices, cross-platform support, scalability, and cloud-native capabilities. Leverage powerful tools, rich libraries, and community suppor...
Jayraj Chhaya
Dec 30, 2024
Discover the Exciting New Features in .NET Aspire 9
.NET Aspire 9 is here, bringing a host of powerful features and enhancements to help developers build, manage, and deploy applications faster and more efficiently. As the latest major release from ...
Rijwan Ansari
Dec 27, 2024
Null Coalescing vs Null Conditional in Clean Code
In this article, I will demonstrate Null Coalescing (??) and Null Conditional (?.). It is a common challenge in programming, but modern languages like C# offer elegant solutions. The null coalescin...
Jignesh Kumar
Dec 24, 2024
Leveraging Schema Registry to Ensure Data Compatibility in Kafka
Leveraging Schema Registry to Ensure Data Compatibility in Kafka. This article explores Schema Registry's role in Kafka, detailing schema management, compatibility, and serialization formats (A...
Chethan N
Dec 22, 2024
Learn NLog Advanced Usage / Change NLog Configuration Per Request
This article explores implementing dynamic logging in multi-tenant applications using NLog. It discusses configuring NLog to enable debug logging on a per-request basis without modifying existing c...
Oleg Litvinov
Sep 23, 2024
Bulk Insert Example with Two SQLite DB Files using .NET
Learn how to merge two SQLite databases in C# using bulk insert/update. This method reads data from one DB and updates or inserts it into another, achieving efficient data merging.
Sangeetha S
Dec 13, 2024
Connection String in ASP.NET Core MVC .NET 8
Learn how to manage and use connection strings in applications, explore AppSettings.json, environment variables, and static classes, and understand their implementation with sample code for seamles...
Manoj Kalla
Dec 13, 2024
Session in ASP.NET Core MVC .NET 8
This article covers enabling sessions in .NET 8 ASP.NET Core MVC, storing/retrieving session values, managing session keys, and implementing session handling with step-by-step examples and code wal...
Manoj Kalla
Dec 10, 2024
SQLite Database with .NET Example
SQLite is a lightweight, file-based relational database ideal for small web, mobile, and .NET applications. This guide demonstrates SQLite integration, CRUD operations, and database handling using ...
Sangeetha S
Dec 10, 2024
Implement Hybrid Cache in .NET 9 + Redis Caching
Hybrid cache simplifies .NET caching by unifying in-memory and distributed approaches. It supports extensible code, concurrency management, multi-source caching, Redis integration, serialization, a...
Varun Setia
Dec 09, 2024
Payment and Invoice Processing Using Stripe in .NET
Learn how to integrate Stripe with .NET for secure payment processing, including customer creation, payment methods, invoices, refunds, and more. A step-by-step guide for building robust and scalab...
Vignesh Kumar
Dec 07, 2024
No Records Available.
View More
Build Progressive Web Apps
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
ASP.NET