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 APIs
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Safyan Yaqoob (1)
Ashutosh Singh (1)
Jobin S (1)
Hamza Asal (1)
Esamaldin Mohammed (1)
Munesh Sharma (1)
Gourav Jain (1)
Munib Butt (1)
Related resources for Minimal APIs
No resource found
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
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
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
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
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 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.