Good examples of .NET (C#) open source projects ported to Java? ( C# -> Java ) [closed]
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.
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.
JaQu is another example
精彩评论