Extensions
Everything on SkillVeris tagged Extensions — collected across the glossary, study notes, blog, and cheat sheets.
7 resources across 1 library
Study Notes(7)
Custom Markup Extensions
How to author a custom MarkupExtension by overriding ProvideValue, and when to reach for one instead of a converter or plain binding.
Markup Extensions Overview
How XAML's curly-brace syntax defers value creation to parse time through classes that implement MarkupExtension.
Message Extensions
Message extensions let users search external systems or trigger actions directly from the Teams compose box, message context menu, or link previews.
gawk Extensions
Survey the features GNU awk adds over POSIX AWK — gensub, true multidimensional arrays, asort, IGNORECASE, time and networking functions, and the C extension A…
Categories and Extensions
How Objective-C categories add methods to existing classes without subclassing, and how class extensions expose private, writable state.
Flask Extensions Overview
A tour of the Flask extension ecosystem, covering how extensions plug into Flask's minimal core, the init_app pattern, and how to evaluate a new extension befo…
Extensions in Swift
Discover how Swift extensions add new functionality to existing types without modifying their original source code.