Israeli .NET Open Source Innovation
The .NET community is generally criticized (and rightfully in many cases) that it lacks innovation, with a lot of developers relying either on Microsoft or porting Java stuff* (<a href="http://www.junit.org/">Junit </a>- > <a href="http://www.nunit.org/index.php">Nunit</a>, <a href="http://logging.apache.org/log4j/">log4j </a>-> <a href="http://logging.apache.org/log4net/download.html">log4net</a>, <a href="http://www.hibernate.org/">Hibernate </a>-> <a href="http://www.hibernate.org/34
The .NET community is generally criticized (and rightfully in many cases) that it lacks innovation, with a lot of developers relying either on Microsoft or porting Java stuff* (Junit - > Nunit, log4j -> log4net, Hibernate -> NHibernate, Spring -> Spring.net - you get the picture...). Amidst all this, it is nice to see, that a lot of .NET original ideas are generated here in Israel**.Few examples that come to mind are
Rhino Mocks by Ayende Rahien (a.k.a. Oren)
The reason for this post is a new open source project coming from here. This one is from Sasha Goldshtein and Alon Fliess and it is a Non Paged CLR host which offers
"This custom CLR host ensures that all memory given out to the CLR is locked into physical memory if possible, thus eliminating paging completely."
Which can be very useful in performance intensive applications. Cool :)
* This is not to say that sometimes, the port is better than the original (NUnit 2.0 is a prime example for that in my opinion)
**Naturally there's also original stuff happening outside of israel :) e.g. Ninject by Nate Kohari or StoryTeller by Jeremy D. Miller
About the Author
You May Also Like