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 Core
FOLLOW
.NET Core is a modular, cross-platform, and open source software development framework that is used to build Windows, Web, and Mobile applications for Windows, Linux and OS X platforms.
Articles
(1029)
Blogs
(206)
Resources
(10)
Videos
(27)
News
(28)
Blogs
Managing Multiple EF Core DbContexts in a Single Application
Entity Framework Core (EF Core) is a powerful ORM tool for working with databases in .NET applications. In some scenarios, you may need to work with multiple databases or database contexts within a...
Siva V
Apr 24, 2024
Autofac Dependency Injection in ASP .NET Core 8
Autofac is a popular dependency injection (DI) container for .NET applications, including ASP.NET Core. DI containers like Autofac help manage the dependencies between different components of an ap...
Siva V
Apr 23, 2024
RabbitMQ Consumer in ASP.NET Core Using a Base Message
Learn how to implement a RabbitMQ consumer in ASP.NET Core using a base message handler. Setup RabbitMQ, install necessary libraries, create handlers, and consume messages efficiently. Build a sca...
Siva V
Apr 20, 2024
Integrating React with Google OAuth in a .NET Core Backend - Auth
Integrating Google OAuth authentication with a .NET Core backend enables secure and convenient user authentication in React applications. This blog post will guide you through the process of settin...
Siva V
Apr 18, 2024
PDF Management in .NET Core with iTextSharp: Merging PDFs
Easily manage PDF documents in .NET Core using iTextSharp, a powerful C# library. Merge multiple PDF files seamlessly within your application, simplifying document processing. Leverage iTextSharp...
Vikas Gupta
Apr 07, 2024
Secure String Encryption and Decryption in C# with AES Algorithm
In this blog, Secure String Encryption and Decryption in C# with AES Algorithm and .NET Core. Implement secure string encryption and decryption in C# using the AES algorithm with .NET Core for robu...
Vikas Gupta
Apr 04, 2024
Implementing Rate-Limiting Middleware in ASP.NET Core
Rate limiting is a crucial aspect of web application security and performance management, helping to prevent abuse and ensure fair usage of resources. This blog explores the concept of rate-limitin...
Siva V
Mar 07, 2024
Update the user record in Azure AD B2C with MS Graph
From this blog, you will learn how to update the user record using patch operation in Azure AD B2C with MS Graph API
Gowtham K
Feb 20, 2024
Building Worker Services and Scheduling Runs in .NET Core
Building on the foundation of worker services in .NET Core, this blog extends the capabilities by introducing scheduling for frequent runs. Understanding how to schedule tasks at specific intervals...
Siva V
Jan 17, 2024
Debugging IIS Websites with Visual Studio
This blog provides a concise guide on how to debug IIS websites using Visual Studio, offering step-by-step instructions for efficient troubleshooting and code inspection.
Sardar Mudassar Ali Khan
Jan 11, 2024
How to Connect Database using DBFirst Approach in Entity Framework
The Database First Approach, an alternative to Code First and Model First, generates model codes from the database. In this example, the IDashboardRepository interfaces with a database to retrieve ...
Amitava Das
Dec 29, 2023
Create Generic Repository in .NET Using Dapper
Explore the creation of a Generic Repository using Dapper in .NET Core. This implementation demonstrates how to utilize Dapper, a Micro ORM, for efficient database communication, providing a versat...
Amitava Das
Dec 29, 2023
Techniques to Optimize EF Queries in .NET Core
Optimizing EF queries is crucial for improving the performance of your application. By minimizing database roundtrips, reducing redundant data retrieval, and enhancing query execution efficiency, y...
Siva V
Dec 28, 2023
Validation with FluentValidation in .NET Core 8.0
FluentValidation is an open-source .NET library that provides a fluent interface for defining and executing validation rules. It enables developers to express complex validation logic in a clear an...
Siva V
Dec 27, 2023
gRPC in .NET
Understand the distinctions between RPC and gRPC, and compare gRPC with REST in terms of protocol, data format, streaming, and performance. Discover the benefits of gRPC, including its speed, suppo...
Karthick S
Dec 26, 2023
Minimal APIs in ASP.NET Core: Compare With Controller
Enter Minimal APIs in ASP.NET Core, a lightweight and streamlined approach to building web applications. In this detailed blog, we'll explore the concept of Minimal APIs, understand why they ma...
Siva V
Dec 25, 2023
Data Transfer in C# with Records
The advent of records has ushered in a paradigm shift, especially in the realm of Data Transfer Objects (DTOs). These lightweight, immutable structures offer a compelling alternative to traditional...
Siva V
Dec 22, 2023
Middleware vs Filter
What is the difference b/w middleware and filters in .NET? Middleware vs Filter in .Net Core
Jayraj Chhaya
Dec 11, 2023
A Deep Dive into Parallel.ForEach and List.ForEach
Parallel processing has become an essential aspect of modern software development, allowing developers to exploit the power of multi-core processors for improved performance. In C#, two commonly us...
Prasad Raveendran
Nov 19, 2023
Function of a Static Constructor in Non Static Class
Things to take into consideration when using a static constructor. A static constructor in C# is automatically called to initialize the class before the first instance is created, or any static mem...
Piyush Chaturvedi
Nov 18, 2023
No Records Available.
21
-
40
of
206
<<
1
2
3
4
5
>>
Crystal Reports Tutorials
Challenge yourself
.NET Core
E-Book Download
Get Certified
ADO.NET