The garbage collector in .NET - Part 2: Compacting
Explains the .NET Garbage Collector's compacting phase, its performance benefits, and the Large Object Heap (LOH).
Explains the .NET Garbage Collector's compacting phase, its performance benefits, and the Large Object Heap (LOH).
Explains the difference between default(MyStruct) and new MyStruct() in C# 10, highlighting that default bypasses parameterless constructors.
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 guide to using SIMD (SSE) instructions in C# to optimize performance, demonstrated by summing a list of integers.
A guide to creating a minimal press kit for mobile apps, including essential text content and image assets for journalists.
A guide explaining how to use the `git rebase --onto` command to move a feature branch's commits from one base branch to another.
A tutorial on automating the sync of Office 365 calendar events to JetBrains Space using Microsoft Graph API and Space SDK.
A tutorial on importing data from an Excel spreadsheet to create a new SharePoint list, highlighting its integration benefits.
A review of Synology's Active Backup Suite, evaluating its capabilities for small business backup of physical machines, VMs, and Office 365 data.
A web developer discusses the resurgence of blogging and the importance of owning your content, while introducing his agency and educational resources.
Andy Bell discusses the need for visual feedback in client-side routers and suggests a fallback mechanism to standard links for better UX.
A PowerShell script to generate and email a daily Azure backup report using Office 365 SMTP.
Microsoft's Insider Dev Tour London event focused on building Microsoft 365 experiences and the new Edge browser for developers.
A technical review of Veeam Backup for Office 365 v3, focusing on selective folder backup features and performance improvements.
A guide on configuring selective backup jobs in Veeam Backup for Microsoft Office 365 during a migration, focusing on Exchange Online and OneDrive.
A detailed review of Veeam Backup for Microsoft Office 365 v3.0 beta, highlighting new features like granular OneDrive folder selection and significantly faster backup speeds.
Introducing scoped-style, a new CSS-in-JS library for React, Preact, Hyperapp, and InfernoJS, featuring scoped and global styling.
A wish list for Veeam Backup for Microsoft Office 365 v3, requesting features like console integration and more granular OneDrive backup controls.
An exploration of concurrency fundamentals, starting from basic concepts like threads and locks to build a foundation for writing faster, more understandable programs.
A guide on using PowerShell to copy Office 365 user license configurations between accounts, addressing a common administrative challenge.