Presentations
Solving first world problems with .NET Core and SignalR | Liam Elliott
SignalR has been around since 2013, offering real-time push notifications for our websites. This year, Microsoft gave us SignalR Core, combined all of the features of SignalR with the benefits of .NET Core. Join Liam as he walks you through how easy it is to build a real-time web client in both Angular and React…
Read MoreDeveloping Enterprise Apps with ASP .NET Core 2.1
The explosive growth of web frameworks and the demands of users have changed the approach to building web applications. Many challenges exist, and getting started can be a daunting prospect. Let’s change that now. This talk provides practical guidance and recommendations. We will cover architecture, technologies, tools, and frameworks. We will examine strategies for organising…
Read MoreDevOps Best Practices for Azure and VSTS – Damian Brady
Azure and VSTS are a match made in heaven but navigating the countless features and options can be tricky! There are many ways you can deploy an application, but what are the DevOps best practices that should be followed? In this session, learn now to deploy safely to production on Windows or Linux, with no…
Read MoreFull Stack RX Programming – Brendan Richards
Like many of us, Brendan first started working with reactive programming patterns under JavaScript based user interfaces with RxJS. But Reactive Programming is a pattern available to most modern languages, including Reactive Extensions for .NET and Entity Framework RX. This talk is an introduction to using Reactive Extensions on the server side with ASP.NET Core…
Read MoreI have a container… now what? | Thiago Passos
This is not the same container 101 talk you’ve seen a dozen times. The point of this talk is how to ship a container to production, once you’ve built it. We’ll containerize a .net core app, debug locally, set up continuous deployment, set up a container cluster and deploy to it.
Read MoreDynamics 365 for the .NET dev – Andrew Campey
When it comes to developing a website, you don’t use pure HTML and JavaScript – you find frameworks to help. So why should your client CRM/ERP be any different? In this talk, Andrew explains what exactly is Dynamics 365 and how we got here. Then we explore how your existing .NET and JavaScript skills can…
Read MoreWindows Server Containers: What you need to know | Jeremy Cade at DDD Brisbane 2015
SSW TV was proud to sponsor this years’ DDD event in Brisbane. In this session Jeremy Cade walks us through Windows Server Containers what you need to know as an ASP.NET Developer. From the description: The game has changed: Containers, once the the sole dominion of Linux have made their way into the Microsoft stack.…
Read MoreDeploying ASP.NET Core Applications | Danijel Malik at DDD Sydney 2016
ASP.NET Core is a whole new world for ASP.NET developers because it opens the door to cross-platform development. However, it comes with a hefty price. Not only does it takes some time before you get your head around it, even deployment is now quite different. So how can you bring ASP.NET Core application and DevOps…
Read MoreHow to set up Visual Studio 2015 to work with Angular2 | Duncan Hunter
In this video, learn how to: Set up Typescript for Visual Studio in Angular2 Override Visual Studio’s inbuilt Node and Gulp versions to use your project or global versions How to launch Angular 2 on a blank default ASP.NET Core application How to set up ASP.NET Core to use index,html and static files
Read More