Skip to content

Blog

CRUD-Operations in RavenDB (HTTP API)

RavenDB is not only useful when you have a .Net project. When you can send a HTTP-Request you have all you need. The HTTP API provides all of the daily used commands in a web friendly way. There are however some commands that are not fully supported. Should you need them you can always fall back to the RavenDB Studio and execute them there.

Refactoring Rails Applications: A Workshop to Remember

Refactoring is a technique I often use but know I still have a lot to learn, especially when I see a presentation like Therapeutic Refactoring. So I was very excited when the organizers of the Barcelona Ruby Conference announced the pre-conference workshop "Refactoring Rails Applications" by JumpstartLab. It may sound strange to attend a refactoring workshop in such a beautiful city like Barcelona, but you should give it a try.

Getting RavenDB Up & Running

There are many ways to install RavenDB. Depending on your needs you can run it in the embedded mode, as a standalone server or integrate it into your ASP.Net application. When trying something new I like to start with a known working state. Therefore I recommend using the standalone installation of the RavenDB server for the first steps. Starting with RavenDB 2.5 there is an installer that helps you with the installation.