Home New Trending Search
About Privacy Terms
#
#MinimalAPI
Posts tagged #MinimalAPI on Bluesky
Preview
【.NET 10】FastAPIユーザーが Minimal API を試してみた〜本当に代替になるのか検証 - Qiita 【.NET 10】FastAPIユーザーが Minimal API を試してみた〜本当に代替になるのか検証 はじめに 普段は Python の FastAPI でAPIサーバーを書いているのですが、 「.NET 10 の Minimal API がかなり進化しているらし...

実際、next.jsとfastapi使ってみた感想としては、fastapiの方が簡潔に書けたから、これも良いかもね。
qiita.com/syaryn/items...
#programming #dev #web #backend #dotnet #CSharp #MinimalAPI

0 0 0 0
Live Coding: integriamo l'autenticazione di Auth0
Live Coding: integriamo l'autenticazione di Auth0 YouTube video by Marco Minerva

La registrazione del Live Coding "Integriamo l'autenticazione di Auth0" è disponibile online youtube.com/watch?v=uTGC... #dotnet #auth0 #minimalapi

0 0 0 0
Preview
How to Implement Redis Cache in .NET using Minimal APIs and C# - Ottorino Bruni Learn how to implement Redis caching in a .NET Minimal API using C#. This guide walks you through setting up Redis locally with Docker, transitioning from in-memory to distributed caching, and scaling...

⚡ Redis Cache in .NET Minimal APIs Distributed caching → shared across instances, consistent, scalable. Fast setup with StackExchange.Redis, perfect for high-load APIs. #dotnet #redis #minimalapi #csharp #caching www.ottorinobruni.com/how-to-imple...

0 0 0 0
Just a moment...

Dive into the insights on .NET Minimal APIs! Contrary to their name, they're not just smaller web APIs but a simplified approach to creating web applications. Explore their potential to enhance your projects. #DotNet #MinimalAPI

0 0 0 0
Preview
Update "What's new in ASP.NET Core in .NET 11" for .NET 11 Preview 1 · Issue #36655 · dotnet/AspNetCore.Docs Description Update "What's new in ASP.NET Core in .NET 11" for .NET 11 Preview 1 Page URL https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-11?view=aspnetcore-10.0 Content sour...

Let' start with the contribution to .NET 11 github.com/dotnet/AspNe... #dotnet #aspnetcore #minimalapi

0 0 0 0
Just a moment...

Explore the power of .NET Minimal APIs! 🚀 Replacing complex controller code with just a few lines streamlines development and enhances performance. Perfect for microservices and lightweight applications. #DotNet #MinimalAPI

0 0 0 0
Preview
.NET Saturday 2026 Pordenone .NET Saturday 2025 - .NET 9 arriva a Pordenone!

E si parte! Ci vediamo domani a Pordenone per il .NET Saturday 2026! Venite a scoprire tutte le novità di . NET 10... E non solo 😉 dotnetsat2026pn.1nn0va.it #dotnet #aspnetcore #minimalapi #efcore #maui

0 0 0 0
Preview
How to Use Response Caching for Faster Results in ASP.NET Core Minimal API - Ottorino Bruni Learn to implement Response Caching in ASP.NET Core Minimal APIs with this step-by-step guide. Explore best practices, usage examples, and how caching enhances API performance and scalability

⚡ Response Caching in ASP.NET Core Minimal API Serve cached responses instantly → faster results, less server load, better user experience #dotnet #aspnetcore #responsecaching #minimalapi #performance www.ottorinobruni.com/how-to-use-r...

0 0 0 0
Post image

