7 Useful .NET Libraries You Should Use in Your Next Project

Power up your .NET development

Farhan Tanvir
Geek Culture

--

Photo by Sigmund on Unsplash

There is a proverb “You don’t have to reinvent the wheel”. Libraries are the best example of that. It helps you to write complex and time-consuming functionality in an easy way. According to me, a good project uses some of the best libraries available

I do not think .NET needs any introduction. It is used to develop a wide variety of applications, including IoT devices, games, desktops and mobile apps, etc. Here I have compiled 7 useful .NET libraries that will help you in your development journey.

1. Refit

Working with RESTful API is one of the common tasks of developers. This library will help you to easily create a client that communicates with a RESTful API, by defining an interface and annotating it with the necessary HTTP method and route attributes. This allows you to work with a strongly-typed, refactor-safe client, rather than having to manually construct requests and parse responses. It also supports caching, rate-limiting, and other features. It has more than 6.5k stars on GitHub.

--

--

Farhan Tanvir
Geek Culture

Believes in learn by doing . Currently working as a software engineer. Love to share Knowledge. https://twitter.com/FarhanTanvirBD