Trending

#MinimalAPIs

Latest posts tagged with #MinimalAPIs on Bluesky

Latest Top
Trending

Posts tagged #MinimalAPIs

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 Minimal APIs with JWT! 🔒
Stateless • Scalable • Token-based auth
Client → credentials → JWT → protected endpoints
Why JWT rules modern .NET APIs: no sessions needed!
#dotnet #aspnetcore #csharp #JWT #MinimalApis www.ottorinobruni.com/how-to-imple...

0 0 0 0
Preview
Localization in ASP.NET Core: Make Your Minimal APIs Multilingual - Ottorino Bruni Learn how to easily implement localization in your ASP.NET Core application. Support multiple languages and enhance user experience with our step-by-step guide on using resource files and localization...

Make your Minimal APIs multilingual! 🌍
Return culture-specific responses & error messages
Built-in .NET localization → simple & powerful
Guide for ASP.NET Core devs
#dotnet #aspnetcore #csharp #Localization #MinimalApis www.ottorinobruni.com/localization...

0 0 0 0

Just updated to .NET 10! My #ASPNETCore + Vue 3 course is now available on @pluralsight:

#csharp #aspnetcore #minimalapis #vuejs

shawnl.ink/ps-endtoend

0 0 0 0

Just updated to .NET 10! My #ASPNETCore + Vue 3 course is now available on @pluralsight:

#csharp #aspnetcore #minimalapis #vuejs

shawnl.ink/ps-endtoend

3 0 0 0
C# Minimal API: Response Caching - prodSens.live Response Caching Response caching reduces the number of requests a client or proxy makes to a web server.…

C# Minimal API: Response Caching Response Caching Response caching reduces the number of requests a client or proxy makes to a web server.… The post C# Minimal API: Response Caching appeared firs...

#Software #csharp #dotnet #minimalapis #performance #prodsens #live

Origin | Interest | Match

0 0 0 0
C# Minimal API: Response Caching - prodSens.live Response Caching Response caching reduces the number of requests a client or proxy makes to a web server.…

C# Minimal API: Response Caching Response Caching Response caching reduces the number of requests a client or proxy makes to a web server.… The post C# Minimal API: Response Caching appeared firs...

#Software #csharp #dotnet #minimalapis #performance #prodsens #live

Origin | Interest | Match

0 0 0 0
Preview
FastEndpoints FastEndpoints is a developer friendly alternative to Minimal APIs & MVC for rapid REST API development.

fast-endpoints.com - for #ASPnet devs, Fast Endpoints is an alternative to #MinimalAPIs.

0 0 0 0
Preview
End to End Project With Minimal API In ASP.NET Core 6.0 Hi, Today we will talk about the new Minimal API which can help us to improve our code development quality and speed in a simpler way. We…

medium.com/geekculture/... - a nice intro to #MinimalAPIs in #ASPnet. Nice job taking it beyond hello world www.linkedin.com/in/borakasmer/.

0 0 0 0
Post image

⚖️ Minimal APIs vs. MVC Controllers – which side are you on?

Dino Esposito explores the evolving #ASPNetCore landscape, weighing #MinimalAPIs for speed vs. MVC for structure in real-world #APIdevelopment.

🔗 https://f.mtr.cool/qkilxwxfaz

0 0 0 0
[Question] Is there a way to properly emulate InvalidModelStateResponseFactory in minimal apis? · Issue #57337 · dotnet/aspnetcore Hi. When trying to migrate some existing endpoints to minimal apis, I discovered that is not as easy as in controllers to change the behaviour of a binding error (and I wanted to return the same re...

Kind of sad that the linked issue, about being able to tailor a nice 400 response with actionable information for the API client, doesn't seem to even come close to be a priority.

#DotNet #CSharp #MinimalApis

github.com/dotnet/aspne...

0 0 1 0
Post image

Spencer Schneidenbach gives 'An In-Depth Look At Minimal APIs in ASP.NET Core' July 24th at Nebraska.Code().

nebraskacode.amegala.com

#minimalapis #aspnetcore #netapi #webdevelopment #Nebraska #greenfieldapplications #Nebraska #NetworkingEvent #lincoln #TechInnovation #techevents2025

1 0 0 0
Preview
ASP.NET Core Minimal APIs: Filter Strategies Unlock the power of ASP.NET Core Minimal APIs with advanced filtering techniques for cleaner, more efficient code.

🚀 Unlock the Power of ASP.NET Core Minimal APIs with Filter Strategies! 🚀
Dive into my latest Medium article where I explore the ins and outs of implementing filters in ASP.NET Core Minimal APIs.

Read the full article here 👉 medium.com/@FitoMAD/asp...

#ASPNetCore #MinimalAPIs #DotNet

0 0 0 0
Preview
Minimal APIs in ASP.NET, Thu, Feb 13, 2025, 6:00 PM | Meetup With ASP.NET, there's a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs. It's a great way to create the lightest weight microservice. But are you tra

Minimal #APIs in #ASPnet at #SLC #dotNET. It's a #NoSlides trip through #MinimalAPIs and upgrading .NET features. Join us: www.meetup.com/the-slc-net-user-group/e... code: https://github.com/robrich/minimal-apis-aspnet

0 0 0 0
Preview
Minimal APIs in ASP.NET, Thu, Feb 13, 2025, 6:00 PM | Meetup With ASP.NET, there's a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs. It's a great way to create the lightest weight microservice. But are you tra

I'm excited to present Minimal #APIs in #ASPnet at #SLC #dotNET. It's a #NoSlides, #Demo only trip through #MinimalAPIs and upgrading to the latest .NET features. Join us: www.meetup.com/the-slc-net-user-group/e... code: https://github.com/robrich/minimal-apis-aspnet

0 0 0 0

#DotNet #AspNetCore folks using #MinimalApis, anyone has any idea if I can somehow intercept parameter binding/deserialization errors, in order to provide a more complete error response, rather than an empty 400?

0 0 3 0
Preview
GitHub - csharpfritz/InstantAPIs: A library that generates Minimal API endpoints for an Entity Framework context. A library that generates Minimal API endpoints for an Entity Framework context. - GitHub - csharpfritz/InstantAPIs: A library that generates Minimal API endpoints for an Entity Framework context.

https://github.com/csharpfritz/InstantAPIs - Generate "instant" #MinimalAPIs for #ASPnet using Reflection or #SourceGenerators. Nice experiment https://mas.to/@csharpfritz

0 0 0 0
Preview
Building a Web App with ASP.NET Core, MVC, Entity Framework, TailwindCSS, and Vue When you’re ready to become a web developer, it can be hard to know where to start. In this course, you will go from your first HTML page all the way through creating single-page applications.

Still thinking about upgrading your skills to #aspnetcore. My newly updated
@pluralsight
course covers #dotnet8, Razor Pages, #rest APIs, #minimalApis, #fluentvalidation, #entityframework, and #vue! Watch it here:

shawnl.ink/ps-endtoend

1 1 0 0