开源倾情奉献:基于.NET打造IP智能网络视频监控系统(二)基础类库介绍

本文为 Dennis Gao 原创技术文章,发表于博客园博客,未经作者本人允许禁止任何形式的转载。

开源倾情奉献系列链接

基础类库介绍

基础类库目录结构及名空间内容描述

  • Foundation
    • Common
      • Gimela.Common.Configuration - 配置文件处理
      • Gimela.Common.Consts - 系统常用恒量
      • Gimela.Common.Cultures - 系统 Culture 封装
      • Gimela.Common.ExceptionHandling - 通用 Excepton 处理封装
      • Gimela.Common.Logging - 通用 Logging 封装
    • Data
    • Infrastructure
      • Gimela.Infrastructure.AsyncModel - 异步模型实现
      • Gimela.Infrastructure.Messaging - MVVM 消息通信机制
      • Gimela.Infrastructure.Patterns - 模式实现,包括 Flyweight,SmartQueue,WeakAction, Singleton 等
      • Gimela.Infrastructure.ResourceLocation - Service Locator 模式实现,参考《Service Locator 模式
      • Gimela.Infrastructure.Serialization - 常用序列化实现
    • Management
      • Gimela.Management - WMI 实现
    • Media
    • Net
      • Gimela.Net.Http - Http Server 实现,C# WebServer 移植
      • Gimela.Net.Rtp - RTP(RFC3550)实现
      • Gimela.Net.Sockets - TCP/UDP 通信实现
    • Presentation
      • Gimela.Presentation.Controls - WPF 通用控件实现
      • Gimela.Presentation.Shapes - 常用 WPF XMAL 形状
      • Gimela.Presentation.Skins - WPF 皮肤实现
      • Gimela.Presentation.Transitions - WPF View 转换实现
      • Gimela.Presentation.Windows - WPF Window 窗体的实现
    • Security
      • Gimela.Security - 加密及随机数
    • ServiceModel
      • Gimela.ServiceModel.ChannelManagement - WCF 通道管理
      • Gimela.ServiceModel.ManagedDiscovery - WCF 服务自发现(WCF Discovery
      • Gimela.ServiceModel.ManagedHosting - WCF 服务宿主
      • Gimela.ServiceModel.ManagedService - WCF 托管服务
    • Streaming
    • Tasks
    • Text
      • Gimela.Text - 基于文本的处理
      • Gimela.Text.Validation - 文本验证规则

本文为 Dennis Gao 原创技术文章,发表于博客园博客,未经作者本人允许禁止任何形式的转载。

posted @ 2013-11-19 10:03  sangmado  阅读(10076)  评论(19编辑  收藏  举报