How to begin WPF development?

后端 未结 13 1836
迷失自我
迷失自我 2020-12-02 04:56

I\'ve been using Winforms since .NET 1.1 and I want to start learning WPF.

I\'m looking for some good resources for a beginner in WPF. What should I read, what tools

13条回答
  •  隐瞒了意图╮
    2020-12-02 05:32

    I'd recommend the book Windows Presentation Foundation Unleashed by Adam Nathan

    Then I'd recommend you write an application. Like every other dev environment, there are no perfect guidelines. You have to find the ones that make the most sense for your circumstance. The only way to do that is to just start coding.

    As for tools, Visual Studio 2008 [Express] is your best bet. Or you might be able to limp along with XamlPad.

提交回复
热议问题