What's new in .NET 9.0 and C# 13 Wondering what's new in .NET 9.0? I've picked my favorite additions to .NET, ASP.NET Core and C#! We're going to discover some great additions to .NET, such as improvements to Spans, System.Text.Json, Base64Urls and much more! When it comes to ASP.NET ...
.NET Aspire for Beginners - Full Series Dive into the world of .NET Aspire. In this series, we will learn about .NET Aspire, an opinionated, cloud-ready stack for building distributed applications with .NET. 00:00 - What is .NET Aspire? 11:08 - Developer Workstation Setup 19:11 - Smart Default...
githublog/2024/11/1/sending-an-ethernet-packet.md at main · francisrstokes/githublog I'm sick of complex blogging solutions, so markdown files in a git repo it is - francisrstokes/githublog
Getting Started in Tech Part 4 In this edition of #tech on ice, we continue the "Getting started in tech" series where we discuss how you can continue learning as your tech journey evolves #technology #programming #developer #coldplunge
Build a ChapGPT App In C# with the OpenAI API! - Large Language Model Programming Tutorial In this video, learn how to build a simple yet powerful console application that communicates with ChatGPT to send prompts and receive AI-generated responses. Follow along as I demonstrate the code setup, explain key functions, and show how to integrate O...
Handling Concurrency Conflicts with Entity Framework Hi there! Today we are going to see how we can handle concurrency conflicts with Entity Framework, using the optimistic concurrency approach! Chapters: 00:00 : The Problem 03:45 : What is Versioning 05:17 : Versioning (SQL Server) 06:25 : Versioning (Gen...
[HOWTO] Deploy an ASP.NET Core Web API to an Azure App Service using a GitHub Actions Workflow This week, I faced challenges deploying an ASP.NET Core Web API to an Azure App Service using GitHub Actions and OpenID Connect. Initial attempts with azure/webapps-deploy@v3 failed due to missing …
Monkey Conf 2024 MonkeyConf is a developers conference focused on covering all aspects of Cross-platform development with .NET.
OpenID Connect specifications published as ISO standards – Mike Jones: self-issued I’m thrilled to report that the OpenID Connect specifications have now been published as ISO/IEC standards. They are:
AI at the Edge with Meadow and .NET | .NET Conf 2024 Explore the intersection of AI and edge computing with Meadow and .NET. This talk delves into implementing TensorFlow Lite for Microcontrollers on the Meadow F7, empowering developers to run machine learning models directly on microcontrollers. We'll also...
An awaitable Blazor Modal Dialog I already showcased a simple modal dialog in a previous post. However, the dialog was not awaitable. In this post, I'll show you how to create an awaitable modal dialog.
Create great MIDI 2.0 apps using Windows MIDI Services and C# | .NET Conf 2024 The open source Windows MIDI Services project (https://aka.ms/midi) is nearing its first consumer release, and is getting ready to be in-boxed in Windows. In this session, learn about what the new MIDI stack brings, and then learn how to use the developer...
Introduction to Event-Driven Architecture (EventHighway) In this session, I'm going to walk you through event-driven architecture as a pattern - we will explore existing implementations and available offerings in that space and then lastly I'm going to introduce you to an open-source standard-compliant .NET lib...