
Here's a 50-minute presentation of RavenDB, a NoSQL solution for .NET developers.
VNext_OC 3/12/2013 - RavenDB for .NET Developers: Open Source 2nd Gen...
0 replies - 91 views - 06/20/13 by Ayende Rahien in Articles

It has been a while since I actually posted some code here, and I thought that this implementation was quite nice, in that it is simple & works for what it...
0 replies - 363 views - 06/19/13 by Ayende Rahien in Articles

And… this test just passed!Just to give you some idea, this is sitting on top of RavenDB’s implementation of leveldb. In fact, I have been using this code...
0 replies - 220 views - 06/18/13 by Ayende Rahien in Articles

As I mentioned, I run into a very nasty issue with the TPL. I am not sure if it is me doing things wrong, or an actual issue.Let us look at the code, shall...
0 replies - 189 views - 06/17/13 by Ayende Rahien in Articles

Starting with build 2603, we are now considering 2.5 to be a release candidate. It is feature frozen, and only bug fixes are going in.You can download the new...
0 replies - 296 views - 06/15/13 by Ayende Rahien in Articles

Kellabyte rightfully points out that leveldb was designed primarily for mobile devices, and that there have been many things that can be done that...
0 replies - 644 views - 06/10/13 by Ayende Rahien in Articles

This is the first of a two-part presentation on RavenDB, a NoSQL solution for .NET developers. The presentation covers a lot of ground - here are some of its...
0 replies - 653 views - 06/06/13 by Eric Genesky in Articles

The major reason for streams is the idea that you don’t really care about each individual item on its own. What you care about a lot more is some sort of...
0 replies - 409 views - 06/05/13 by Ayende Rahien in Articles

Scripted Index Results (I wish it would have a better name) is a really interesting new feature in RavenDB 2.5. As the name implies, it allows you to attach...
0 replies - 127 views - 05/31/13 by Ayende Rahien in Articles

One of the nice things about having more realistic demo data set is that we can now actually show demos on that data. I didn’t realize how much of an issue...
0 replies - 248 views - 05/30/13 by Ayende Rahien in Articles

RavenDB has always came with some sample data that you could use to test things out. Unfortunately, that sample data was pretty basic, and didn’t really...
0 replies - 438 views - 05/28/13 by Ayende Rahien in Articles

The following code has very subtle bug: public class AsyncQueue
{
private readonly Queue<int> items = new Queue<int>();
...
0 replies - 461 views - 05/27/13 by Ayende Rahien in Articles

Here's a 23-minute webinar focused on dynamic aggregation with RavenDB, a .NET NoSQL solution.
0 replies - 353 views - 05/23/13 by Ayende Rahien in Articles

There is a big problem in the RavenDB build process. To be rather more exact, there is a… long problem in the RavenDB build process.As you can imagine, when...
0 replies - 855 views - 05/21/13 by Ayende Rahien in Articles

In tomorrow’s Webinar, we will discuss handle dynamic aggregation using RavenDB. A new feature in 2.5, this is meant to give you more options for reporting...
0 replies - 713 views - 05/18/13 by Ayende Rahien in Articles