ASP.NET MVC
Clean Code with Entity Framework Core | Brendan Richards
Object Relational Mappers like EF Core exist to take the drudgery out of getting your Object-Orientated C# code to talk to a relational database. Opinions on this vary from “ORMs are the Vietnam of Computer Science” to “If you write data access code, you are stealing from your client”. Like any powerful tool, EF Core…
Read MoreThe Ultimate Azure Developer Course (8 parts) – Dev SuperPowers Azure Tour
This feature packed series is designed to bring developers up-to-speed on the new features and benefits of using Microsoft Azure to build awesome cloud-based applications. At SSW we have already gone through the hard work of learning how to implement apps on Azure and we will be showing you everything you need to know in…
Read MoreMachine Learning simplified for Developers with ML.NET – Jernej “JK” Kavka
Microsoft recently launched ML.NET 1.1 which is a great entry point for .NET developers and to gain experience building something with Machine Learning. With the recent release of ML.NET Model Builder, we can create machine learning models by attempting to import raw data first and over time curate the data, to get better results. JK…
Read MoreAzure Functions and the future of Serverless in the Enterprise | Jeff Hollan [Microsoft]
Serverless hit the ground running with plenty of excitement, skepticism, and conversation. Hear from the product manager lead for the Azure Functions runtime on where serverless has succeeded today, it’s shortcomings, and where it is headed for tomorrow.
Read MoreBuild the Real-time Web with SignalR Core and Azure SignalR Service | Anthony Chu [Microsoft]
Azure SignalR is a fully managed real-time messaging service. Learn how it integrates with ASP.NET, ASP.NET Core, and Azure Functions to add real-time capabilities using WebSocket to your applications.
Read More.NET Foundation and the Future of Tech with Jon Galloway & Jean Thirion, an AMA! 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 an…
Read MoreClean Architecture with ASP.NET Core 2.1 | Jason Taylor at DDD Sydney 2018
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 organizing…
Read MoreMaking 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…
Read MoreFull 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…
Read MoreCan 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…
Read More