Enhanced .NET Unit Testing | David Gardiner

In this fast-paced talk David shows you a bunch of really useful libraries and tools that can make writing unit tests faster, simplify reading and understanding test code and help you identify the root cause of failed tests. A great mix of general and special purpose libraries to have in your unit testing toolbox. Take…

Read More

Performance Tuning from the Trenches – Eric Phan

Performance is often the last thing that developers think about when working on their projects. Often times it is after the website has crashed and burned before performance gets brought to the top of the backlog. In this session Eric will share war stories from helping clients performance tune their applications and guide you through…

Read More

From Devs Oops to DevOps | Danijel Malik

It’s probably safe to say that most development teams are Agile. But regardless of which side you are on, nothing saves you if you start off on the wrong foot.

There are a lot of pitfalls before your software goes into production, and you will learn about the most common mistakes that are taken in a hurry to get a product out.

Read More

No More Deadlocks – Filip Ekberg

Do you find yourself in situations where your applications deadlock because of async and await? Do you want to make your applications more reliable? In this session Filip Ekberg talks about how to do asynchronous programming properly in .NET. Filip will show you the pitfalls and best practices which will help you along your way!…

Read More

C# Is The Future – Filip Ekberg

The next version of C# is upon us so if you thought that this language was long forgotten by its creators come along on this journey where Filip will prove you otherwise! Filip will show you how C# has evolved over the years and what you might expect in the future. Are you ready to…

Read More

Cloud-Based Machine Learning for the Developer | Peter Myers

Machine Learning is a subfield of computer science concerned with systems that learn from data. In this 2 part session, you will learn how a Microsoft Azure Machine Learning solution comes to life: From the creation of a workspace, to the preparation of data, to experimentation with machine learning algorithms, and then finally to the…

Read More