Behind the scenes of dotnet run app.cs: Exploring the .NET 10 preview - Part 2
Explores the technical implementation of .NET 10's new 'dotnet run app.cs' feature for running single C# files without a project file.
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'.
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.
A developer introduces a tool to analyze .NET project files, extracting build info and dependencies to automate manual tasks.
A developer expresses gratitude for community votes that secured their speaking slot at the MIX11 conference in Las Vegas.
A 2009 presentation on building a Twitter clone in 60 minutes using ASP.NET MVC 2 Preview 1, covering security and routing.
A presentation on Mocking techniques for software testing, delivered at the Visual Studio User Group Belgium, with slides and demo code.
A screencast tutorial demonstrating how to use the ASP.NET MVC ModelBinder to improve code maintainability and testability.
Author's article on ASP.NET MVC framework published in a Dutch .NET magazine, with updated code examples available online.