.NET (C#) 开源项目移植到 Java 的好例子? ( C# -> Java )

发布于 2024-08-27 20:03:08 字数 454 浏览 5 评论 0原文

我注意到几个著名的 Java 项目已移植到 C# .NET。一些例子:

  • Hibernate -> NHibernate
  • JUnit --> NUnit
  • Ant --> Nant
  • Lucene --> Lucene.Net、NLucene
  • iText --> iTextSharp
  • log4j --> log4net
  • 石英 --> Quartz.NET

我对相反的情况很好奇:有哪些著名的.NET 项目已被移植到java 世界?

我查看了 http://csharp-source.net 上的项目列表,但没有看到任何明显的那些。

I notice several well-known projects in java that were ported to C# .NET. Some examples:

  • Hibernate -> NHibernate
  • JUnit --> NUnit
  • Ant --> NAnt
  • Lucene --> Lucene.Net, NLucene
  • iText --> iTextSharp
  • log4j --> log4net
  • Quartz --> Quartz.NET

I was curious about the reverse situation: what are the notable .NET projects that have been ported to the java world?

I looked at the list of projects at http://csharp-source.net but didn't see any obvious ones.

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

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

发布评论

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

评论(2

ぃ双果 2024-09-03 20:03:08

据我对 .net 生态系统的了解,最缺失的部分似乎是 Linq,对此 StackOverflow 问题提供了一些信息。在这些答案中,最相关的似乎是 Quaere

From what I know of .net ecosystem, the most missing part seems to be Linq, for which this StackOverflow question provides some infos. In those answers, the most relevant seems to be Quaere.

关于从前 2024-09-03 20:03:08

JaQu 是另一个示例

JaQu is another example

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