Ok next update to StyloBot is crazy, worked on the ASP.NET interaction:

app.MapPost("/api/checkout", () => Results.Ok())
.BlockBots()
.BlockIfSignal(SignalKeys.GeoIsVpn, SignalOperator.Equals, "True");

YUP, that's enterprise grade vpn detection on a minimal api (two lines of config in program.cs). #aspnet #aspnetcore #minimalapi coming soon https://www.stylobot.net

Stylobot - Zero-PII Bot Detection & Analytics

Advanced bot detection using heuristics and analytics with a zero-PII approach. Protect your platform without compromising user privacy.

Stylobot

You might remember that I had a stupid idea some days back about a digital guest book.

I might found some time yesterday to work on something 😁

I do present an early version of the idea, it does use DotNet with an minimal API and a Blazor frontend. As you can see I'm not very good in writing a frontend, but that's fine.

#Dotnet #Developer #Balzor #MinimalApi #Coding #GuestBook #Website

You can finally do validation with minimal APIs #dotnet #minimalapi #aspnet

https://youtu.be/U9vOng47a4Y?si=w4NdHHa-rGdCHLF1

Minimal APIs are FINALLY production-ready

YouTube

Fluent Validation + MediatR + IResult = ❤

Якщо ви розробляєте додатки з використанням .NET та MediatR, ця стаття для вас. Я розповідаю, чому традиційний підхід з викиданням винятків має суттєві недоліки, особливо в високонавантажених системах, та пропоную альтернативу з використанням IResult.

https://taraskovalenko.github.io/posts/fluent-validation-with-mediatr/

#dotnet #aspnetcore #csharp #fluentvalidation #mediatr #softwarearchitecture #development #programming #minimalapi

Fluent Validation + MediatR з використанням IResult - ефективний підхід

У сучасних .NET додатках поєднання FluentValidation та MediatR стало популярним підходом для реалізації валідації запитів. Традиційно, коли валідація не проходить, ми викидаємо виняток ValidationException. Однак, у багатьох випадках це не найефективніший підхід. У цій статті ми розглянемо альтернативний метод з використанням IResult, який покращує продуктивність та зменшує використання пам’яті.

Taras Kovalenko

Continue the tutorial about APIs with Entity Framework Core and in particular how to implemente the #PUT to update a record with dependencies. #efcore #minimalapi #csharp

http://puresourcecode.com/dotnet/net7/apis-with-entity-framework-core-put/

APIs with Entity Framework Core: PUT

Continue the tutorial about APIs with Entity Framework Core and in particular how to implemente the PUT to update a record with dependencies.

PureSourceCode
a Cesare quel che è di Cesare, finalmente
una risposta utile di #ClaudeAI :
#programming #minimalAPI #JSon

How to Create a Minimal API in .NET Core – A Step by Step Handbook.

https://buff.ly/3ZDPO4j
#dotnet #aspnetcore #webapis #minimalapi #csharp #webdev #apis #freecodecamp

How to Create a Minimal API in .NET Core – A Step By Step Handbook

Minimal APIs are an exciting feature introduced in .NET 6, designed to revolutionize how you create APIs. Imagine building robust APIs with minimal code and zero boilerplate—no more wrestling with controllers, routing, or middleware. That’s what mini...

freeCodeCamp.org
Returning HTTP 204 (No Content) from .NET Minimal API

 I recently converted some ASP.NET web api projects from using controllers to using minimal apis. And I ran into a weirdness. If you re...

ASP.NET Core Minimal API を本番でも大規模でも使えるように構成する - Qiita

はじめにASP.NET Core .NET 6.0 で Minimal API がリリースされ、2年が経過しました。Minimal API はMVCスタイルの構造ではなく、PythonやNode.…

Qiita
Minimal APIs Nuget Packages

I've been looking at my Nuget packages and they're kinda a mess. Not justthe packages, but the naming and branding.

Shawn Wildermuth's Rants and Raves