are u kidding me in #visualstudio there is another half of very interesting windows hidden in plain sight D:
(was looking for Endpoints explorer while making #MinimalAPI)

0 0 0 0
Preview
Using CancellationTokens in .NET Minimal APIs: Boost Performance and Responsiveness - Ottorino Bruni Learn how to use CancellationTokens in .NET Minimal APIs to boost performance and responsiveness. Discover how to handle long-running tasks efficiently, optimize resources, and improve API responsiven...

⚡ Boost .NET Minimal APIs with CancellationTokens! 🚀 Gracefully cancel long-running tasks to save resources & keep apps responsive. #dotnet #minimalapi #cancellationtokens #performance www.ottorinobruni.com/using-cancel...

1 0 0 0
Live Coding: le novità di ASP.NET Core 10
Live Coding: le novità di ASP.NET Core 10 Continuiamo l'analisi delle novità di .NET 10: oggi ci occuperemo di ASP.NET Core.

La registrazione del Live Coding "Le novità di ASP.NET Core 10" è disponibile online www.youtube.com/watch?v=Zvp_... #dotnet #aspnetcore #minimalapi

0 0 0 0
Preview
How to Implement JWT Authentication in ASP.NET Core Minimal API - Ottorino Bruni Discover how to secure your ASP.NET Core APIs using JSON Web Tokens (JWT). Learn about JWT structure, authentication, authorization, and best practices for modern API security with practical implement...

🔒 Secure Your ASP.NET Core Minimal API with JWT Authentication! 🚀 Token-based auth for modern APIs easy setup, stateless & scalable. #dotnet #aspnetcore #jwt #minimalapi #security www.ottorinobruni.com/how-to-imple...

1 0 0 0
Preview
Enterprise Patterns for ASP.NET Core Minimal API: Domain Model Pattern – When Your Core Rules Deserve Their Own Gravity - Chris Woody Woodruff | Fractional Architect Look at a typical enterprise ASP.NET Core application, and you often see the same pattern: Controllers validating requests, calculating totals, and applying discounts EF Core entities that are little ...

Enterprise Patterns for #ASPNETCore #MinimalAPI: Domain Model Pattern – When Your Core Rules Deserve Their Own Gravity

www.woodruff.dev/enterprise-p... by Chris Woodruff

0 0 0 0
Preview
Using CancellationTokens in .NET Minimal APIs: Boost Performance and Responsiveness - Ottorino Bruni Learn how to use CancellationTokens in .NET Minimal APIs to boost performance and responsiveness. Discover how to handle long-running tasks efficiently, optimize resources, and improve API responsiven...

⚡ Boost .NET Minimal APIs with CancellationTokens! 🚀 Gracefully cancel long-running tasks when clients disconnect save resources & stay responsive. #dotnet #minimalapi #cancellationtokens #performance www.ottorinobruni.com/using-cancel...

0 0 0 0
Preview
How to Implement Redis Cache in .NET using Minimal APIs and C# - Ottorino Bruni Learn how to implement Redis caching in a .NET Minimal API using C#. This guide walks you through setting up Redis locally with Docker, transitioning from in-memory to distributed caching, and scaling...

🌐 Level up your .NET Minimal APIs with Redis Cache! 🚀 Switch from in-memory to distributed caching for scalability & consistency. #dotnet #redis #minimalapi #csharp #caching www.ottorinobruni.com/how-to-imple...

0 0 0 0
Preview
GitHub - marcominerva/MinimalApiVersioningSample: An example that showcases how to add versioning support to a Minimal API project, with full support for OpenAPI An example that showcases how to add versioning support to a Minimal API project, with full support for OpenAPI - marcominerva/MinimalApiVersioningSample

🚀 I have just updated my Minimal API versioning sample to .NET 10! github.com/marcominerva... #dotnet #minimalapi

1 0 0 0
Live Coding: sviluppiamo un'API per generare QR Code
Live Coding: sviluppiamo un'API per generare QR Code Cambio di programma rispetto a quanto pianificato. Mettiamo temporaneamente in pausa la serie di live coding dedicati a .NET 10 per sviluppare insieme la richiesta di un cliente, una API per la…

La registrazione del Live Coding "Sviluppiamo un'API per generare QR Code" è disponibile online www.youtube.com/watch?v=cR15... #dotnet #aspnetcore #minimalapi

0 0 0 0
Preview
Advanced JWT Authentication in ASP.NET Core Minimal API. Part 2: Refresh Tokens and Client-Side Integration - Ottorino Bruni Learn how to implement token refresh in an ASP.NET Core Minimal API. This guide demonstrates the benefits of refresh tokens for improving security and user experience with practical examples and code

🔒 Advanced JWT in ASP.NET Core Minimal API – Part 3 is here! 🔄 Refresh tokens, silent renewal & revocation for secure + seamless auth. #dotnet #jwt #minimalapi #authentication #security www.ottorinobruni.com/advanced-jwt...

2 0 0 0
Post image

A simple extension method to fluently add response descriptions in Minimal APIs. #aspnetcore #minimalapi

0 0 0 0
.NET Conf 2025 XE | XE - Development User Group Durante la .NET Conf 2025 (11-13 Novembre) ci sarà il lancio ufficiale di .NET 10. Questa giornata sarà quindi il momento ideale per riassumere le novità in arrivo ed approfondire le tematiche più…

Inizia un nuovo lungo viaggio... Ci vediamo domani alla .NET Conf 2025 XE per scoprire insieme tutte le novità di .NET 10 www.xedotnet.org/eventi/net-c... #dotnet #aspnetcore #minimalapi #efcore

0 0 0 0
Preview
GitHub - marcominerva/TinyHelpers: A collection of helper methods and classes for .NET that I use every day. I have packed them in a single library to avoid code duplication. A collection of helper methods and classes for .NET that I use every day. I have packed them in a single library to avoid code duplication. - marcominerva/TinyHelpers

💪 And now all of my TinyHelpers libraries have also been updated to .NET 10! 🔗 github.com/marcominerva... #dotnet #aspnetcore #minimalapi #efcore

1 0 0 0
Preview
GitHub - marcominerva/SimpleAuthentication: A library to easily integrate Authentication in ASP.NET Core projects. A library to easily integrate Authentication in ASP.NET Core projects. - marcominerva/SimpleAuthentication

🚀 I’ve just updated my SimpleAuthentication library with full support for .NET 10 and OpenAPI 3.1 specifications! github.com/marcominerva... #aspnetcore #minimalapi

1 0 0 0
Live Coding: riparliamo del logging con Serilog
Live Coding: riparliamo del logging con Serilog Serilog rappresenta sempre una delle soluzioni più adottate per gestire il logging nelle applicazioni .NET. In questo nuovo Live Coding riprenderemo l'argomento e mostreremo alcuni casi d'uso reali,…

La registrazione del Live Coding "Riparliamo del logging con Serilog" è disponibile online www.youtube.com/watch?v=aKS9... #dotnet #aspnetcore #minimalapi #logging

1 0 0 0
Post image

The latest version of SimpleAuthentication allows you to automatically assign roles to API Keys and Basic Authentication credentials — as always, with just a single line of code. Check it out at github.com/marcominerva... #dotnet #aspnetcore #minimalapi

2 0 0 0
Preview
CORS in ASP.NET Core Minimal APIs: A Beginner's Guide | AI News Learn how to configure CORS in ASP.NET Core minimal APIs. Secure your endpoints and allow cross-origin requests easily.

AIMindUpdate News!
Struggling with cross-origin requests? Learn how to effortlessly implement CORS in your ASP.NET Core minimal APIs for secure and accessible endpoints! #CORS #ASP.NETCore #MinimalAPI

Click here↓↓↓
aimindupdate.com/2025/10/11/u...

0 0 0 0
Preview
ASP.NET Core Minimal APIでCORSを実装する方法 | AI News ASP.NET Core Minimal APIでCORSを設定し、クロスオリジンリクエストを安全に処理する方法を解説。

AIクリエーターの道 ニュース:ASP.NET Core Minimal APIでCORSを設定して、セキュリティを強化!シンプルAPIのクロスオリジン対策。 #ASPNetCore #CORS #MinimalAPI

詳しくはこちら↓↓↓
gamefi.co.jp/2025/10/11/h...

0 0 0 0
Preview
.NET Saturday 2026 Pordenone: Call for Speakers Il 14 novembre 2025 Microsoft ha presentato l’ultima evoluzione della piattaforma .NET: .NET 10, con C# 14, ASP.NET Core, Blazor, MAUI, Aspire, e gli ...

Call for Speakers for .NET Saturday 2026 Pordenone is open on Sessionize and I've just submitted a session! sessionize.com/dotnetsat202... #dotnet #aspnetcore #minimalapi

0 0 0 0
Preview
SqlDatabaseVectorSearch A Blazor Web App and Minimal API for performing RAG (Retrieval Augmented Generation) and vector search using the native VECTOR type in Azure SQL Database and Azure OpenAI.

Curious about the new native Vector type in EF Core 10? Check out the net10 branch of my SqlDatabaseVectorSearch repo 👇github.com/marcominerva/SqlDatabase... #dotnet #minimalapi #openai #sqldatabase

0 0 0 0
Live Coding: progettare una Web API nel modo migliore (terza parte)
Live Coding: progettare una Web API nel modo migliore (terza parte) YouTube video by Marco Minerva

La registrazione del Live Coding "Progettare una Web API nel modo migliore (terza parte)" è disponibile online www.youtube.com/watch?v=gSLN... #dotnet #aspnetcore #minimalapi #efcore

1 0 0 0