Has anyone worked with NetCoreServer? Looking for guidance and resources

Aman Agrahari 60 Reputation points
2025-07-03T07:00:31.9366667+00:00

Hi everyone,

I'm exploring alternatives to WinSock for socket programming in .NET 8 Core windows form application and came across the NetCoreServer library. It looks promising for building TCP/UDP/SSL/WebSocket servers and clients with high performance and async support.

I’d love to hear from anyone who has used NetCoreServer in real-world applications.

Specifically, I’m looking for:

  • Sample projects or tutorials
  • Best practices for integrating it into a .NET 8 application
  • Any challenges or tips from your experience

I’m planning to try it out in my own application and would appreciate any guidance or resources you can share.

Thanks in advance!

Developer technologies | .NET | .NET Runtime
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
    2025-07-03T18:28:33.7633333+00:00

    NetCoreServer is 3rd party library not supported by this forum. That said the site has examples.

    https://chronoxor.github.io/NetCoreServer/

    a quick review of the source code shows that it just uses System.Net and System.Net.Sockets under the covers. also the repo does not have very active updates (last update 12/8/2023). if you pick this repo, I recommend you fork it first, so you can apply fixes you need.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.