1. EachPod

Adelaide .NET User Group Podcast - Podcast

Adelaide .NET User Group Podcast

Recordings of presentations made at monthly meetings of the Adelaide .NET User Group

How To Education Development Technology
Update frequency
every 38 days
Average duration
69 minutes
Episodes
67
Years Active
2016 - 2025
Share to:
.NET Development in 2025 + InstallFest!, with David Gardiner

.NET Development in 2025 + InstallFest!, with David Gardiner

Never used .NET and wondering what all the fuss is about? Or are you a seasoned .NET professional curious about the parts you haven't yet explored? This session is for everyone—from newcomers to expe…
00:53:58  |   Tue 11 Mar 2025
Testing with SpecFlow, with Stephen Nield and Rich Moran

Testing with SpecFlow, with Stephen Nield and Rich Moran

SpecFlow is a framework for .NET used to create automated tests using the Gherkin Given-When-Then syntax. In, this talk, you'll learn about how SpecFlow can be used to create BDD style tests, and als…
01:08:23  |   Wed 13 Nov 2024
10 tips and tricks for GitHub Actions and Azure DevOps, with David Gardiner

10 tips and tricks for GitHub Actions and Azure DevOps, with David Gardiner

In this talk I'll share some of the lessons learned in creating and maintaining numerous build and deployment pipelines in both Azure DevOps and GitHub. You will learn about the common traps to avoid…
01:20:38  |   Wed 11 Sep 2024
The different ways you can join your code together, with Calvin Fong

The different ways you can join your code together, with Calvin Fong

Developers often say to "design your code like LEGO". Typically, they're suggesting you separate your code into small modules with single responsibilities. However, a frequently overlooked detail is …
01:05:41  |   Wed 14 Aug 2024
Extending Microsoft Copilot with .NET, with Daniel Brown

Extending Microsoft Copilot with .NET, with Daniel Brown

In this presentation, Daniel Brown, User Group Lead of the Adelaide Microsoft Copilot User Group, will delve into developing, integrating, and extending the capabilities of Microsoft Copilot within .…
01:14:54  |   Wed 10 Jul 2024
OpenTelemetry: Adding observability to any Microservices environment, with Glenn Versweyveld

OpenTelemetry: Adding observability to any Microservices environment, with Glenn Versweyveld

Discover how OpenTelemetry, an open-source observability framework can revolutionise the way you monitor, trace, and analyze your distributed systems. See how you can seamlessly integrate it into you…
01:03:03  |   Wed 12 Jun 2024
Building a Microsoft Teams app to replace email, with Ben Smit and Matthew Astachnowicz

Building a Microsoft Teams app to replace email, with Ben Smit and Matthew Astachnowicz

Do you want your notifications to cut through the noise of email? With the global shift to remote & hybrid work, email has been feeling the strain, pushing more and more companies to use IM apps such…
01:04:27  |   Wed 08 May 2024
Boosting Developer Experience, with Sam Fernando

Boosting Developer Experience, with Sam Fernando

Developer experience is a crucial aspect of software development that focuses on improving the workflow, productivity, and overall satisfaction of developers. By enhancing the developer experience, t…
01:15:02  |   Wed 10 Apr 2024
Connectivity for IoT devices anywhere in the world, with Bryn Lewis

Connectivity for IoT devices anywhere in the world, with Bryn Lewis

If your devices have to work anywhere, satellite connectivity is really the only option. This session is about building an Azure IoT based solution which copes with the challenges of satellite connec…
00:32:59  |   Wed 13 Mar 2024
.NET 8 Lightning talks

.NET 8 Lightning talks

.NET 8 favourites speed-run, with Ryan Rowston Let's race into the next generation of .NET with a speed-run through a few of my favourite new features is .NET 8. Blazor United, with John Merchant Not…
01:31:42  |   Wed 14 Feb 2024
Down the Oregon Trail with Functional C#, with Simon J. Painter

Down the Oregon Trail with Functional C#, with Simon J. Painter

In 1971, three students from Minnesota thought they could liven up a history lecture by creating a computer game for the students to play, and after several days of work in HP Time Share BASIC, they …
01:24:52  |   Wed 13 Dec 2023
Revolutionizing Online Retail with Blazor, with James Chapman-Smith and Donald Urquhart

Revolutionizing Online Retail with Blazor, with James Chapman-Smith and Donald Urquhart

An eye-opening journey into the heart of Discount Party Supplies' ERP system, Byblos, as we spotlight the transformative role Blazor has played in pushing our business to the next level. Discover how…
01:40:40  |   Wed 13 Sep 2023
Managing granular authorisation in .NET, with Ryan Rowston

Managing granular authorisation in .NET, with Ryan Rowston

We have a challenge: Modern day administrators want to keep a tight rein on who can perform different actions in their systems. Join us and learn how we've evolved our authorisation patterns to grant…
01:04:36  |   Wed 09 Aug 2023
ChatGPT Client with Blazor, GraphQL, .NET and Azure OpenAI Service, with John Merchant

ChatGPT Client with Blazor, GraphQL, .NET and Azure OpenAI Service, with John Merchant

Have you ever loaded the official ChatGPT web application, entered a prompt and wondered: "How did they build that? How did they stream the response to the browser? And most importantly, how could I …
01:19:52  |   Wed 12 Jul 2023
From Code to Production - Building .NET Natively on AWS, with Derek Bingham

From Code to Production - Building .NET Natively on AWS, with Derek Bingham

Come and learn how 'DevPulse', a cloud native .NET application for delivering interactive polls at AWS community expo booths was taken from ideation into production. In this session we will learn how…
01:13:56  |   Wed 14 Jun 2023
Moving Beyond RESTful: Why gRPC should be your next choice for .NET API services, with Andy Li

Moving Beyond RESTful: Why gRPC should be your next choice for .NET API services, with Andy Li

In this presentation, we will explore why gRPC is a technology worth considering for API service development in .NET. We will discuss the benefits of gRPC over RESTful APIs and provide an overview of…
01:47:14  |   Wed 10 May 2023
How does Hot Reload even work, with David Wengier

How does Hot Reload even work, with David Wengier

Hot Reload (and Edit and Continue) are reasonably amazing technologies allowing you to apply code changes on the fly, without stopping your application, or seemingly even recompiling it. Whilst a Hot…
01:20:51  |   Wed 12 Apr 2023
Writing XAML like it's 2023, with Matt Lacey

Writing XAML like it's 2023, with Matt Lacey

Whether it be MAUI, WPF, WinUI, Xamarin.Forms, UWP, Uno Platform, Avalonia, or any other technology that defines UIs with XAML, there are some common complaints about working with XAML files that hav…
01:20:51  |   Wed 08 Mar 2023
How do I get rid of my ifs, with Calvin Hong

How do I get rid of my ifs, with Calvin Hong

You've been bashing your head against a wall for 5 hours trying to figure out what went wrong. Suddenly you remember what you were thinking when you wrote this code 2 years ago. "But an if statement …
00:46:06  |   Wed 08 Feb 2023
Containers in .NET 7, with David Gardiner

Containers in .NET 7, with David Gardiner

Running .NET inside a container has been supported for a while, but up until now, building the container image required a bunch of extra steps. Until .NET 7! We'll contrast how much easier it is to b…
00:12:07  |   Wed 09 Nov 2022
Disclaimer: The podcast and artwork embedded on this page are the property of David Gardiner. This content is not affiliated with or endorsed by eachpod.com.