開源傾情奉獻:基於.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 原創技術文章,發表於博客園博客,未經作者本人允許禁止任何形式的轉載。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM