Azure Sessions at DevConnections Conference in Karlsruhe

06 July 2011 - Azure, Presentations

On Thursday I will do three sessions about the Microsoft Windows Azure platform at the DevConnections conference in Karlsruhe (Germany). Here are the abstracts that show what I am going to present in these sessions.

10 Things You Can Do to Use Windows Azure More Effectively

Abstract:

You are already using Windows Azure or you are planning to take the step into the cloud? In this session Rainer Stropek, MVP for Windows Azure, presents some of the most important tips to get the most out of your investment in Microsoft’s cloud computing platform. Did you know that you can host multiple websites in a single Azure web role? Rainer will cover things like this during his session. You will learn about the theory behind them and see them presented in practical examples.

If you are interested in the details of my session you can download the slides.

Windows Azure Compute Myth Busters

Abstract:

Windows Azure is just another hosting platform. You can only run .NET in Windows Azure. No unmanaged code in Azure. If you need non-Microsoft components in Azure you have to use VM-Role. Rumors like this are wide-spread in the developer community – and they are all WRONG! Join Rainer Stropek in a session where he will point out some of the most talked-about myths about the Windows Azure Platform. You will definitively leave with a clearer understanding about what Azure really offers to developers like you.

Note that this session has originally been developed by Rainer Stropek together with Max Knor, Technical Global Alliance Manager, Global Partner Team, Developer & Platform Evangelism, Microsoft Corp.

If you are interested in the details of my session you can download the slides.

Turbo-Boost for Databases – Sharding with LINQ, OData and SQL Azure

Abstract (German and English):

Mit ODATA hat Microsoft ein Datenaustauschformat vorgestellt, das sich immer mehr zum Quasistandard vorarbeitet. ODATA = SOA ohne dem Overhead von SOAP. Es stehen mittlerweile Implementierungen auf verschiedenen Plattformen zur Verfügung. In dieser Session zeigt Rainer Stropek die Entwicklung individueller ODATA Provider, über die man eigene Datenstrukturen im ODATA Format zugänglich machen kann.

With ODATA Microsoft offers a data access format that has becomes an industriy standard more and more. ODATA = SOA without the overhead of SOAP. Today Microsoft and other vendors offer implementations of ODATA on various platforms. In this session Rainer Stropek demonstrates how to implement a custom ODATA provider that is tailored to specific needs.

If you are interested in the details of my session you can download the slides. You can find the source code including a description of the solution in MSDN code samples. Additionally you can take a look at this blog article. It contains a step-by-step description of the sample so that you can rebuild it in your own environment.