Member-only story
7 Useful .NET Libraries You Should Use in Your Next Project
Power up your .NET development
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. Metro
If you want to create WPF applications then this is a good resource for you. It allows developers to cobble together a better UI for their own WPF applications with minimal effort. It will override the default style of all common WPF controls and gives them a modern look. It also includes some custom controls based on concepts from Windows Phone, Windows 8, and Windows 10 (UWP) Apps. This library has more than 8.5k stars on GitHub.