What are equivalent open source libraries to these closed source ones? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the q开发者_如何学Gouestion so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI have a project (.NET 3.0, c#) that needs to be converted to open source (probably GPLv2).
The project uses some closed source libraries at its core that need to be replaced with open source ones.
Can anyone point me in the direction of the best open source replacements for the following libraries?
- Infragistics (Windows Forms) (primarily treeview, listview, chart, reporting engine (xps,pdf))
- VistaDB
- IPWorks (primarily http client, tcp client, smtp client, pop3 client)
- IPWorks SSL (primarily https client, smtps client, pop3s client)
- IPWorks SNMP
Thanks!
VistaDB can be replaced by MySQL, SQLite, or even the express version of SQL Server 2008 (although SQL Server is not GPL).
There's a simple SMTP client built into .Net.
精彩评论