开发者

What are equivalent open source libraries to these closed source ones? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

I 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