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 Minimal API
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jobin S (3)
Ashutosh Singh (2)
Ali Benchaaban (2)
Kirtesh Shah (1)
Devesh Omar (1)
Safyan Yaqoob (1)
Manoj Kalla (1)
Jitendra Mesavaniya (1)
Chethan N (1)
Ajay Kumar (1)
Santosh Karanam (1)
Hamza Asal (1)
Esamaldin Mohammed (1)
Satya Karki (1)
Munesh Sharma (1)
Chittaranjan Swain (1)
Jaydeep Patil (1)
Gourav Jain (1)
Munib Butt (1)
Rebai Hamida (1)
Miguel Teheran (1)
Related resources for Minimal API
No resource found
Introduction To Minimal API using ASP.NET Core 8
11/21/2024 7:52:06 AM.
Minimal API in .NET Core 6.0 simplifies the process of creating HTTP APIs by reducing code verbosity and dependencies. It is ideal for microservices, offering advantages like lightweight routing, impr
Increase UI Performance using Timeout Middleware in .NET Core
11/4/2024 5:26:04 AM.
Timeout Middleware in .NET Core is crucial for handling long-running requests by setting specific time limits for responses. It improves application reliability, manages resources efficiently, enhance
Minimal APIs or Controllers in ASP.NET Core
10/14/2024 5:56:00 AM.
In ASP.NET Core, developers can choose between Minimal APIs and Controllers for building web APIs. Minimal APIs offer a lightweight, streamlined approach with simpler routing, while Controllers follow
Overview of Minimal API
10/1/2024 8:20:11 AM.
Minimal API in ASP.NET Core provides a streamlined approach to building HTTP APIs with minimal configuration. Introduced in .NET 6, it allows for lightweight API development without controllers, makin
Transitioning from Controller to Minimal API in ASP.NET Core
5/22/2024 6:00:18 AM.
The ASP.NET Core framework has evolved significantly over the years, introducing new paradigms to streamline the development process. This article explores the process of transitioning from the tradit
Building CRUD Operations in .NET Core 8 with MongoDB
5/9/2024 4:48:33 AM.
Learn to create CRUD operations in .NET Core 8 Minimal API with MongoDB via Entity Framework Core. Build RESTful endpoints for seamless data interaction, leveraging ASP.NET Core's capabilities for
Email Scheduling with Hangfire in .NET Core Minimal APIs
4/19/2024 11:52:33 AM.
In modern web applications, sending recurring emails is a common requirement for tasks such as notifications, reminders, or scheduled reports. Hangfire is a popular library in the .NET ecosystem that
Sending Recurring Emails Using HangFire in .NET Core Minimal APIs
4/11/2024 10:46:17 AM.
Learn how to automate recurring email tasks using Hangfire in .NET Core Minimal APIs. Hangfire offers multi-threaded, scalable task scheduling, perfect for batch email notifications, database maintena
Simplifying File Uploads with .NET Core 7 Minimal APIs
3/21/2024 8:59:44 AM.
Discover how .NET Core 7's Minimal APIs streamline file upload processes, enhancing development efficiency. Simplify backend tasks with minimalistic yet powerful approaches, optimizing file handli
Rate limiting in Minimal APIs with .NET 8
2/20/2024 4:10:02 AM.
Explore rate limiting in .NET Core to manage incoming traffic, enhance performance, and defend against malicious activities. Test fixed window, concurrency, token bucket, and sliding window limiters i
Parameter Binding in Minimal API in ASP.NET Core
2/6/2024 7:13:16 AM.
When building web applications using ASP.NET Core, developers often need to handle incoming data from HTTP requests. One crucial concept that helps achieve this is called parameter binding. Let's
Create a Minimal API with ASP.NET Core and Entity Framework
1/22/2024 10:57:47 AM.
This article explains the concept of minimal APIs, their advantages, and steps to implement CRUD operations. Explore the flexibility and simplicity of minimal APIs for building efficient HTTP APIs. Th
Middleware in Minimal API with .NET 8
1/20/2024 11:53:50 AM.
Minimal API Middleware in .NET 8, a streamlined approach to handling HTTP requests and responses. Learn about built-in middleware and create custom middleware for request logging, modification, and re
Choosing Between Controllers and Minimal API for .NET APIs
12/21/2023 11:02:57 AM.
Explore the dichotomy of .NET API development with Controllers and Minimal APIs. This guide provides insights and real-world examples, empowering developers to choose between structured versatility an
Minimal Web API With .Net 8
12/18/2023 10:44:45 AM.
In this article, you will learn about RESTFul Minimal Web API with .Net 7 .Net 6
Unveiling the Elegance and Efficiency of Minimal APIs
10/31/2023 7:16:25 AM.
This article provides a clear and concise explanation of Minimal APIs, a programming approach that simplifies the creation of HTTP APIs in ASP.NET Core. The article explains the concept of Minimal API
Building Simple and Organized APIs with Minimal APIs and MapGroup() in .NET 7
8/15/2023 8:23:26 AM.
The article explores Minimal APIs in .NET 7, a lightweight way to build APIs with little overhead. It demonstrates creating an API that responds "Hello World!" to a GET request at the root U
Build Minimal APIs In .NET 7 Using Entity Framework Core 7
5/24/2023 7:10:21 AM.
This article describes how we can build Minimal APIs in .NET 7 using Entity Framework Core 7 with an example and code details.
FluentValidation In Minimal APIs In ASP.NET Core 7.0
3/9/2023 10:22:07 AM.
In this article we are going to learn how to implement FluentValidation to our model classes in ASP.NET core 7 with minimal APIs.
Getting Started With Minimal API In .NET 7
1/11/2023 6:31:10 AM.
In this article, you will learn about Minimal API in .NET 7. Minimal Web APIs are architected to create HTTP APIs with minimal dependencies. They are ideal for microservices and apps that want to incl
Minimal API Using .NET Core 6 Web API
10/22/2022 2:57:02 PM.
We will discuss minimal APIs in .NET Core 6, their purpose, and step-by-step implementation.
Getting Started With Minimal API In .NET Core API
8/9/2022 10:36:51 PM.
In this article, we would talk about the new feature introduced in .NET Core 6.0, i.e., minimal APIs (API without using controllers).
Minimal APIs In .NET 6
5/18/2022 2:15:37 PM.
In this article, you will learn about minimal APIs in .NET 6.
Create A Minimal Web API With ASP.NET Core And Publish It To Azure API Management With Visual Studio
3/16/2022 8:01:25 AM.
We will create a minimal Web API with .NET CLI and in using Visual Studio 2022, after, we will publish it on Azure Web App and API management.
Two Ways To Create Minimal APIs In .NET 6
10/6/2021 12:28:32 PM.
In this article, you will learn about the two ways to create minimal APIs in .NET 6.