🚀 Big Update: GPT-Image Models + AI Agent Skills
Announces t2i v0.16.0 with GPT-Image models and AI agent skills for GitHub Copilot and Claude Code.
Announces t2i v0.16.0 with GPT-Image models and AI agent skills for GitHub Copilot and Claude Code.
Guide on integrating Wolverine with EF Core for improved development experience, including transactional middleware and message handling.
A guide to using ElBruno.QRCodeGenerator, a lightweight .NET library for generating QR codes in ASCII, PNG, SVG, and payload formats.
Introducing NtpTick, a lightweight NTP client for .NET built in C# with a clean API and MIT license.
Explores the technical implementation of .NET 10's new 'dotnet run app.cs' feature for running single C# files without a project file.
Explains the differences between structs and classes in C#, focusing on value vs. reference types, performance, and language comparisons.
A developer shares their experience building a CLI tool for managing Godot versions using C#, .NET, and libraries like Spectre.Console.
A tutorial on implementing the State design pattern in Godot game development to manage complex game states like player actions.
A technical guide demonstrating how to use Semantic Kernel with the new GPT-4o model for image analysis, including a sample C# project.
A developer shares their initial experience learning Unity game development by creating a puzzle game inspired by M.C. Escher's 'Relativity'.
Guide to enforcing authentication for Application Insights telemetry, including configuration and code examples.
Explores state management and data persistence techniques for mobile apps built with Mobile Blazor Bindings, using a Budget Tracker app as an example.
A tutorial on adding edit and delete functionality to a blog application built with Blazor, covering both server-side API endpoints and client-side fixes.
A technical tutorial on building a blog post viewing feature using Blazor and ASP.NET Core WebAPI, including routing, API endpoints, and component logic.
A tutorial on building a blog app's home page with Blazor, covering API endpoint creation and data listing.
A tutorial explaining data binding (one-way, two-way, formatting) and event handling in Blazor, a .NET web framework.
Explores using C# operator overloading to create cleaner syntax for cross-platform file path concatenation, inspired by ReSharper's code.
A tutorial on using Roslyn and .NET Core to dynamically generate C# class code, including fields and properties, and output it to the console.
How to configure git diff to correctly display C# method signatures, including async and partial methods, in hunk headers.
Learn how to retrieve the unique invocation ID of an Azure Function using ExecutionContext.InvocationId for logging and debugging.