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
About ASP.Net Core
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (34)
Ajay Kumar (11)
Jefferson S. Motta (4)
Keyur (4)
Ziggy Rafiq (4)
Simran Verma (3)
George (3)
Gowtham K (2)
Satya Karki (2)
Muzaffar Ur Rahman (2)
Sarathlal Saseendran (2)
Yogi S (2)
Mohammad Tahir Ansari (2)
Mohammad Rabie (2)
Sumit Kharche (1)
Jignesh Trivedi (1)
sunil pithiya (1)
Aryan Kumar (1)
John Kocer (1)
Ashutosh Singh (1)
Rajan Mishra (1)
Farhan Ahmed (1)
Vithal Wadje (1)
Kirtesh Shah (1)
Bhavesh Raval (1)
Sriram Kumar Mannava (1)
Anupam Maiti (1)
Rathrola Prem Kumar (1)
Yogeshkumar Hadiya (1)
Vikas Srivastava (1)
Amit Mohanty (1)
Rajiv Singh (1)
Gurpreet Arora (1)
Rahul Singh (1)
Harishraj Biruduraju (1)
Ali Ahmed (1)
Ramawatar Bhakar (1)
Related resources for ASP.Net Core
No resource found
Understanding Onion Architecture in ASP.NET Core 8.0
12/4/2023 4:06:38 AM.
In this article, we will learn how to implement Onion Architecture principles, emphasizing layered structure for ASP.NET Core.
Microsoft Entra ID Integration with .NET 8 ASP.NET Core Application
11/27/2023 9:10:20 AM.
From this blog, you will learn how to integrate Microsoft Entra ID Integration with .NET 8 ASP.NET Core Web application. The streamlined integration of Microsoft Entra ID with an ASP.NET Core applicat
Publishing ASP.NET Core 8 on IIS
11/27/2023 6:31:25 AM.
Learn how to publish ASP.NET Core 8 on IIS. Learn the nuances of publishing ASP.NET Core 8 applications on Internet Information Services (IIS). Understand the importance of configuring code to suppor
Managing Licenses with Telerik
11/27/2023 4:34:06 AM.
Learn how Telerik licenses work and how to manage. Learn about how Telerik licenses function, the role of license holders, and the process of managing and transferring licenses. Discover solutions for
API Versioning in ASP.NET Core
11/22/2023 9:23:22 AM.
In this article, you will learn some different ways to version ASP.NET Core Web API.
Implementing The Saga Pattern with Rebus and RabbitMQ
11/22/2023 8:44:22 AM.
Delve into the Saga pattern for consistent operations in distributed systems. This article guides you through implementing the Saga pattern with Rebus and RabbitMQ, managing transactions, and ensuring
Working With Filters In ASP.NET Core MVC
11/22/2023 7:22:48 AM.
Filters allow us to run custom code before or after executing the action method. It provides ways to do common repetitive tasks on our action method. The filters are invoked in certain stages in the r
New Features of .NET 8
11/20/2023 4:13:43 PM.
This article explains the release of .NET 8, it's new features and enhancement in the .NET ecosystem.
Middleware in ASP.NET Core and How to Create Your Own?
11/20/2023 11:53:51 AM.
ASP.NET Core is a robust framework for building scalable web applications, and its middleware plays a vital role in handling HTTP requests and responses. Middleware components are key elements in the
How To Create ASP.NET Core MVC Application?
11/20/2023 6:08:51 AM.
An ASP.NET Core MVC (Model-View-Controller) application is a type of web application framework developed by Microsoft. It is designed for building modern, dynamic web applications. Here's what eac
CRUD Operations In ASP.NET Core MVC (.NET 5.0)
11/18/2023 10:01:42 AM.
CRUD Operations in ASP.NET Core MVC 5.0 with Entity Framework Core 5.0.
Creating Consistent ASP.NET Core Web API Responses with AutoMapper and DTOs
11/17/2023 5:40:18 AM.
Developing a robust ASP.NET Core Web API hinges on the subtle yet pivotal details of response structuring. Leveraging AutoMapper in tandem with well-designed Data Transfer Objects (DTOs) not only ensu
How To Use Postman With ASP.NET Core Web API Testing
11/17/2023 5:38:27 AM.
If you are developer, tester, or a manager, sometimes understanding the various methods of API can be a challenge when building and consuming the application.
Identity API Endpoints based Authentication and Authorization in .NET 8
11/15/2023 12:10:49 PM.
The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ASP
Basic Authentication with ASP.Net Core Web API Using MySQL Server
11/15/2023 6:06:58 AM.
This article provides a comprehensive guide for implementing Basic HTTP authentication in a .NET 3.1 API with C#. The step-by-step instructions, code snippets, and explanations seem well-organized.
ASP.NET Core Web API Development with Template Method Pattern and 3-Tier Architecture
11/13/2023 3:22:35 PM.
This design pattern allows for a structured, modular, and easily maintainable architecture by separating concerns into distinct layers and leveraging the Template Method Pattern to provide a common st
API Development Using Strategy Design Pattern with 3-Tier Architecture
11/13/2023 6:36:52 AM.
In today's fast-paced software development landscape, creating well-structured and maintainable applications is crucial. One popular design pattern that can greatly enhance the organization and fl
How to Upload Files into Azure Blob Storage with ASP.NET Core Web API
11/10/2023 4:13:24 PM.
The article explains how to add files to Azure Blob Storage using ASP.NET Core Web API. It guides through the process, teaching step-by-step methods for uploading various files into Azure Blob Storage
Implementing State Design Pattern in ASP.NET Core Web API with 3-Tier Architecture
11/10/2023 5:17:55 AM.
In this ASP.NET Core Web API project utilizing a 3-Tier Architecture with the State Design Pattern, we've created a News management system that encapsulates the state of news items, allowing for a
Spelling Checker API In ASP.NET Core
11/7/2023 6:05:38 AM.
This article contains a sample application for spell checking
ASP.NET Core Web API Development with Observer Design Pattern
11/1/2023 7:55:20 AM.
This project represents a robust ASP.NET Core Web API application that manages tickets using a 3-tier architecture. The system provides full CRUD (Create, Read, Update, Delete) functionality for ticke
FileResult In ASP.NET Core MVC
10/30/2023 10:39:17 AM.
This article overview FileResult in ASP.Net Core MVC. The FileResult actions used to read and write files. FileResult is the parent of all file related action results.
Creating QR Code In ASP.NET Core
10/30/2023 9:05:20 AM.
In this article we will learn how to create the QR Code in ASP.NET Core
ASP.NET Core 5.0 Web API
10/25/2023 9:09:59 AM.
In this article, you will learn how to create Asp.Net Core 5.0 Web Api.
Output Caching in ASP.NET Core
10/25/2023 6:29:05 AM.
Learn the benefits of output caching, a powerful web optimization technique. Understand its types, including client-side, proxy, and server-side caching, and explore its implementation in ASP.NET Core
ASP.NET Core MVC CRUD Application with Dapper
10/24/2023 10:40:36 AM.
Learn how to build a robust CRUD application in ASP.NET MVC with Dapper, a lightweight and efficient ORM library.
ASP.NET DevOps Starter Project Setup
10/23/2023 10:14:08 AM.
Setting up a sample ASP.NET project using DevOps Starter Project. Learn how to kickstart an ASP.NET project with DevOps Starter in Azure. Sign in, create a DevOps Starter project, configure settings,
Unit Testing with xUnit
10/21/2023 4:36:38 PM.
In this article, we will learn how to implement and configure the xUnit in our ASP.NET Core project.
How to Implement Continuous Querying with NCache?
10/20/2023 1:06:48 PM.
In this detailed article, let us discuss how we can implement continuous querying with NCache.
ASP.NET Core Web API Development with Memento Pattern
10/20/2023 6:25:36 AM.
The Mediator Pattern is a behavioral design pattern that promotes loose coupling among objects by centralizing their communication through a mediator object. In this pattern, multiple objects interact
ASP.NET Core In-Memory Caching Exploration
10/20/2023 5:32:06 AM.
Caching in web applications, like ASP.NET Core, enhances performance by storing frequently accessed data in memory. This article explains its benefits, types, and practical usage for database data.
Data Validation in ASP.NET Core with FluentValidation
10/19/2023 12:49:09 PM.
FluentValidation in ASP.NET Core Data Validation is a title that encapsulates the concept of using the FluentValidation library within the ASP.NET Core framework for effective data validation. In this
ASP.NET Core Web API with 3-Tier Architecture and Iterator Pattern
10/19/2023 6:27:35 AM.
The Iterator Pattern is a behavioral design pattern that provides a way to access elements of a collection sequentially without exposing its underlying representation. It defines an interface for acce
JWT Authentication And Authorization In .NET 6.0 With Identity Framework
10/19/2023 5:14:08 AM.
In this post, we will be discussing the JWT authentication and authorization using Identity framework in .NET 6.0
RestSharp vs Refit Library
10/18/2023 7:26:12 AM.
RestSharp vs Refit Library: A Comparison for Calling REST API Endpoints in C# and ASP.NET Core. In this article, we delve into RestSharp and Refit, two C# libraries streamlining RESTful API consumptio
Interpreter Pattern in ASP.NET Core Web API with Clean Architecture
10/18/2023 6:41:01 AM.
Explore the application of the Interpreter Design Pattern in an ASP.NET Core Web API, following Clean Architecture principles. This article delves into building a robust CarCompany CRUD system, emphas
Clean Architecture and Command Pattern in ASP.NET Core API Implementation
10/16/2023 8:25:42 AM.
Explore a clean and efficient approach to building a robust ASP.NET Core Web API for a Car Company, using Clean Architecture and the Command Pattern. Simplify CRUD operations with a structured and mai
Understanding Middleware In ASP.NET Core
10/16/2023 7:21:21 AM.
In this article, you will learn about Middleware in ASP.NET Core.
Simplified ASP.NET Core Web API with Clean Architecture and Chain of Responsibility
10/16/2023 7:11:21 AM.
In the ever-evolving landscape of web development, creating a robust and maintainable API is crucial. ASP.NET Core, with its versatility and performance, provides an excellent foundation for building
Boosting Code Quality with Effective Logging in C#
10/16/2023 6:31:56 AM.
Logging, an essential component in software development, aids in issue identification, resolution, and application monitoring. This article explores C# logging methodologies, including Microsoft.Exten
API Development using Clean architecture and facade design pattern in Asp.Net Core Web API
10/16/2023 4:56:31 AM.
Implementing a complete solution with all the details you've requested involves a significant amount of code, and it might not be feasible to provide an exhaustive example here. However, I can giv
Using API Key Authentication To Secure ASP.NET Core Web API
10/13/2023 8:46:44 AM.
In this article, you will learn how to secure ASP.NET Core Web API using API Key authentication.
Action Filters in ASP.NET Core
10/13/2023 8:10:05 AM.
This article provides a comprehensive overview of Action Filters in ASP.NET Core, exploring their types.
How does ASP.NET Core Process a Request?
10/13/2023 8:05:51 AM.
ASP.NET Core, a versatile web framework, leverages a modular architecture to process requests through a series of middleware components, enabling customizable handling of HTTP requests and responses.
Clean Architecture ASP.NET Core Web API Proxy
10/13/2023 5:47:09 AM.
In the realm of modern web development, constructing a robust and scalable solution is paramount. This journey often involves harmonizing architectural principles and design patterns to enhance mainta
Upload Single Or Multiple Files In ASP.NET Core Using IFormFile
10/12/2023 4:53:48 AM.
In this article, we are going to see how to upload files in asp.net core web application and store in root directory of application. We are going to use IFormFile to upload files and also see how to p
Model Binding in ASP.NET Core
10/11/2023 8:34:10 AM.
Model Binding in ASP.NET Core for Simplifying Data Interaction
Efficient ASP.NET Core Web API Development with Clean Architecture, Flyweight Pattern
10/11/2023 6:35:10 AM.
the implementation of the CarCompany CRUD operations within an ASP.NET Core Web API, following the Clean Architecture principles, has been successfully structured. The separation of concerns into laye
jQuery PJAX Implementation In ASP.NET Core
10/11/2023 4:57:25 AM.
You can make an entire website work asynchronously using PJAX plugin of jQuery. I will show you how to implement it in ASP.NET Core.
How to Build APIs using ASP.NET Core, a clean architectural approach, and the decorator design pattern
10/10/2023 6:32:14 AM.
Implementing the Decorator Pattern in an ASP.NET Core Web API with Clean Architecture involves structuring your application into layers and using decorators to add functionality to specific methods or
How To Use Sessions In ASP.NET Core
10/9/2023 11:59:39 AM.
In this article, we will learn the very simple way to use Sessions state in ASP.NET Core applications.
Decoding Clean Architecture Implementing the Bridge Pattern and API Operations in ASP.NET Core Web API
10/9/2023 8:45:27 AM.
By adhering to Clean Architecture principles, the codebase promotes a clear separation of concerns, ensuring that business logic is isolated from implementation details. This not only enhances code ma
ASP.NET Core Web API Development with Onion Architecture using Prototype Design Pattern
10/9/2023 8:44:38 AM.
ASP.NET Core Web API using the Onion Architecture and Prototype Design Pattern. Note that this example is simplified for demonstration purposes, and in a real-world scenario, you might want to add mor
Building Scalable ASP.NET Core Web API with Onion Architecture and Abstract Factory Design Pattern
10/6/2023 9:41:41 AM.
This implementation serves as a foundation for building robust, modular, and scalable ASP.NET Core Web APIs. As the project evolves, additional features, security measures, and optimizations can be in
ASP.NET CORE - Learn CRUD Operations In Entity Framework Core From Zero To Hero [Updated .NET 7.0]
10/5/2023 4:50:34 AM.
This CRUD operations tutorial will help beginners learn to build database-driven applications in ASP.NET CORE and Entity Framework Core quickly. Here, the following things are used - ASP.NET CORE, EF
CRUD Operations in ASP.NET Core with 3-Tier Harmony and Command Builder Design Pattern
10/4/2023 9:21:02 AM.
Command Builder Design Pattern in an ASP.NET Core Web API using a Three-Tier Architecture for CRUD operations. For the sake of this example, let's assume you have a model named CSharpCornerArticle
AddTransient and AddScoped for Repository Registration in ASP.NET Core
10/4/2023 9:12:28 AM.
This comprehensive guide aims to elucidate the differences between AddTransient and AddScoped to help developers make informed decisions when registering repositories in ASP.NET Core applications.
Building a Robust ASP.NET Core Web API with Singleton Design Pattern and Three-Tier Architecture
10/4/2023 4:38:38 AM.
This example provides a basic structure for a Three-Tier Architecture in an ASP.NET Core Web API, implementing a Singleton Design Pattern for the Data Access Layer. Remember to adjust the code based o
Building a Microservices API Gateway with YARP in ASP.NET Core Web API
10/3/2023 6:29:13 AM.
Building a microservices API Gateway with YARP in ASP.NET Core Web API provides a flexible and scalable solution for managing and routing traffic in a microservices architecture. By incorporating feat
How to Create and Manage Branches for GitHub repository using Visual Studio and GitHub
10/3/2023 6:15:09 AM.
There are different ways to create and manage the branches for your version control and code management for GitHub. This article explains two different ways to create branches: using GitHub website an
Compress and Reduce File Size of Images in ASP.NET Core
10/1/2023 2:10:01 PM.
Compress and Reduce File Size of Images in ASP.NET Core
Enhancing ASP.NET Core Web API Responses with Consistent and Predictable Wrapper Classes
9/27/2023 11:32:34 AM.
In ASP.NET Core Web API, you can use wrapper classes to standardize the format of your API responses. A wrapper class typically contains a status code, a message, and the actual data payload. This hel
ASP.NET Core Web API For CRUD Operations With Cosmos DB
9/26/2023 11:43:06 AM.
Creating a complete ASP.NET Core Web API for CRUD operations with a Cosmos Database is a multi-step process. In this tutorial, we'll create a sample application called "CSharpCornerArticles&q
Building a Robust ASP.NET Core Web API with PostgreSQL
9/26/2023 11:41:31 AM.
Creating a CRUD (Create, Read, Update, Delete) operation with a PostgreSQL database in an ASP.NET Core Web API is a common task in web development. In this article, we'll walk through the steps to
Detecting Cycles in Undirected Graphs
9/25/2023 8:58:41 AM.
This C# class, Detect_cycle_in_an_undirected_graph, identifies cycles in undirected graphs using Depth-First Search (DFS). It represents the graph and checks for cycles efficiently. Time complexity: O
ASP.NET Core Web API for CRUD Operations with MySQL
9/25/2023 8:20:01 AM.
Creating a CRUD (Create, Read, Update, Delete) API in ASP.NET Core with a MySQL database is a common scenario in web development. In this article, we'll walk through building a complete ASP.NET Co
Create ASP.NET Core CRUD API with MongoDB
9/25/2023 8:14:45 AM.
In this article, we've built a complete CRUD API using ASP.NET Core and MongoDB. You've learned how to define a model, set up a MongoDB database, create a MongoDB context, and implement CRUD o
Proxy Pattern in C#
9/22/2023 8:32:53 AM.
Learn about the Proxy Pattern in C#, a powerful structural design pattern. Explore its purpose, implementation, and real-world applications, enhancing software efficiency, maintainability, and scalabi
Task Management API with GraphQL in ASP.NET Core
9/22/2023 8:16:12 AM.
Creating a complete CRUD (Create, Read, Update, Delete) operation using GraphQL in an ASP.NET Core Web API can be quite extensive, so I'll provide you with a simplified example using a "Task
Authentication And Authorization In ASP.NET Core Web API With JSON Web Tokens
9/22/2023 7:21:46 AM.
In this post, we will see how to create JWT authentication in ASP.NET Core Web API application. We will store the user credentials in SQL server database. We will use Entity framework code first appro
NoSQL Databases for ASP.NET Core Web APIs
9/22/2023 6:12:13 AM.
Microsoft Power BI empowers developers to craft highly customizable visuals using Vega and Vega-Lite's declarative JSON syntax. Create custom visuals in Power BI with our step-by-step guide, inclu
Creating CRUD API with Dapper in ASP.NET Core
9/22/2023 5:54:25 AM.
In this example, I'll demonstrate how to perform CRUD (Create, Read, Update, Delete) operations using Dapper in an ASP.NET Core Web API with a real-world use case model named CSharpCornerArticle.
How to Avoid Bots on Private Applications
9/21/2023 8:35:10 AM.
How to use userAgent to avoid bots in .NET Core applications. Implementing a middleware layer that filters incoming HTTP requests for known bot "User-Agent" strings is a practical way to mit
Implementing a Custom Telerik RadTextBox Control in a WinForms Application
9/21/2023 8:07:11 AM.
Learn how to create a custom Telerik RadTextBox control for WinForms applications. This code example, compatible with .NET 5/6/7/8, adds convenient IsEmpty and IsNotEmpty properties, enhancing text bo
Simplify API Data Handling with ASP.NET Core Model Binding
9/21/2023 5:50:47 AM.
In this article, we explore the versatile world of model binding in ASP.NET Core REST APIs. Model binding is a critical feature that simplifies data handling by automatically mapping HTTP request data
CodeBehind Library in ASP.NET Core
9/20/2023 9:57:20 AM.
CodeBehind framework is a system development model based on the MVC pattern. CodeBehind brings aspx files back to ASP.NET Core and inherits the benefits of ASP.NET Core. Projects built under CodeBehin
Comapring .NET Standard vs .NET 6 vs .NET 6-Windows
9/20/2023 6:51:56 AM.
In this article, we delve into the ever-evolving .NET ecosystem, offering developers a wealth of options for crafting exceptional applications. Amid this diversity, it's easy to become overwhelmed
Data Annotation Validation in .NET Core
9/20/2023 6:36:25 AM.
This article explains how to create custom validation attributes in .NET, even though .NET provides built-in validation attributes. Custom validation attributes are useful when built-in attributes are
ASP.NET Core Migration
9/20/2023 4:55:10 AM.
Article about how a very large system based on .NET Standard version 4.5 migrated to .NET Core version 7 in just 2 weeks.
Security ASP.net Core MVC (C#) Encryption and Decryption
9/20/2023 4:14:05 AM.
On the topic of "Security in ASP.NET Core MVC (C#): Encryption and Decryption," Ziggy Rafiq has written an insightful article. As Ziggy explores encryption and decryption techniques, he offe
Swagger API Filtering in ASP.NET Core
9/19/2023 6:43:06 AM.
Discover how to selectively expose APIs in Swagger for ASP.NET Core applications. Learn to control API visibility for improved documentation and security using the [ApiExplorerSettings] attribute.
ASP.NET (1) - ASP and ASP.NET
9/19/2023 4:16:38 AM.
This article will discuss about ASP.NET and his history.
ASP.NET (3) - User/Custom Controls
9/19/2023 4:16:20 AM.
This series delves into ASP.NET, offering valuable insights into ASP and ASP.NET, controls, custom controls, and their utility in modern programming with Angular, React, and similar languages.
ASP.NET (2) - ASP.NET Controls
9/19/2023 4:15:48 AM.
This series of articles on ASP.NET, originally from legacy OneNote notes, covers fundamental concepts. It offers valuable insights into current programming involving similar technologies like Angular
Microservices and Multi-Tenancy in ASP.NET Core
9/18/2023 9:09:45 AM.
Explore the world of microservices in software development with ASP.NET Core. Learn how to decompose applications into independently deployable services, configure API endpoints, and implement multi-t
Routing in ASP.NET Core
9/18/2023 6:04:20 AM.
In this article, we delve into ASP.NET Core routing, a fundamental component of web applications. Routing determines how incoming requests are matched to specific actions and controllers, playing a pi
15 Effective Methods for Enhancing Performance in Our ASP.NET Core Application
9/18/2023 4:39:38 AM.
15 Effective Methods for Enhancing Performance in Our ASP.NET Core Application.
Exploring the Art of Middleware Creation in .NET Core
9/17/2023 6:34:32 AM.
This comprehensive article delves into the various methods of creating middleware in .NET Core, offering real-world examples to illustrate each approach. From inline middleware to class-based solution
Mastering CRUD Operations in ASP.NET Core 6
9/16/2023 11:54:55 AM.
CRUD represents the essential operations of creating, reading, updating, and deleting data. It represents the basic functions for managing data in most database systems.
Azure Function Data Migration with ASP.NET Core Web API
9/15/2023 7:36:25 AM.
Creating an Azure Function for data migration from one database to another using an ASP.NET Core Web API involves several steps. In this example, I'll provide a high-level overview and code snippe
Advanced Sorting and Searching in ASP.NET Core Web API
9/15/2023 6:48:58 AM.
Sorting and searching are essential functionalities in many ASP.NET Core Web API applications. To implement advanced sorting and searching in your API, you can follow these steps:
A Clean Architecture for Building Web Applications with ASP.NET Core MVC C#
9/14/2023 8:09:31 PM.
ASP.NET Core MVC is a robust framework for constructing web applications, and when combined with the Clean Architecture pattern, it can result in manageable and expandable solutions. In this piece, we
Scalable Event-Driven APIs with Azure Event Grid and Service Bus in ASP.NET Core
9/13/2023 10:37:28 AM.
In this comprehensive example, we covered all the essential components required for building an event-driven API using Azure Event Grid and Azure Service Bus. Keep in mind that the specific implementa
How to Write Secure Code in C#?
9/13/2023 10:24:13 AM.
Secure coding in C# is essential for safeguarding sensitive information and preventing security breaches. Follow these best practices to enhance your application's security. Protecting Your C# App
Creating Resilient Web Applications using ASP.NET Core and Domain-Driven Design (DDD)
9/13/2023 6:27:10 AM.
Building Robust Web Applications with ASP.NET Core MVC and Domain-Driven Design (DDD)
Containerize ASP.NET Core API with Docker for Azure Kubernetes
9/12/2023 10:24:06 AM.
Containerizing an ASP.NET Core API with Docker and managing containers using Azure Kubernetes Service (AKS) involves several steps. Below, I'll provide a step-by-step guide to help you achieve thi
Azure Functions Proxies: URL Rewriting and API Composition
9/12/2023 10:20:21 AM.
Azure Functions Proxies are a powerful feature that allows you to define proxies to control the behavior of HTTP requests and responses to and from your Azure Functions. You can use them for URL rewri
Implement GraphQL endpoints using libraries like Hot Chocolate with ASP.NET Core
9/12/2023 7:14:05 AM.
Creating GraphQL endpoints in an ASP.NET Core web API using Hot Chocolate involves several steps. In this example, we'll create a simple GraphQL API that manages a list of books. We'll use Hot
Creating a File Zip Functionality in ASP.NET Core Web API
9/12/2023 7:06:29 AM.
Creating a file zip functionality in an ASP.NET Core Web API involves several steps. In this article, we will go through each step, including setting up the project, creating the API endpoint, and gen
Simplifying Code with Pattern Matching in C#
9/11/2023 5:08:52 AM.
Discover how pattern matching in C# can simplify your code, improve readability, and enhance your development workflow. This comprehensive guide explores various pattern types, including type, constan