infoq笔记——20131111

  1. Clide, an “Enjoyable Visual Studio Automation API”

  2. https://www.nuget.org/packages/clide
  3. First Floor Software, makers of XAML Spy, is now offering a free version of their flagship product. Known as XAML Spy Express, this product allows developers to browse the visual tree of a running application.
  4. http://xamlspy.com/learn/xaml-spy-express
  5. http://snoopwpf.codeplex.com/
  6. SQL Makes a Comeback through NewSQL

  7. F1, http://static.googleusercontent.com/external_content/untrusted_dlcp/research.google.com/en/us/pubs/archive/41344.pdf
  8. http://www.memsql.com/
  9. http://www.clustrix.com/
  10. http://ceylon-lang.org/
    Html html = Html {
       Head {
          title = "Ceylon: home page";
       };
       Body {
          H2 ( "Welcome to Ceylon, ``user.name``!" ),
          P ( "Now get your code on :)" )
       };
    
  11. RAML来源于RESTful API建模语言,它是一种让人们易于阅读并且能让机器对特定的文档能解析的语言。RAML是基于YAML,符合1.2版本规范,能帮助设计RESTful API和鼓励对API的发掘和重用,依靠标准和最佳实践从而编写更高质量的API。
  12. http://raml.org/index.html
原文地址:https://www.cnblogs.com/dmdj/p/3418462.html