[WinRT] Toggle selection of a list item on long press
A tutorial on implementing long-press item selection for WinRT ListView and GridView controls to improve user experience.
A tutorial on implementing long-press item selection for WinRT ListView and GridView controls to improve user experience.
A tutorial on enhancing a WPF GridView with automatic sorting and visual sort glyph indicators using adorners and custom images.
A tutorial on implementing automatic column sorting in WPF GridViews using attached properties, compatible with the MVVM pattern.
A tutorial on creating a custom GridView extension method for ASP.NET MVC using C# lambdas for templating, paging, and editing.
A tutorial on using LINQ (Language Integrated Query) in C# to query and process files from the filesystem, demonstrated with a photo album example.