博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
开源倾情奉献:基于.NET打造IP智能网络视频监控系统(二)基础类库介绍
阅读量:7023 次
发布时间:2019-06-28

本文共 1897 字,大约阅读时间需要 6 分钟。

开源倾情奉献系列链接

基础类库介绍

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

  • Foundation
    • Common
      • Gimela.Common.Configuration - 配置文件处理
      • Gimela.Common.Consts - 系统常用恒量
      • Gimela.Common.Cultures - 系统 Culture 封装
      • Gimela.Common.ExceptionHandling - 通用 Excepton 处理封装
      • Gimela.Common.Logging - 通用 Logging 封装
    • Data
      • Gimela.Data.DataStructures - 二叉树,B+数实现,参考《》,参考 
      • Gimela.Data.Json - Json 序列化实现,参考 
      • Gimela.Data.JsonExtension -  移植
      • Gimela.Data.MagpieDatabase - NoSQL 文档数据库,参考 
      • Gimela.Data.Mapping -  移植
      • Gimela.Data.Repository - Repository 模式,参考《》
      • Gimela.Data.SparrowDatabase - 文件数据库,参考《》
    • Infrastructure
      • Gimela.Infrastructure.AsyncModel - 异步模型实现
      • Gimela.Infrastructure.Messaging - MVVM 消息通信机制
      • Gimela.Infrastructure.Patterns - 模式实现,包括 Flyweight,SmartQueue,WeakAction, Singleton 等
      • Gimela.Infrastructure.ResourceLocation - Service Locator 模式实现,参考《》
      • Gimela.Infrastructure.Serialization - 常用序列化实现
    • Management
      • Gimela.Management - WMI 实现
    • Media
      • Gimela.Media.Imaging -  移植
      • Gimela.Media.Utilities -  移植
      • Gimela.Media.Video -  移植
      • Gimela.Media.Video.DirectShow -  移植
      • Gimela.Media.Video.VFW -  移植
      • Gimela.Media.Vision.Motion -  移植
    • Net
      • Gimela.Net.Http - Http Server 实现, 移植
      • Gimela.Net.Rtp - RTP()实现
      • 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 服务自发现()
      • Gimela.ServiceModel.ManagedHosting - WCF 服务宿主
      • Gimela.ServiceModel.ManagedService - WCF 托管服务
    • Streaming
      • Gimela.Streaming.MJpegStreamingServer - 流化处理,参考《》
    • Tasks
      • Gimela.Tasks - 任务调度,包括基于  模式的实现,参考 
    • Text
      • Gimela.Text - 基于文本的处理
      • Gimela.Text.Validation - 文本验证规则
本文转自匠心十年博客园博客,原文链接:http://www.cnblogs.com/gaochundong/p/opensource_ip_video_surveillance_system_part_2_foundation.html,如需转载请自行联系原作者
你可能感兴趣的文章