zoukankan      html  css  js  c++  java
  • Caliburn.Micro

    Caliburn.Micro Xaml made easy

    Introduction

    When my “Build Your Own MVVM Framework” talk was chosen for Mix10, I was excited to have the opportunity to show others what we had been doing in Caliburn in a simplified, but powerful way. After giving the talk, I received a ton of positive feedback on the techniques/framework that I had demonstrated. I was approached by several companies and individuals who expressed an interest in a more “official” version of what I had shown. That, coupled with the coming of Windows Phone 7, impressed upon me a need to have a more “lean and mean” framework. My vision was to take 90% of Caliburn’s features and squash them into 10% of the code. I started with the Mix sample framework, then used an iterative process of integrating Caliburn v2 features, simplifying and refactoring. I continued along those lines until I had what I felt was a complete solution that mirrored the full version of Caliburn v2, but on a smaller scale. 当我的“建立你自己的MVVM框架“被选为mix10的演讲,我很兴奋能有机会向别人展示在Caliburn项目上做的简化但依旧强大的方式。在演讲结束后,我收到了超多对我演示过的技术/框架的反馈。我拜访了几家非常期待我所展示的“更正式”的版本的公司和个人。然后,即将到来的WP7,很深刻的提醒我需要有一个更“瘦”的框架。我的愿景是具备Caliburn的90%的特性,并只有原先10%的代码量。我搭建了概念版框架,开始了Caliburn V2的功能的迭代过程,简化和重构。一直做到我觉得是它已经很像Caliburn v2的解决方案了,但规模非常小。
       
  • 相关阅读:
    用归并排序或树状数组求逆序对数量 poj2299
    UVA10600 次小生成树
    最小生成树求最大比率 UVALive
    求树的重心 poj 1655
    求树的直径+并查集(bfs,dfs都可以)hdu4514
    树形DP+RMQ+尺取法 hdu4123
    区间dp 51nod1021
    LCS poj1080
    最长公共子序列hdu1503
    python No handlers could be found for logger错误的解决
  • 原文地址:https://www.cnblogs.com/3Tai/p/6122966.html
Copyright © 2011-2022 走看看