有 C# 的 Guava 吗?

发布于 2024-10-04 12:09:40 字数 1549 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

东风软 2024-10-11 12:09:40

我不会将其称为 Guava for .NET - 部分原因是 Guava 中的许多类根本不需要。例如,许多 Iterable 内容都由 LINQ 涵盖,并且许多资源处理也更简单。

我建议,如果您想创建一个新的 .NET 库,请针对特定需求 - Guava 是一个工具包,已被证明在 Java 中很有用,但 .NET 开发人员的需求是不同的。

I wouldn't call it Guava for .NET - partly because a lot of the classes in Guava simply won't be needed. A lot of the Iterable stuff is covered by LINQ, for example, and much of the resource handling is simpler too.

I suggest that if you want to create a new .NET library, you target specific needs - Guava is a grab-bag of utilities which have proven useful in Java, but the needs of .NET developers are different.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文