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
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
Goodbye Swagger: How .NET 9 is Redefining API Documentation
Explore the changes in .NET 9 API documentation as Swagger is removed from templates. Learn about alternatives like Microsoft.AspNetCore.OpenApi, NSwag, and custom UIs to adapt workflows and ensure...
Jay Krishnareddy
Dec 06, 2024
.NET with MONGO Database Code Example
Learn MongoDB integration with .NET, from setup to CRUD operations. Discover its advantages, like cross-platform flexibility, high-speed data handling, and robust security, with code examples for s...
Sangeetha S
Nov 28, 2024
What is Params In C#?
In C# programming, the "params" keyword plays a crucial role in enhancing flexibility and convenience when dealing with methods that accept a variable number of the same type of parameter...
Santosh Karanam
Jan 31, 2024
Minimal Web API With .NET 9
In this article, you will learn about RESTFul Minimal Web API with .NET 6 and .NET 7. REST APIs use the REST architecture style to provide standardized resource access using HTTP verbs. Minimal AP...
Santosh Karanam
May 23, 2022
Learn To Use FileSystemWatcher in .NET 9
This article covers the setup, key features, and practical examples for tracking events like the creation, modification, deletion, and renaming of files or folders, making your file-handling tasks ...
Jefferson S. Motta
Nov 27, 2024
Creating a Scheduled Task in Sitecore
Learn how to automate tasks in Sitecore by creating scheduled tasks. This involves writing task code, creating commands, and setting up a scheduler. Automating tasks like content publishing or emai...
Daniel Gomez
Nov 26, 2024
Limit Concurrent Execution in Asynchronous Methods
In this article, we will learn how to finely control how many concurrent executions we will allow of our async methods, without blocking, using a semaphore.
Sean Franklin
Nov 22, 2024
Integrating Demo Registration with External APIs in ASP.NET MVC C#
We delve into the implementation of integrating an external API for vehicle registration within an ASP.NET MVC application. The method, Addadminvehicle, serves as a bridge between the web applicati...
Velladurai
Nov 22, 2024
.NET 9 CountBy: A New LINQ Powerhouse
.NET 9 introduces the CountBy method, a powerful addition to LINQ that enhances querying capabilities. This feature allows developers to count elements based on specified conditions efficiently.
Praveen Raveendran Pillai
Nov 20, 2024
Understanding .NET Binary Serialization
.NET Binary Serialization simplifies the process of converting objects into binary formats for efficient storage or data transfer. This guide explores serialization techniques, the BinaryFormatter ...
Praveen Raveendran Pillai
Nov 19, 2024
What's New in ASP.NET Core 9?
C# 13 enhances developer productivity with features like flexible params collections, scoped locks, and partial properties, allowing for streamlined coding, improved performance, and robust thread ...
Vijay Kumari
Nov 15, 2024
.NET 9 : Task.WhenEach
In .NET 9, the new Task.WhenEach method enhances asynchronous programming by processing tasks as they complete, allowing for more efficient handling of varying completion times. Happy coding!
Praveen Raveendran Pillai
Nov 18, 2024
No Records Available.
View More
Learn Machine Learning With Python
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
HTML5, CSS3 and JavaScript