GOTO is a vendor independent international software development conference with more that 90 top speaker and 1300 attendees. The conference cover topics such as .Net, Java, Open Source, Agile, Architecture and Design, Web, Cloud, New Languages and Processes

Michael Friis, AppHarbor

Michael Friis

Biography: Michael Friis

Michael is co-founder of AppHarbor, the .NET Platform as a Service. AppHarbor was founded in 2010 with the goal of building Heroku for .NET.

Michael has been a .NET developer since 2005, first at Netcompany and then at at series of start-ups and at a Danish newspaper. He has presented at .NET conferences on several occasions and has written a range articles on .NET development.

Twitter: @friism

Presentation: Making your Application Cloud-ready

Track: Designing for Cloud / Time: Monday 15:50 - 16:40 / Location: Lille Sal, BORA BORA

Do you have a feeling that the applications you write won't run and scale in the cloud? You're probably right. Standard development practices include many vices that make applications cloud-incompatible. Machines fail in the cloud and the local filesystem is not be trusted. A request may be served by any of a group of instances, so even caching session-data in memory is suspect. This session will show you how to take a run-of-the-mill web application and convert it into a perfectly stateless, cloud-ready and super-scalable monster.