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
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)
Ali Benchaaban (3)
Ashutosh Singh (2)
Ajay Kumar (2)
Kirtesh Shah (1)
Devesh Omar (1)
Safyan Yaqoob (1)
Tural Suleymani (1)
Manoj Kalla (1)
Jitendra Mesavaniya (1)
Chethan N (1)
Santosh Karanam (1)
Hamza Asal (1)
Esamaldin Mohammed (1)
Satya Karki (1)
Munesh Sharma (1)
Chittaranjan Swain (1)
Ramasagar Pulidindi (1)
Pankaj Kumar Choudhary (1)
Jaydeep Patil (1)
Gourav Jain (1)
Munib Butt (1)
Rebai Hamida (1)
Furqan Zafar (1)
Miguel Teheran (1)
Jean Paul (1)
Sagar Pardeshi (1)
Gowtham Rajamanickam (1)
Lakshmanan Sethu Sankaranarayan (1)
Benjamin Wootton (1)
Vineet Kumar Saini (1)
Related resources for minimal
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
Real-World Expression Trees: Dynamic Filtering in C# with Minimal API
10/6/2024 7:51:48 AM.
This article explores the practical use of expression trees in C# by building an ASP.NET Core web API with dynamic filtering functionality. It demonstrates how to construct flexible queries using expr
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
Minimal API in .NET 8: A Simplfied Approach to Build Web APIs
1/17/2024 9:20:50 AM.
Experience the simplicity of ASP.NET Core with Minimal APIs in .NET 6. Explore advantages like conciseness, ease of use, and quick startup time, and delve into sample code and use cases.
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.
Building a Minimalistic Blog with MiniBlog and ASP.NET 6.0
5/23/2023 11:18:10 AM.
Minimalistic Blog with MiniBlog and ASP.NET 6.0
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
MVC Controllers Can Automatically Infer [FromServices] In .Net 7
12/27/2022 9:12:44 AM.
In.Net 7, MVC Controllers can automatically infer [FromServices].
Types of Keys in Database
12/22/2022 8:49:59 AM.
There are ten different types of keys in DBMS. In this article you will learn about different types of keys in database.
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.
Simple ASP.NET Core Minimal API
2/1/2022 4:34:58 AM.
In this article, you will learn how to create a simple Asp .Net Core Minimal Web Api.
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.
Minimal Download Strategy of SharePoint 2013
7/18/2015 3:39:13 PM.
This article explains the Minimal Download Strategy of SharePoint 2013.
How to Solve Rest API Not Working Issue After Saving Page in SharePoint
4/14/2015 5:14:44 PM.
In this article you will learn how to solve the Rest API not working issue after saving a page in SharePoint 2013.
Minimal Download Strategy (MDS) in SharePoint 2013
3/6/2015 6:14:01 PM.
Here I will explain the Minimal Download Strategy, it will helps SharePoint sites to improve Page Load.
Minimal Download Strategy in SharePoint 2013
2/13/2014 6:12:41 PM.
In this article you will learn about Minimal Download Strategy in SharePoint 2013.
Code Access Security
5/20/2012 12:57:20 AM.
Code Access Security represents a fundamentally different way of controlling access rights to protected resources. Traditionally, permissions such as access to the file system, databases or network were allocated based on characteristics of the user. All processes executed by the user would assume an equivalent set of permissions.
Minimal Shell Extension in Visual Studio LightSwitch 2011
2/7/2012 3:37:45 PM.
In this article you will see, how to use a minimal shell extension and how to attach a logo in your LightSwitch application.