Back to work, and a major change of mindset.
After two month of holidy / parental leave you go back in the coding world, and trying to start where you left.
To warm up my coding skills I had a look at some Code Kata for .net found here: http://codingkata.net/
I also did some reading up on patterns, which is greatly explained and implemented here: http://dotnetcodr.com/
My next big project is to migrate a local web server to Azure. Right now I'm in the planing stages of figuring out if I should use Azure websites, or cloud services. Either way I will need to setup a virtual mashine running Mysql, as well as leveraging Sql Azure for Mssql.
To be continued on the Azure project.