ASPNetCore-Banner-1100x200
Making unit tests simple again with .Net Core and EF Core | Jernej Kavka at DDD Sydney 2018

Making unit tests simple again with .Net Core and EF Core | Jernej Kavka at DDD Sydney 2018

Unit testing can be hard especially when databases are involved. In this talk, JK will teach you how to include EF Core to simplify testing of “Will this actually work on a real DB” while keeping the tests self-contained and repeatable. You’ll also walk away knowing how cool the combination of EF Core in-memory and…

Full Stack Rx – Using Redux Patterns on the Server Side with .Net Core, and SignalR | Brendan Richards at DDD Sydney 2018

Full Stack Rx – Using Redux Patterns on the Server Side with .Net Core, and SignalR | Brendan Richards at DDD Sydney 2018

Imagine you had something really important to tell everyone but weren’t allowed to speak up until asked. That’s how all web servers and WebAPIs with their HTTP Request/Response cycle operate. SignalR, built on WebSockets, changes this client-server relationship from “speak only when spoken to” to a fully bi-directional communication. This is amazing, but can also…

Can you build a Neural Net from scratch? – Richard Campbell, Carl Franklin & Joe Albahari on .NET Rocks! Live from NDC Sydney 2018

Can you build a Neural Net from scratch? – Richard Campbell, Carl Franklin & Joe Albahari on .NET Rocks! Live from NDC Sydney 2018

NDC returned to Sydney this year and SSW TV was there alongside .NET Rocks! to catch all of the action with our Ask Me Anything! sessions. As usual there were a host of top industry pros talking about various subjects related to software development. This year, SSW TV worked alongside .NET Rocks! to run and…

Solving first world problems with .NET Core and SignalR | Liam Elliott

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…

developing-entreprise-apps-asp.net-jason-taylor

Developing 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…

full-stack-rx-programming-brenda

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

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.

Windows Server Containers: What do I need to know as a ASP.NET Developer? | Jeremy Cade at DDD Brisbane 2015

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

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…