Azure

Thumbnail

Running ‘Have I Been Pwned’ with Azure and Cloudflare | Tech Tips NDC Sydney 2019

Have you been pwned? SSW’s Matt Wicks discusses Troy Hunt’s ‘Have I been Pwned’ website: – The internals of Have I Been Pwned – What technologies are used to minimize the cost of running the service – How Troy uses Cloudflare as a CDN (to use Azure less and avoid big $$$) – The how…

Thumbnail

What you need to know about Containers (in under 3 minutes!)

Build and ship your application anywhere.

Thumbnail

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…

Thumbnail

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…

Azure-DevSuperPowers-SSWTV-Thumbnail

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…

Thumbnail

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…

CosmosDB thumbnail

Real-life SpendOps with Cosmos DB | William Liebenberg

In this video, William will measure test outcomes in terms of Success or Failure. With Cosmos DB we also need factor in the effect our code changes will have on the cost of our software in production. In this talk you will learn the secrets to optimize your Cosmos DB performance and at the same…

Azure Functions and the future of Serverless in the Enterprise | Jeff Hollan [Microsoft]

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]

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.