UNO Platform - Build a Todo App - Part 4
Part 4 of a tutorial series on building a Todo app with the UNO Platform, focusing on adding created items to a view model collection.
Part 4 of a tutorial series on building a Todo app with the UNO Platform, focusing on adding created items to a view model collection.
A tutorial on setting up and running Laravel 9 within a Docker environment, covering Artisan, Redis, and controllers.
A guide to debugging and inspecting files in iOS apps using the Files app and Xcode's container download feature.
A technical guide explaining the Trie data structure, its implementation in C#, and its advantages for autocomplete and search operations.
The author details building a minimal HTTP parser for the Atlas web framework, focusing on extracting the method and path from the request line.
Part 3 of a tutorial series on building a Todo app with the UNO Platform, focusing on creating a dialog component for user interaction.
Part 2 of a tutorial series on building a Kanban-style Todo app using the UNO Platform for cross-platform development.
A tutorial on building a cross-platform Kanban-style Todo application using the UNO Platform with C# and XAML.
A guide to using SIMD (SSE) instructions in C# to optimize performance, demonstrated by summing a list of integers.
Developer debugs static file handling for PDF reports in a Django-based SaaS application during a live coding session.
Explains how to apply Bayesian thinking and probability to critically analyze news articles and identify underlying biases.
Explains the Decorator Pattern in C# using a cached repository example to add behavior dynamically without subclassing.
A critical analysis of Plaid's security model, arguing its credential collection widget undermines decades of online banking security best practices.
A tutorial on creating a custom RequiredIf validation attribute for conditional form validation in Blazor applications.
Explains how to use Directory.Build.props to centralize and manage common MSBuild configurations across multiple C# projects.
Explains how to use DebuggerTypeProxy and DebuggerDisplay attributes in C# to control how complex objects appear in the debugger.
A guide to using KQL aggregation functions like count() and dcount() in Microsoft Sentinel/Log Analytics to summarize and analyze security alert data.
Explains how to write native WinDbg debugging extensions using C# and .NET 7's NativeAOT feature for better interoperability.
Advanced techniques and best practices for optimizing performance in Blazor applications, covering virtualization, lazy loading, and AOT compilation.