The Ultimate .NET Core Developer Course (10 parts) – Dev SuperPowers .NET Core Tour
Build and host Enterprise Web Applications on .NET Core. .NET Core is out and it’s the most powerful and flexible version ever! Much of the day-to-day code you write will be the same – but the architecture and how your project fits together has changed. We will provide you with: A solid foundation in .NET…
Thousands of concurrent connections with Azure SignalR Service
As much as everyone loves having real-time applications, it is a pain to have them in high traffic websites. Scaling is a big issue which can be easily solved by using Azure’s SignalR Service. How can we add real-time functionality to cloud hosted web applications? How can we test and handle high traffic volume without…
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…
The 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…
Machine 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…
Azure 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.
Build 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.
.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…
Clean 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…