.NET Core
Blazor Web Apps – Goodbye JavaScript! I’m in love with C#
By this time next year most of us will be hooked on Blazor WebAssembly. Now we can run C# code directly in our browsers and get the added bonus of having a full .NET stack for building enterprise web applications. In this talk, William explains how for many years the only option we had was…
Read MoreClean 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…
Read MoreWhat’s New in .NET Core 3.0 | Tech Tips NDC Sydney 2019
Liam Elliott talks to Scott Hunter, Director of Program Management at Microsoft, who demoes some cool new features of .NET Core 3.0, including: – Microservices – gRPC – Endpoint Routing – Exciting new experiences for Xamarin, including Xamaring Hot Restart
Read Moredocs.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…
Read MoreUp 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…
Read MoreWhat you need to know about Containers (in under 3 minutes!)
Build and ship your application anywhere.
Read MoreRouting 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.
Read MoreThe 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…
Read MoreClean 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 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