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)
Articles
Advanced .NET Core Design Patterns with Code Examples
This article delves into advanced design patterns in .NET Core, offering practical examples and code snippets. Learn how to implement these patterns to build scalable and maintainable applications.
Ananthakrishna V
Aug 12, 2024
Building a centralized OAuth server With OpenIddict in .NET
Recently, I completed a project aimed at constructing a standalone identity service. This endeavor aimed to implement OAuth 2.0 and OpenID Connect protocols in ASP.NET Core applications, enabling o...
Safyan Yaqoob
Aug 12, 2024
Advanced .NET Core Microservices with MediatR
Explore advanced .NET Core and MediatR techniques for building scalable microservices. Delve into patterns like CQRS and event sourcing, optimize performance with caching and load balancing, and em...
Ananthakrishna V
Aug 09, 2024
Learn API Gateway in Micro services
An API Gateway in microservices acts as a reverse proxy, managing incoming requests and routing them to the appropriate services. It enhances scalability, security, and performance by providing loa...
Devesh Omar
Aug 09, 2024
Understanding Dependency Injection in .NET Core with an Example
Dependency Injection (DI) is a design pattern used to implement IoC (Inversion of Control), allowing for better decoupling and easier management of dependencies within an application. .NET Core com...
Nikunj Satasiya
Aug 09, 2024
Builder Design Pattern in .NET Core C#
The Builder Design Pattern in .NET simplifies constructing complex objects by using a step-by-step approach. It involves components like Abstract Builder, Concrete Builder, Director, and Product to...
Jaimin Shethiya
Aug 09, 2024
Advanced .NET Core with MediatR Pattern
Dive deep into the advanced usage of the MediatR pattern in .NET Core applications. Learn how to enhance application architecture with MediatR for complex scenarios, including code examples and bes...
Ananthakrishna V
Aug 08, 2024
How to Use Partial Views in .NET Core
Partial views in ASP.NET Core allow developers to create reusable, modular UI components, enhancing code maintainability and reducing duplication. They render portions of webpages, facilitating dyn...
Vijay Yadav
Aug 08, 2024
Implementing Cascading Drop-Down Lists in .NET Core
Cascading drop-down lists are an essential feature in dynamic web applications where the choice in one dropdown dictates the contents of another. For example, selecting a country in one drop-down c...
Nikunj Satasiya
Aug 07, 2024
Generative AI in .NET: Building a Text Generator with GPT-3
Discover how to integrate OpenAI's GPT-3 with .NET to build a powerful text generator. This article provides step-by-step instructions and code examples to help you create and utilize a GPT-3 p...
Ananthakrishna V
Aug 07, 2024
Implementing the Mediator Pattern in .NET Core with MediatR
Learn how to implement the Mediator pattern in .NET Core using the MediatR library. This article provides a detailed guide with code examples to help you understand and apply the Mediator pattern i...
Ananthakrishna V
Aug 06, 2024
Implementing Pagination and Filtering in ASP.NET Core 8.0 API
Learn how to efficiently implement pagination and filtering in your ASP.NET Core 8.0 API using Entity Framework Core. Enhance performance, scalability, and user experience with server-side data han...
Tahir Ansari
Aug 06, 2024
Use HttpClientFactory Over HttpClient in .NET
Discover the advantages of using HttpClientFactory over directly instantiating HttpClient in .NET Core. HttpClientFactory improves efficiency and resource management by providing a centralized way ...
Priya Chavadiya
Aug 05, 2024
Using New GUID in .NET 9
In this article, we will learn how to generate and use new GUIDs in .NET 9 with this comprehensive guide. Explore the latest features and best practices for working with GUIDs in C#.
Rupenkumar Anjaria
Aug 05, 2024
Learn About .NET 9 LINQ Enhancements
In .NET 9, two new LINQ methods enhance code simplicity and readability: .CountBy and .AggregateBy. .CountBy counts elements by key, simplifying grouping and counting tasks. .AggregateBy streamline...
Jay Krishnareddy
Aug 05, 2024
Integrating Razorpay Payment Gateway with .NET Core
Integrating Razorpay in a .NET Core application involves setting up the Razorpay account, installing necessary packages, and safely handling API keys. By following these steps, you can implement a ...
Nikunj Satasiya
Aug 01, 2024
Exception Handling in ASP.NET Core 8
Learn how to effectively manage exceptions in ASP.NET Core 8 with our comprehensive guide. Discover best practices for error handling, from using middleware and exception filters to implementing gl...
Safyan Yaqoob
Jul 31, 2024
Implementing Dependency Injection In .NET Core Console Applications
Learn how to implement Dependency Injection (DI) in .NET Core Console applications. Start by adding the Microsoft.Extensions.DependencyInjection package, then register services using ServiceCollect...
Sai Kumar Koona
Feb 07, 2020
Create XML in .NET Core API and Send to Stored Procedure Using Dapper
Learn how to create and send XML data to a stored procedure in a .NET Core Web API. This guide covers setting up a .NET Core Web API project, generating XML from data models, using Dapper for datab...
Vijay Yadav
Jul 30, 2024
CQRS Simplified - Explained and Implemented
CQRS (Command Query Responsibility Segregation) in .NET Core separates read and write operations for better scalability and performance. By using distinct models for commands and queries, it simpli...
Ajay Kumar
Jul 30, 2024
No Records Available.
81
-
100
of
1029
<<
3
4
5
6
7
>>
Build Progressive Web Apps
Challenge yourself
.NET Core
E-Book Download
Get Certified
Cognitive Service