Source

christian289/dotnet-with-claudecode

79 skills · 408 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
converting-html-css-to-wpf-xaml Converts HTML/CSS to WPF CustomControl XAML with correct patterns and common pitfall solutions. Use when transforming…
christian289/dotnet-with-claudecode
72
2
publishing-wpf-apps Guides WPF application publishing and installer options. Use when user mentions publish, deploy, release, packaging, …
christian289/dotnet-with-claudecode
14
3
designing-avalonia-customcontrol-architecture Defines the basic solution structure for AvaloniaUI Desktop Applications using CustomControl. Use when creating new A…
christian289/dotnet-with-claudecode
13
4
using-avalonia-collectionview Provides CollectionView alternatives for AvaloniaUI using DataGridCollectionView and ReactiveUI. Use when filtering, …
christian289/dotnet-with-claudecode
13
5
configuring-avalonia-dependency-injection Configures GenericHost and Dependency Injection in AvaloniaUI applications. Use when setting up DI container, registe…
christian289/dotnet-with-claudecode
10
6
fixing-avaloniaui-radialgradientbrush Fixes RadialGradientBrush compatibility issues in AvaloniaUI due to Issue
christian289/dotnet-with-claudecode
9
7
navigating-mewui-tree Traverses and manipulates the MewUI visual tree. Use when understanding element hierarchy, finding parent/child eleme…
christian289/dotnet-with-claudecode
9
8
managing-styles-resourcedictionary Manages WPF Style definitions and ResourceDictionary patterns including BasedOn inheritance and resource merging. Use…
christian289/dotnet-with-claudecode
8
9
structuring-avalonia-projects Guides the design of AvaloniaUI solution and project structures. Use when creating new AvaloniaUI solutions or organi…
christian289/dotnet-with-claudecode
8
10
using-mewui-layout Arranges UI elements using MewUI layout panels. Use when building UI layouts with StackPanel, Grid, Canvas, DockPanel…
christian289/dotnet-with-claudecode
8
11
using-xaml-property-element-syntax Converts long inline XAML bindings to Property Element Syntax for better readability. Use when XAML binding expressio…
christian289/dotnet-with-claudecode
8
12
binding-mewui-data Binds MewUI controls to data using ObservableValue and ValueBinding. Use when implementing reactive UI updates, build…
christian289/dotnet-with-claudecode
7
13
building-mewui-apps Creates MewUI applications with proper setup, windows, theming, and controls. Use when starting a new MewUI project, …
christian289/dotnet-with-claudecode
7
14
creating-mewui-controls Creates custom MewUI controls with proper measure, arrange, render, and input handling. Use when building new interac…
christian289/dotnet-with-claudecode
7
15
rendering-mewui-elements Renders custom graphics in MewUI controls using IGraphicsContext. Use when implementing OnRender, drawing shapes, tex…
christian289/dotnet-with-claudecode
7
16
customizing-controltemplate Customizes WPF control appearance using ControlTemplate with TemplateBinding and ContentPresenter. Use when completel…
christian289/dotnet-with-claudecode
6
17
designing-wpf-customcontrol-architecture Designs stand-alone control styles using WPF CustomControl and ResourceDictionary. Use when creating reusable custom …
christian289/dotnet-with-claudecode
6
18
creating-wpf-animations Creates WPF animations using Storyboard, Timeline, and EasingFunction patterns. Use when implementing UI transitions,…
christian289/dotnet-with-claudecode
5
19
rendering-wpf-high-performance Provides high-performance WPF rendering techniques including DrawingVisual, WriteableBitmap, CompositionTarget.Render…
christian289/dotnet-with-claudecode
5
20
using-wpf-behaviors-triggers Implements XAML behaviors and triggers using Microsoft.Xaml.Behaviors.Wpf. Use when adding interactivity to XAML with…
christian289/dotnet-with-claudecode
5
21
using-wpf-clipboard Uses WPF Clipboard for copy/paste operations with text, images, and custom data formats. Use when implementing copy/p…
christian289/dotnet-with-claudecode
5
22
authoring-wpf-controls Guides decision-making for WPF control authoring including UserControl vs Control vs FrameworkElement selection. Use …
christian289/dotnet-with-claudecode
4
23
configuring-dependency-injection Configures Dependency Injection using Microsoft.Extensions.DependencyInjection and GenericHost. Use when setting up D…
christian289/dotnet-with-claudecode
4
24
creating-wpf-brushes Creates WPF Brush patterns including SolidColorBrush, LinearGradientBrush, RadialGradientBrush, ImageBrush, and Visua…
christian289/dotnet-with-claudecode
4
25
creating-wpf-vector-icons Creates scalable vector icons in WPF using PathGeometry and GeometryGroup. Use when building resolution-independent i…
christian289/dotnet-with-claudecode
4
26
formatting-culture-aware-data Formats dates, numbers, and currency with culture awareness in WPF. Use when displaying localized data formats or bui…
christian289/dotnet-with-claudecode
4
27
implementing-wpf-automation Implements WPF UI Automation for accessibility using AutomationPeer and AutomationProperties. Use when building acces…
christian289/dotnet-with-claudecode
4
28
implementing-wpf-validation Implements WPF data validation using ValidationRule, IDataErrorInfo, and INotifyDataErrorInfo. Use when building form…
christian289/dotnet-with-claudecode
4
29
integrating-wpf-media Integrates multimedia content in WPF including MediaElement video/audio playback, Image control display, and SoundPla…
christian289/dotnet-with-claudecode
4
30
localizing-wpf-with-baml Localizes WPF applications using BAML localization with x:Uid attributes and LocBaml tool. Use when building enterpri…
christian289/dotnet-with-claudecode
4
31
mapping-viewmodel-view-datatemplate Implements automatic ViewModel-View mapping using DataTemplate for navigation scenarios. Use when building dynamic co…
christian289/dotnet-with-claudecode
4
32
migrating-wpf-to-dotnet Migrates WPF applications from .NET Framework to .NET 6+. Use when upgrading legacy WPF apps, resolving compatibility…
christian289/dotnet-with-claudecode
4
33
navigating-visual-logical-tree Navigates WPF Visual Tree and Logical Tree with VisualTreeHelper and LogicalTreeHelper patterns. Use when traversing …
christian289/dotnet-with-claudecode
4
34
optimizing-fast-lookup Implements fast O(1) lookup patterns using HashSet, FrozenSet, and optimized Dictionary in .NET. Use when building hi…
christian289/dotnet-with-claudecode
4
35
rendering-with-drawingcontext Renders high-performance graphics using WPF DrawingContext for 10-50x improvement over Shape. Use when drawing large …
christian289/dotnet-with-claudecode
4
36
using-converter-markup-extension Implements IValueConverter as MarkupExtension for direct XAML usage without StaticResource. Use when creating convert…
christian289/dotnet-with-claudecode
4
37
virtualizing-wpf-ui Implements WPF UI virtualization for large data sets using VirtualizingStackPanel. Use when displaying 1000+ items in…
christian289/dotnet-with-claudecode
4
38
advanced-data-binding Implements advanced WPF data binding patterns including MultiBinding, PriorityBinding, and complex converters. Use wh…
christian289/dotnet-with-claudecode
3
39
binding-enum-command-parameters Binds enum values to WPF CommandParameter using x:Static markup extension. Use when passing enum types to commands or…
christian289/dotnet-with-claudecode
3
40
configuring-console-app-di Implements dependency injection using GenericHost in .NET Console Applications. Use when building console application…
christian289/dotnet-with-claudecode
3
41
configuring-wpf-themeinfo Configures ThemeInfo attribute in AssemblyInfo.cs for WPF CustomControl Generic.xaml auto-loading. Use when creating …
christian289/dotnet-with-claudecode
3
42
creating-graphics-in-code Creates WPF graphics dynamically in C# code using Shape, PathGeometry, and PathFigure classes. Use when building char…
christian289/dotnet-with-claudecode
3
43
creating-wpf-dialogs Creates WPF dialog windows including modal dialogs, MessageBox, and common dialogs. Use when implementing confirmatio…
christian289/dotnet-with-claudecode
3
44
creating-wpf-flowdocument Creates WPF FlowDocument for rich text display with Paragraph, Table, List elements. Use when building document viewe…
christian289/dotnet-with-claudecode
3
45
defining-wpf-dependencyproperty Defines WPF DependencyProperty with Register, PropertyMetadata, callbacks, and validation. Use when creating custom c…
christian289/dotnet-with-claudecode
3
46
developing-wpf-customcontrols Develops WPF CustomControls using Parts and States Model best practices. Use when creating templatable controls with …
christian289/dotnet-with-claudecode
3
47
displaying-slider-index Displays 0-based collection indices as 1-based numbers in WPF Slider controls. Use when showing user-friendly slice/p…
christian289/dotnet-with-claudecode
3
48
embedding-pdb-in-exe Embeds PDB debugging symbols into EXE/DLL files. Use when configuring embedded debug symbols, single-file deployment,…
christian289/dotnet-with-claudecode
3
49
formatting-wpf-csharp-code Formats WPF XAML and C# code using XamlStyler and dotnet format. Generates Settings.XamlStyler and .editorconfig file…
christian289/dotnet-with-claudecode
3
50
handling-async-operations Implements asynchronous programming patterns using Task, ValueTask, and ConfigureAwait in .NET. Use when building non…
christian289/dotnet-with-claudecode
3
Page 1 · 79 total Next