zoukankan      html  css  js  c++  java
  • WPF Silverlight异同明细【推荐】

    最近在使用wpf的过程中,明显的感觉到这两者之间的差别,毕竟是为不同的目标设计的。

    因此使用过程中不可避免的遇到一些比较常见的问题,如:代码共享使用、控件差异等等。

    今天看到这个白皮书“Programmatic Differences Between Silverlight and WPF”(http://wpfslguidance.codeplex.com/ ),内容非常详细,一个很好的参考资料。

    主要内容如下:(详细内容可从http://wpfslguidance.codeplex.com/ 下载)

    Similarities Between Silverlight and WPF  ............................................................................................5

    Differences Between Silverlight and WPF ...........................................................................................9

    WPF Specific Functionality ...............................................................................................................  44

    Silverlight Specific Functionality .......................................................................................................  58

    Code Reuse Strategies  ......................................................................................................................  63
    User Controls ........................................................................................................................................ 63
    Compiler Directives  ............................................................................................................................... 63
    Linked Files ........................................................................................................................................... 64
    Coding Scenarios  ................................................................................................................................... 65
    Element-to-Element Binding  ............................................................................................................. 65
    Multi-Data Binding  ............................................................................................................................ 67
    Triggers / Visual State Manager  ........................................................................................................ 68
    Fonts ................................................................................................................................................. 69

    其中的代码公用策略提供了一些参考,通过该文章可以系统的了解WPF和silverlight的异同。

  • 相关阅读:
    14使用函数时要特别考虑的问题
    13子程序的参数
    12子程序的名字和长度
    (解决tomcat端口被占用的问题)create[8005]java.net.BindException: Address already in use: JVM_Bind
    纠错记录(Could not open the editor: Android XML Editor cannot process this input.)
    查看端口被占用的进程号然后结束进程(解决端口被进程占用的问题)
    使用java对执行命令行 或 执行bat文件
    ant_0105
    ant 具体命令行展示代码
    ant 关键字和关键语句
  • 原文地址:https://www.cnblogs.com/2018/p/2013924.html
Copyright © 2011-2022 走看看