home.social

#minimalapis — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #minimalapis, aggregated by home.social.

  1. Next week the RGVDevs Dot Net user group for the #RGV goes live! Our first meeting is a deep dive into building an #AI Brand Engine with #MinimalAPIs and the #MicrosoftAgentFramework Excited to show the community what modern #DotNet is capable of!

    Details: qr.pageinit.net/apimaf

  2. 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.

    Does nobody care about providing information about what went wrong when handling an API request? I'd think this should be a must from the get go, but given its complete absence from the framework and lack of folks asking for it, maybe I'm the minority here.

    #DotNet #CSharp #MinimalApis

    github.com/dotnet/aspnetcore/i

  3. I'm excited to present Minimal #APIs in #ASPnet at #SLC #dotNET tonight. It's a #NoSlides, #Demo only trip through #MinimalAPIs and upgrading a project to the latest .NET features. Join us for the #virtual group: meetup.com/the-slc-net-user-gr and grab the code at github.com/robrich/minimal-api

  4. #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?

  5. Still thinking about upgrading your skills to . My newly updated Pluralsight course covers , Razor Pages, APIs, , , , and ! Watch it here:

    shawnl.ink/ps-endtoend

  6. i see how #minimalAPIs are great for "smaller" #services, or if your style is to eschew indirection in favour of clarity.

    but, when we start using
    #reflection and the #ioc container to register the endpoints, i wonder if it's just re-implementing the controller pattern.

    which is fine, i guess, but why not just use
    #mvc in #aspnetcore, then? to me this looks more controller-y than extension-methods.

    https://www.milanjovanovic.tech/blog/automatically-register-minimal-apis-in-aspnetcore

    #dotnet #dev

  7. I'm so excited I get to teach #Minimal #APIs with #ASPnet today on #VisualStudio Toolbox. It's a #NoSlides talk about #MVC, #WebAPI, #RazorPages, and now #MinimalAPIs. We'll look at C# 10-12 features too. Join us live at dotnet.microsoft.com/en-us/liv and grab the code at github.com/robrich/minimal-api

  8. 📢 Hot off the press, I wrote a blog!!
    I detail how to use :dotnet: :csharp: :blazor: and #MinimalAPIs streaming endpoints on the client with a #blazor app consuming these in real-time, updating the UI seamlessly 🔥:

    davidpine.net/blog/dotnet-asyn

  9. Several features have been added to #MinimalAPIs with the #dotnet7 release. This tutorial shows how they are now almost as powerful as traditional controller-based APIs while being far less verbose.

    #InfoQ article by Fiodar Sazanavets: bit.ly/3yRd2a2

    #dotnet #ASPNETCore #API

  10. For anyone not watching the Superbowl, I just released a new library for discovery-based method of mapping Minimal APIs. Please tell me if you disagree with the approach:

    github.com/wilder-minds/minima