zoukankan      html  css  js  c++  java
  • CSLA 框架术语(摘)

    CSLA是Component-based, Scalable, Logical Architecture的简写,CSLA . NET是Rockford Lhotka基于.Net设计的一套N-tier分布式框架。

    CSLA .NET包含如下功能:

    l n-Level undo capability
    译:n层撤销功能

    l Tracking broken business rules to determine whether an object is valid
    译:跟踪违反业务规则以确定某个对象是否有效

    l Tracking whether an object's data has changed (is it "dirty"?)
    译:跟踪某个对象的数据是否发生了改变(是否“变脏”?)

    l Support for strongly-typed collections of child objects
    译:支持对于子对象的基于强类型的集合

    l A simple and abstract model for the UI developer
    译:针对UI开发人员的一种简单抽象模型

    l Full support for databinding in both Windows Forms and Web Forms
    译:对于Windows Forms和Web Forms中数据绑定的支持

    l Saving objects to a database and getting them back again
    译:将对象保存到数据库中并将它重新取回

    l Table-driven security
    译:表驱动的安全机制

    l Other miscellaneous features
    译:其他各种特性

    CSLA .NET的关键技术:

    l Remoting

    l 串行化

    l Enterprise Services(COM+)

    l 反射

    l 属性

    l .NET基于角色的安全性

    l ADO.NET
  • 相关阅读:
    C#使用System.IO.Path获取文件路径、文件名
    C# 中的await
    深度学习笔记
    单例模式
    hbase的写和读,大合并和小合并
    自定义kafka Sink
    combineByKey
    spark练习题
    sparkonhbase
    HDFS只支持文件append操作, 而依赖HDFS的HBase如何完成增删改查功能
  • 原文地址:https://www.cnblogs.com/mikejay1234/p/1800212.html
Copyright © 2011-2022 走看看