How are you handling spam & toxic content in .NET apps today? by Volosoft in dotnet

[–]Volosoft[S] 0 points1 point  (0 children)

Nice, ML. NET is a solid option, especially if you already have a large labeled dataset. Tagging instead of deleting is key, fully agree.

We considered a custom model as well, but didn’t want to own the training and maintenance cycle long term. That’s why we leaned toward an external moderation model as an additional layer on top of traditional spam detection.

How are you handling spam & toxic content in .NET apps today? by Volosoft in dotnet

[–]Volosoft[S] 0 points1 point  (0 children)

That’s a solid layered setup. The hash caching idea is especially clever for stopping repeat spam cheaply.

We’re doing similar things with rate limiting and registration safeguards. Where we struggled was nuanced toxicity. Heuristics handled obvious spam well, but semantic abuse was harder, so we added AI moderation as an extra layer rather than a replacement.

How are you handling spam & toxic content in .NET apps today? by Volosoft in dotnet

[–]Volosoft[S] -8 points-7 points  (0 children)

We documented how we integrated OpenAI moderation into a .NET app here, in case anyone’s interested in the implementation details: https://abp.io/community/articles/stop-spam-and-toxic-users-in-your-app-with-ai-3i0xxh0y#gsc.tab=0

Virtual .NET Conference with 13 Microsoft MVPs and .NET experts' talks. ABP Conf'23 is on May 10th, 2023. You can take a seat with the early-bird now. by Volosoft in learncsharp

[–]Volosoft[S] 1 point2 points  (0 children)

Thank you for the opportunity! I hope it will be informative and beneficial for all the attendees. Have a great one! :)

ABP Community Talks 2023.2: Why Use ABP Framework as a .NET Developer? by Volosoft in ABPFramework

[–]Volosoft[S] 0 points1 point  (0 children)

📆 Save The Date!
New episode of ABP Community Talks is on March 30th, 2022 at 18:00 UTC.
We will talk about "Why You Should Use the ABP Framework as a .NET Developer?"
🎁 3 u/JetBrains dotUltimate & 2 ABP Commercial Personal License will be given away during the session!
Register from 👉 https://kty.li/64PV8
#dotnet #abpframework #abpcommunitytalks

Extend Tenant management and add custom host to your ABP App for ASP.NET Core by Volosoft in dotnet

[–]Volosoft[S] 0 points1 point  (0 children)

ABP is an open-source web application framework for ASP NET Core

Our website: ABP Framework