#minimalapi — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #minimalapi, aggregated by home.social.
-
via @dotnet : Doing More with GitHub Copilot as a .NET Developer
https://ift.tt/uBFCZEb
#dotnet #githubcopilot #copilot #dotnetdev #visualstudio #vscode #clI #cloudcodingagent #agenticworkflows #chatvsagentic #testing #unittesting #linq #dto #minimalapi #aspnetc… -
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
-
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 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 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 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 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
-
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 -
https://jeremybytes.blogspot.com/2022/04/returning-http-204-no-content-from-net.html - #dotNET #WebAPI and #MinimalAPI are different if you return null. Instead return Results.NoContent(). Nice one https://www.linkedin.com/in/jeremy-clark-21a6822.
-
New Blog: Reorganizing my Minimal API Nuget Packages: #minimalapi #csharp #dotnet #aspnetcore
https://wildermuth.com/2024/04/21/minimal-api-nuget-packages/
-
My family of packages for streaming JSON objects with NDJSON over RESTful APIs in the .NET ecosystem gained a new member - one that brings support for ASP.NET Core Minimal APIs 🎉
#AspNetCore #MinimalApi #AsyncStreams #NDJSON
https://github.com/tpeczek/Ndjson.AsyncStreams/releases/tag/aspnetcore-v1.0.0
-
New Coding Shorts Video: Minimal API Endpoint Filters for Model Validation #aspnetcore #minimalapi #fluentvalidation
-
Looking at creating the following workshops for building Web APIs in the following languages and/or frameworks:
- #OData #CSharp
- #RustLang
- #Node and #TypeScript
- #ASPNET7 #MinimalAPI #CSharpTrying to gauge which of those would have the most interest to the community. Thank you for your feedback.🙏
-
Looking at creating the following workshops for building Web APIs in the following languages and/or frameworks:
- #OData #CSharp
- #RustLang
- #Node and #TypeScript
- #ASPNET7 #MinimalAPI #CSharpTrying to gauge which of those would have the most interest to the community. Thank you for your feedback.🙏
-
Looking at creating the following workshops for building Web APIs in the following languages and/or frameworks:
- #OData #CSharp
- #RustLang
- #Node and #TypeScript
- #ASPNET7 #MinimalAPI #CSharpTrying to gauge which of those would have the most interest to the community. Thank you for your feedback.🙏
-
Looking at creating the following workshops for building Web APIs in the following languages and/or frameworks:
- #OData #CSharp
- #RustLang
- #Node and #TypeScript
- #ASPNET7 #MinimalAPI #CSharpTrying to gauge which of those would have the most interest to the community. Thank you for your feedback.🙏
-
Looking at creating the following workshops for building Web APIs in the following languages and/or frameworks:
- #OData #CSharp
- #RustLang
- #Node and #TypeScript
- #ASPNET7 #MinimalAPI #CSharpTrying to gauge which of those would have the most interest to the community. Thank you for your feedback.🙏
-
Blog post coming soon
-
-
Blog post coming soon
-
Blog post coming soon
-
Introduction to #aspnetcore Minimal APIs by @khalidabuhakmeh 📰
🤔 Why #MinimalAPI?
↩️ Model binding & return types
⚙️ Dependency injection and services
🏷️Filters
🛣️ Routing
🤗 HugsRead more! https://jb.gg/p3rwpg #dotnet
-
Feeling geeky ;-)
During today's session on .NET 6 Minimal API I was using a #Chromebook to show & tell the functionality. The scripted install works smoothly. Gonna try .NET 7 later. -
Did someone say defensive programming? 😁
I'm making a small utility endpoint for a demo. Given a Mastodon user identifier, it makes a WebFinger request and uses that to look up the Profile information.
I'm loaning some types from my ActivityPub project: https://github.com/KristofferStrube/ActivityPubBotDotNet
#dotnet #csharp #ActivityPub #minimalapi -
Gah, made the jump and migrated several large projects from svn to git, a painful process but worthwhile - branching and merges had become an error prone nightmare.
Now have several git projects in Visual Studio 2022 - .net Minimal API microservices and their clients. Minimal API Core is dah bomb for quick REST services and finally getting the hang of WPF.
Thoroughly recommend DevExpress for 95% of the gui grunt work.
#.Net #Developer #RESTAPI #CSHarp #MinimalAPI #WPF #microservices #git #svn #netcore
-
@Migueldeicaza @patriksvensson wouldn't that be a good full stack open source community project doogfooding experience for the #dotNET folks at Microsoft?
Let's try if the whole #MinimalApi and #TechEmpower success can prove it's value in real life.
CC: @terrajobstBTW: Where are David Fowler and Ben Adams when you're trying to nerd snipe them and why do we only have 1/3 of the Scotts over here, @shanselman ?