zoukankan      html  css  js  c++  java
  • 【开源项目】开源项目、组件

    【1.AutoMapper】 

    AutoMapper is a simple little library built to solve a deceptively complex problem - getting rid of code that mapped one object to another. This type of code is rather dreary and boring to write, so why not invent a tool to do it for us?

    AutoMapper是一个.NET的对象映射工具,AutoMapper可以将复杂的对象转换为DTO(Data Transfer Object),或者简单的对象,以方便数据的序列化以及传输。

    【关键词】:实体对象映射

    【Github地址】:https://github.com/AutoMapper/AutoMapper

    【使用平台】:.Net

    【2.MVVMLight】

    The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in WPF, Silverlight and in the Windows Phone.

    Like other MVVM implementations, the toolkit helps you to separate your View from your Model which creates applications that are cleaner and easier to maintain and extend. It also creates testable applications and allows you to have a much thinner user interface layer (which is more difficult to test automatically).

    This toolkit puts a special emphasis on the "blendability" of the created application (i.e. the ability to open and edit the user interface into Expression Blend), including the creation of design-time data to enable the Blend users to "see something" when they work with data controls.

    【关键词】:分层

    【CodePlex地址】:http://mvvmlight.codeplex.com/

    【使用平台】:Windows Phone

    【3.AppBarUtils】

    AppBarUtils provides out-of-box app bar behaviors/triggers/actions for Windows Phone SDK 7.1/8.0. They enable you to do command binding (also binding for other properties) for app bar buttons/menu items, make use of the built-in Blend SDK and 3rd party behaviors, and dynamically show different app bars for different pano/pivot items or based on different page states.

    【关键词】:AppbarButton命令绑定

    【CodePlex地址】:http://appbarutils.codeplex.com/

    【使用平台】:Windows Phone

    【4.MVVMLightNavigation】

    This is a very simple set of classes that make implementing consistent navigation in your windows phone 8 applications an automated process. For the future I would like to implement this for Windows phone 7+ and perhaps winrt, although winrt already has some good options with MVVMlight.

    【关键词】:MVVMLight中统一导航服务

    【CodePlex地址】:http://mvvmlightnavigation.codeplex.com/

    【使用平台】:Windows Phone

  • 相关阅读:
    OC-内存管理-基本原理与引用计数器
    OC-改错题
    OC-Q&A
    OC-SEL
    CO-类的本质、description方法
    Tomcat 下 mysql的连接池配置和使用
    转:JAVA.NET.SOCKETEXCEPTION: TOO MANY OPEN FILES解决方法
    使应用程序常驻内存,不能被任务管理器关闭之配置文件设置
    解决Tomcat catalina.out 不断成长导致档案过大的问题
    >/dev/null 2>&1的含义
  • 原文地址:https://www.cnblogs.com/fb-boy/p/3543822.html
Copyright © 2011-2022 走看看