Oren Eini
CODE Author
Oren Eini has over 15 years of experience in the development world with a strong focus on the Microsoft and .NET ecosystem. And he has been a Microsoft MVP since 2007. Oren’s main focus is on architecture and best practices that promote quality software and zero-friction development.
An internationally known presenter, Oren has spoken at conferences such as DevTeach, JAOO, QCon, Oredev, NDC, Yow! and Progressive.NET.
Oren is the author of the book DSLs in Boo: Domain Specific Languages in .NET, published by Manning (http://manning.com/rahien/).
Oren Eini is the founder of Hibernating Rhinos LTD, a Israeli-based company, which produces RavenDB, NHibernate Profiler and Entity Framework Profiler.
Articles Authored
-
C# for High-Performance Systems
Last updated: Wednesday, August 28, 2024
Published in: CODE Magazine: 2024 - March/April
Oren Eini, creator of RavenDB, discusses and demonstrates how to use C# for building high-performance systems. Oren proves through examples that a high-level language like C# is suitable for low-level system programming. His examples compare the performance and memory consumption of different methods, including LINQ, a StreamReader + Dictionary approach, and the use of System.IO.Pipelines.
-
Getting Started with RavenDB
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2012 - March/April
You might have heard some things about NoSQL; how Google and Facebook are using non-relational databases to handle their load. And in most cases, this is where it stopped. NoSQL came about because scaling relational databases is somewhere between extremely hard to impossible.
-
What’s New in RavenDB 2.5
Last updated: Wednesday, April 27, 2022
Published in: CODE Magazine: 2013 - September/October
This article introduces a few of the coolest features in RavenDB 2.5, but before I get to the stuff that will make you drool, there is a slight possibility that you aren't familiar with RavenDB. The next section fixes that, and then I will go into what is new and cool.