Is there a site with a list of libraries in C#?

vitaminchik 486 Reputation points
2023-02-20T20:39:57.4333333+00:00

Is there a site with a list of libraries in C#?

I'm starting to write an application and I would like to know what I can already use. Is there a specialized site with a search, or do I just need to search for the answer in the browser?

Developer technologies C#
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde | MVP 36,761 Reputation points MVP Volunteer Moderator
    2023-02-20T22:49:23.5166667+00:00

    Hello @vitaminchik ,

    if you are looking for third-party libraries, the Nuget site is the way to go.

    Just type in what you need and a list of libraries will appear.

    Follow the documentation on how to add Nuget libraries to your application.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Castorix31 90,681 Reputation points
    2023-02-20T21:02:08.55+00:00

    See .NET API browser

    then you filter with .NET Framework 4.8 or other

    1 person found this answer helpful.
    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.