Techorama - Docker for Software Developers

12 May 2015 - ASP.NET

At Techorama conference in Belgium I do a session for developers who heard about Docker and wonder why it would be relevant for them. What is different about Docker? Why could it be useful for web developers? How can it be used on Azure? It is a Docker intro session in which I demo the application of Docker in web development scenarios. In this blog post I share my slides and samples.

Read more ...

Dotnet Cologne - WPF to Web

12 May 2015 - Azure, time cockpit

Changing the UI technology from WPF/Silverlight to HTML/JavaScript in a large project is a real challange especially for a rather small team like ours. At this year's dotnet Cologne conferenceI did a session about the architectural decisions we made. Additionally, I spoke about how we organize the project so that it can run smoothly side by side to our daily business.

Read more ...

Dotnet Cologne - OWIN and ASP.NET 5 Fundamentals (Video)

12 May 2015 - .NET, ASP.NET

OWIN decouples ASP.NET web application from a specific web server like IIS. At this year's dotnet Cologne conference I spent an hour speaking about the fundamental ideas of OWIN. Additionally, I showed how the OWIN concepts translate to ASP.NET 5. As this was a code-only talk, I recorded the sessions. In this post you find the video (German).

Read more ...

Video - Linux and Docker on Microsoft Azure

08 May 2015 - Azure

Yesterday I did a short session about Linux and Docker on Microsoft Azure at Linuxwochen in Vienna. Goal was to offer a short introduction to Docker on Azure for people who are working with Linux. In this blog article I pulish my slides, the source code of the samples, and the video recording.

Read more ...

Global Azure Bootcamp 2015 - Slides and Photos

03 May 2015 - Azure

A week ago we hosted the Austrian event of the Global Azure Bootcamp. It was a great day. We could welcome 91 attendees which is +40% compared to last year. Many people asked for the session slides. Here are the links to all the slides decks that the GAB speakers sent to me.

Read more ...

Global Azure Bootcamp - Web Apps Session

23 April 2015 - Azure

This Saturday, the Global Azure Bootcamp (GAB) will take place. We organize the local even in Austria. I will do a session about Azure App Services Web Apps. In this blog article I publish the recording of this session.

Read more ...

BASTA Videos (German) - Docker and Performance Optimization

22 April 2015 - Azure, C#

At BASTA Spring 2015 some of my session were recorded. The recordings about Docker for software developers and .NET performance optimization tips and tricks are now online. Here are the links and videos.

Read more ...

Shades of Gray in SVG - How to Get a Sharp Black Line

22 March 2015 - HTML, HTML5, SVG

In HTML5 the new svg element was introduced. It allows you to embed SVG graphics in html. You can build really cool things with svg - from fancy looking interactive charts to games running in the browser. But what if you just want to draw a straight 1px line? Well, that's not that easy. I got lots of different results for different browsers.

Read more ...

Angular + Cloud Services = Dream Team for Small Projects

12 March 2015 - AngularJS, Azure

For one of my private hobbies (keeping honey bees), I recently needed a simple registration form. It should just ask for a few data items, use a captcha to protect from spam, save the registrations in a DB, and send me notification emails. Within a few hours everything was up and running. In this blog post I share the code and describe the cloud components you can use to rapidly solve such a requirement.

Read more ...

Tri-State Check Box in HTML with AngularJS and TypeScript

26 February 2015 - AngularJS, HTML, TypeScript

HTML does not support tri-state checkboxes by default. There is an indeterminate attribute to indicate that the value is undefined but there is no way to set a checkbox back to indeterminate through the user interface once it has been checked or unchecked. The following sample shows how to build an AngularJS directive for a tri-state checkbox with TypeScript.

Read more ...

5 / 16