C# vNext - What could come
Explores potential future features for the C# programming language, including compound assignments in object initializers and discriminated unions.
Explores potential future features for the C# programming language, including compound assignments in object initializers and discriminated unions.
A guide to creating helpful 404 error pages for Jekyll and GitHub Pages sites using JavaScript to suggest relevant pages based on URL similarity.
A guide to using Directory.Build.props to create a central NuGet package store for managing dependencies in a UNO Platform .NET 6 application.
Introducing StoreKitPlus, a Swift library that adds extra functionality and simplifies using StoreKit 2 in SwiftUI apps.
Explains when Blazor components automatically re-render and common pitfalls to avoid, focusing on StateHasChanged, async methods, and lifecycle events.
Explains how to use TaskCompletionSource in .NET to convert event-based APIs into awaitable tasks, with examples for timers and error handling.
Explains the key differences between 32-bit and 64-bit computer systems using simple analogies for beginners.
Explores valid use cases for the 'goto' keyword in C#, challenging its reputation as universally bad practice.
Explores the new variable colors feature in SF Symbols 4 for Apple platforms, allowing icons to adapt dynamically to numeric values like signal strength.
Explains how to use SwiftUI's new .presentationDetents modifier in iOS 16 to create custom-sized sheets with multiple detents and handle controls.
Explains the differences between C#, .NET, IL, and the JIT compiler, detailing their roles in the .NET development stack.
A developer introduces Helios, a new capability-based microkernel written in Hare, detailing its design, current features, and future plans for a complete OS.
Explains C# delegates, including Action, Func, Predicate, and lambda expressions, and how they are used to pass methods.
Fixing Docker Desktop credential errors in CI by modifying the config.json file to remove the 'credsStore' key.
A developer's technical evaluation of Firebase and AWS Amplify for building a wedding website with custom domain, auth, and email features.
A talk on leveraging PostgreSQL's advanced features within Django projects, presented at PyCon Italia 2022.
Explains the .NET Garbage Collector's compacting phase, its performance benefits, and the Large Object Heap (LOH).
Explains the ObjectPool pattern in C# for performance optimization, showing how to reuse expensive objects to reduce garbage collection overhead.
Explains JDK Enhancement Proposal 405 for previewing record patterns in Java 19, focusing on deconstructing records in pattern matching.
Parallels RAS 19 Public Preview introduces new features including AWS integration, MSIX app attach support, Let's Encrypt management, and ARM64 client.