Skip to content
View christian289's full-sized avatar
๐Ÿ˜€
๐Ÿ˜€

Sponsoring

@dotnetdev-kr

Highlights

  • Pro

Block or report christian289

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
christian289/README.md

Hi there, I'm christian289 ๐Ÿ‘‹

๐Ÿš€ Featured Project

The Ultimate WPF Development Toolkit for Claude Code.

๐ŸŽฏ 76 Skills WPF patterns, MVVM, CustomControl, performance optimization
๐Ÿค– 11 Agents Specialized AI assistants for WPF development
๐Ÿ”Œ 1 MCP Server MicrosoftDocs integration
๐Ÿ”„ Prism 9 Support 13 companion files for dual-framework development
โšก Quick Install
# Step 1: Add the marketplace (one-time)
/plugin marketplace add christian289/dotnet-with-claudecode

# Step 2: Install the plugin
/plugin install wpf-dev-pack@dotnet-claude-plugins

๐Ÿ› ๏ธ Tech Stack

C# ย ย  .NET ย ย  WPF


๐Ÿ“Š GitHub Stats

GitHub Stats

Top Languages

Pinned Loading

  1. dotnet-with-claudecode dotnet-with-claudecode Public

    ClaudeCode์™€ ํ•จ๊ป˜ํ•˜๋Š” .NET ๊ฐœ๋ฐœ ํŠœํ† ๋ฆฌ์–ผ

    C# 16 2

  2. wonderland wonderland Public

    C#

  3. wpf-dicom-viewer wpf-dicom-viewer Public

    C#

  4. wpf-tutorials wpf-tutorials Public

    C#

  5. WpfExample WpfExample Public

    C#

  6. WPF XAML ์‚ฌ์šฉ ์‹œ ๊ฐ€๋กœ๋กœ ๊ธธ์–ด์ง€๋Š” Binding ์ฝ”๋“œ Bi... WPF XAML ์‚ฌ์šฉ ์‹œ ๊ฐ€๋กœ๋กœ ๊ธธ์–ด์ง€๋Š” Binding ์ฝ”๋“œ Binding XAML ํ™•์žฅ ๋ฌธ๋ฒ•. XAML ์ฝ”๋“œ ์ž์ฒด๋Š” ๊ธธ์–ด์งˆ ์ˆ˜ ์žˆ์œผ๋‚˜, ๊ตฌ์กฐ์ ์œผ๋กœ ์ƒ์„ฑํ•˜์—ฌ ๋ช…์‹œ์ ์œผ๋กœ ๋ณผ ์ˆ˜ ์žˆ์Œ.
    1
    <DataGridTemplateColumn.Header>
    2
        <unit:GdtCheckBox IsThreeState="False"
    3
                          IsChecked="{Binding Path=DataContext.IsAllChecked, UpdateSourceTrigger=PropertyChanged, RelativeSource={RelativeSource AncestorType=DataGrid, Mode=FindAncestor}}"/>
    4
    </DataGridTemplateColumn.Header>