Sie sind hier: Weblog

Scandinavian Developer Conference 2011

Foto ,
12.11.2010 23:02:33

Diese Woche habe ich die Zusage für zwei Sessions auf der Scandinavian Developer Conference 2011, die im April in Göteborg stattfindet, bekommen.



Nachfolgend die Abstracts meiner Sessions:

By by relational database and ACID-transactions: An introduction into BASE and NoSQL by the example Windows Azure Storage Services

In view of scalability and availability, huge companies like Amazon, Google or eBay don?t use relational databases for their web-applications anymore. Instead of that and instead of ACID-transactions, they use approaches like NoSQL (Not only SQL) and BASE, which stands for basically available, soft state, eventually consistent. This session shows why those concepts improve scalability and availability and how to use them in practice by an sample implemented with Windows Azure Storage Services.

Finding bugs before your customer does - Code Contracts in .NET 4.0

Code Contracts, included in .NET 4.0, is an implementation of a concept called Design by Contract which aims to creating more stable applications. This session shows how one can profit by these features. For this purpose, the session starts with a presentation of a simple C#-application which seems to be stable at first glance. During the session, some not obvious but grave bugs which could have been avoided using Code Contracts will be found and discussed.