LDNUG FEB 16th Raven DB and CQRS

Organiser
London .NET User Group
Date
Wed, 16 Feb 2011, 18:30 - 20:00 (Add to calendar) GMT
Venue
EMC Consulting , London, GB
Cost
Free

When: Feb 16th

Where: EMC Conchango

What

We will be running two sessions from DDD 9 in parallel, catch up with ones you missed.

CQRS Fad or Future? with Ian Cooper

Command-Query-Responsibility-Seperation (CQRS) is the new 'hotness' but beyond a desire to use the latest 'fad' what might actually lead you to adopt this approach over a conventional layered architecture. We will look at the business drivers behind command and query separation as well as a technique known as event sourcing. We will also look at steps to begin moving your application to CQRS

A Primer to Raven Db with Rob Ashton

RavenDB is a relatively new document database written by Ayende Rahien as an open source .NET project.


This is quite exciting as it means a focus on being able to talk to a document database with your chosen .NET language and support for writing custom map/reduce functions in your chosen .NET language too.
This means up front queries written using familiar LINQ syntax, and the ability to write plug-ins for RavenDB in a familiar environment.
In this session, I aim to give an introduction as to what RavenDB is, how to use it, and give a brief comparison to the other popular NoSQL projects that have appeared on the .NET scene in recent times.

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Every language has an optimization operator. In C++ that operator is ‘//’”