.NET Core
EF Core Query Tags and logging | Jernej “JK” Kavka
.NET Core allows us to log just about everything very easily, but when something goes wrong with SQL queries, how exactly do you figure out where it’s coming from…? This is where EF Core Query Tags comes into play, along with a couple of logging strategies, you’ll never be confused by the intent and location…
Read MoreBlazor 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 More