home.social

#aspcore — Public Fediverse posts

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

  1. Mostly I've always used middleware to apply broad swaths of business logic to my ASP.NET Core operations, but found a nice use case for ActionFilterAttributes if you need to selectively implement business logic to specific controller items (learn.microsoft.com/en-us/aspn). However, they don't document how to do dependency injection on your filters well, here is the best practice I've found so far: edi.wang/post/2019/1/21/aspnet

    #Dotnet #ASPCore #WebAPI

  2. Sneak peak my new Bot (scraper, search, maliciouus, novel) detection system. mostlylucid.net/blog/botdetect
    Simple middleware for multi level best of class bot detection.
    Or use the Yarp gateway docker container for a lightweight simple to use behavioural routing system (HAPPILY works on a pi in a docker cluster)
    hub.docker.com/repository/dock

    FULLY adjustable town to weights and confidence, 9 separate detectors from Sinple UA through a learnign Heuristic systema nd LLM learning modes.

    #ai #llm #aspcore #botdetector

  3. Seems i have an issue running a development Windows Server behind an Apache proxy on Linux. The Linux Mono install is trying to run the .Net off Windows server and failing. That’s not what i was hoping for. Might need to rethink the forward facing server on my network. #dotnet #aspcore #WindowsServer #apache #Linux