search

Home  >  Q&A  >  body text

c++ - 求C#写桌面应用程序的书籍或视频教程。感觉很多书都是讲开发网站

网上的很多C#书籍教程都是针对C#语法或开发网站之类的。在做应用桌面程序上有没有好的教程推荐。

之前一直使用VC++ 的MFC框架写程序。有时用VB6

如果有优秀的开源程序,请给个链接或名字。

迷茫迷茫2814 days ago608

reply all(4)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 11:11:04

    To develop desktop applications based on C#, there are two main sets of tools: WPF and Silverlight. The syntax of the two is similar. It is recommended to learn WPF and many related books.

    To put it simply, all pages are written in xaml files, and business logic is written in .cs (code behind). As for other MVC and MVVM architectures, we can talk about them later. The xaml syntax is very simple, similar to xml: <Button x:Name="test"/>

    reply
    0
  • PHPz

    PHPz2017-04-17 11:11:04

    "WPF Programming Guide"

    From novice to expert, everyone can

    reply
    0
  • 阿神

    阿神2017-04-17 11:11:04

    Open Taobao and search here for a complete set of C# tutorials
    The No. 1 store of good tutorials
    Store number: 146025
    Dear, come to my shop to find treasures~

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 11:11:04

    Teach you how to make UWP applications: Microsoft Faith Center

    reply
    0
  • Cancelreply