DORSETRIGS
Home

minimal-apis (8 post)


posts by category not found!

Using DataAnnotation Model Validation in Minimal Api

Harnessing the Power of Data Annotations for Model Validation in Minimal APIs Minimal APIs in ASP NET Core offer a streamlined approach to building web services

2 min read 04-10-2024 42
Using DataAnnotation Model Validation in Minimal Api
Using DataAnnotation Model Validation in Minimal Api

What is the different between .NET Minimal API and .NET AOT and how does it relate to each other if they are?

Understanding the Difference Between NET Minimal API and NET AOT When exploring the modern landscape of NET development two terms frequently come up NET Minimal

3 min read 30-09-2024 49
What is the different between .NET Minimal API and .NET AOT and how does it relate to each other if they are?
What is the different between .NET Minimal API and .NET AOT and how does it relate to each other if they are?

ASP.NET Core 8 Minimal API throws 404 on deploy in IIS

Troubleshooting ASP NET Core 8 Minimal API Fixing 404 Errors When Deploying to IIS When deploying an ASP NET Core 8 Minimal API to Internet Information Services

2 min read 15-09-2024 75
ASP.NET Core 8 Minimal API throws 404 on deploy in IIS
ASP.NET Core 8 Minimal API throws 404 on deploy in IIS

Status code http 500 in .NET Core Minimal API, EF, SQLite. Works locally but doesn't work on Azure

Understanding HTTP Status Code 500 in NET Core Minimal API with EF and SQ Lite Local vs Azure Deployment Introduction When developing a web application using NE

3 min read 14-09-2024 50
Status code http 500 in .NET Core Minimal API, EF, SQLite. Works locally but doesn't work on Azure
Status code http 500 in .NET Core Minimal API, EF, SQLite. Works locally but doesn't work on Azure

How to fire a function on every request in ASP.NET Core Minimal API

Executing Code on Every Request in ASP NET Core Minimal API ASP NET Core Minimal API offers a streamlined way to build web APIs but sometimes you need to perfor

2 min read 04-09-2024 52
How to fire a function on every request in ASP.NET Core Minimal API
How to fire a function on every request in ASP.NET Core Minimal API

send object with GetFromJsonAsAsyncEnumerable

Sending Objects with Get From Json As Async Enumerable in NET 8 Blazor This article explores a powerful technique for sending objects with GET requests using Ge

2 min read 02-09-2024 54
send object with GetFromJsonAsAsyncEnumerable
send object with GetFromJsonAsAsyncEnumerable

From a minimal ASP.NET Core Web API how do I return a JObject while maintaining the nested elements?

Preserving Nested Structure When Returning J Object in ASP NET Core Web API In ASP NET Core Web API returning a J Object can sometimes lead to the loss of neste

2 min read 30-08-2024 52
From a minimal ASP.NET Core Web API how do I return a JObject while maintaining the nested elements?
From a minimal ASP.NET Core Web API how do I return a JObject while maintaining the nested elements?

AspNetCore Minimal API How Catching Error Binding Parameters?

Mastering Error Handling in ASP NET Core Minimal APIs A Deep Dive into Parameter Binding Minimal APIs in ASP NET Core offer a streamlined approach to building w

2 min read 30-08-2024 56
AspNetCore Minimal API How Catching Error Binding Parameters?
AspNetCore Minimal API How Catching Error Binding Parameters?