.NET Core
Microservice Solutions with Ocelot on Azure with Patrick Zhao
Learn from Patrick how valuable Ocelot is and see the ins and outs of building an API gateway and protect the services using Azure VNet.
Clean Testing: Clean Architecture with .NET Core | Jason Taylor
All developers should be writing automated tests. In fact modern developers should be doing Clean Testing. Systems that adhere to the principles of Clean Architecture are independent of UIs, databases, frameworks, and other external concerns. As a result, the domain and business logic, the most important parts of the system, are completely isolated from external…
docs.microsoft.com and the Mother of all Migrations | Tech Tips NDC Sydney 2019
Explore the impressive new features on docs.microsoft.com with Brendan Richards and Dan Fernandez. Docs.microsoft are awesome… and now have code samples that run! See how the magic happens via Azure containers that provide interactive docs that execute .Net code samples and Azure CLI operations in real-time. Also, hear behind-the-scenes stories on how one documentation site…
Up and running with the super-fast gRPC in .NET Core 3 | Liam Elliott
Remote procedure calls (RPC) have been around since the beginning of time – most of them never copped a speeding ticket! Many of us have lived through XML-RPC – SOAP – .NET Remoting – WCF – JSON-RPC and most recently – REST. Back in 2015 Google threw their hat into the ring with gRPC, promising…
What you need to know about Containers (in under 3 minutes!)
Build and ship your application anywhere.
Routing in ASP.NET Core 3.0 | ‘Tech Tips’ @ NDC Sydney 2019
Brendan Richards and Ryan Nowak explain the new End Point Routing system included in ASP.NET Core. They look at some practical problems in routing and middleware and how Endpoint Routing solves them.
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…
Opening the Machine Learning box with F# | ‘Tech Tips’ @ NDC Sydney 2019
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…