C
C#2y ago
Auxl

❔ Modern web api frameworks in dotnet

Is aspnet the only option for building web apis in modern dotnet? I've tried doing a bunch of searches but asp drowns out all of the results. I remembered https://github.com/NancyFx/Nancy but it looks like it was dropped a couple years ago. Not that I mind asp but I'm curious about what other options might exist out there.
3 Replies
Becquerel
Becquerel2y ago
It's the only one I've ever used in modern .NET or seen anyone else using in modern .NET.
Angius
Angius2y ago
There's just ASP, really And Fast Endpoints: https://fast-endpoints.com/
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ publish blazor wasm app as docker image with nginx baseI create a dockerfile, and create a docker publish configuration, but it tells me that I need to ena❔ ✅ ✅ Why does $singlefile make the .exe file so largeHey I didnt want loads of files so I used $singlefile method and now the exe is 64 megabytes for jus❔ System.IndexOutOfRangeException has been thrown"Index was outside the bounds of the array."Hi I get this message at the line " Tile temp = Tiles[x, y]; " in my SwapTiles method when im trying❔ c# basicsCan anyone help for the test. it falls on Feb 18 and 19. theory and practice is the test, 6-7 tasks ❔ In blazor server,in which Method should you usually implement JWT assignationI have been wondering since I have used scaffolding por identity to receive the JWT token in J's but❔ How does the execution pipeline works with interfaces that implement methods?Lets say we have the icommand interfact, it has to methods : canExcute and Excute, When i bind said❔ WEBAPI [FromBody] Json with optional elementsI am building a .net Wep API application where I will be receiving requests where all of the data is❔ impressC910 shifting position in output trayHow to print with a jogoffset after each x pages by C# code? (Physically ejecting the paper with a l❔ Does TimeZoneConverter account for Daylight Savings Time?The C# NuGet package version specifically.✅ C# Trying to track button clicks.Hey! Trying to find out a method to track how many times a button has been clicked.