PRESENTATIONS
Full 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…
I 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.
Dynamics 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…
Windows 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.…
Deploying 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…
How 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
Easy Continuous Deployment + TFS Git = The Freeway of Love with Adam Cogan and Adam Stephensen
Thanks to the powerful combination of Visual Studio Online and Windows Azure, creating a simple continuous deployment pipeline to staging and production web sites has never been easier. Come along and see how you can leverage Windows Azure and TFS to deploy early and often, get feedback faster and ensure “Go Live” day ends with…