一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

如何實現(xiàn)對上下文(Context)數(shù)據(jù)的統(tǒng)一管理 [提供源代碼下載]

應用開發(fā)中,我們經(jīng)常需要設置一些上下文(Context)信息,這些上下文信息一般基于當前的會話(Session),比如當前登錄用戶的個人信息;或者基于當前方法調(diào)用棧,比如在同一個調(diào)用中涉及的多個層次之間數(shù)據(jù)。在這篇文章中,我創(chuàng)建了一個稱為ApplicationContext的組件,對上下文信息進行統(tǒng)一的管理。[Source Code從這里下載]

一、基于CallContext和HttpSessionState的ApplicationContext

如何實現(xiàn)對上下文信息的存儲,對于Web應用來說,我們可以借助于HttpSessionState;對于GUI應用來講,我們則可以使用CallConext。ApplicationContext完全是借助于這兩者建立起來的,首先來看看其定義:

   1: using System;
   2: using System.Collections.Generic;
   3: using System.Runtime.Remoting.Messaging;
   4: using System.Web;
   5: namespace Artech.ApplicationContexts
   6: {
   7:     [Serializable]
   8:     public class ApplicationContext:Dictionary<string, object>
   9:     {
  10:         public const string ContextKey = "Artech.ApplicationContexts.ApplicationContext";
  11:         
  12:         public static ApplicationContext Current
  13:         {
  14:             get
  15:             {
  16:                 if (null != HttpContext.Current)
  17:                 {
  18:                     if (null == HttpContext.Current.Session[ContextKey])
  19:                     {
  20:                         HttpContext.Current.Session[ContextKey] = new ApplicationContext();
  21:                     }
  22:  
  23:                     return HttpContext.Current.Session[ContextKey] as ApplicationContext;
  24:                 }
  25:  
  26:                 if (null == CallContext.GetData(ContextKey))
  27:                 {
  28:                     CallContext.SetData(ContextKey, new ApplicationContext());
  29:                 }
  30:                 return CallContext.GetData(ContextKey) as ApplicationContext;                
  31:             }
  32:         }        
  33:     }
  34: }

NET技術(shù)如何實現(xiàn)對上下文(Context)數(shù)據(jù)的統(tǒng)一管理 [提供源代碼下載],轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 视频一区二区三区免费观看 | 亚洲综合色播 | 三级毛片网站 | 激情成人综合网 | 搞黄网站在线观看 | 久久精品re | 一区二区三区在线看 | sihu国产午夜精品一区二区三区 | 51短视频版在线观看www免费 | 久久婷婷国产麻豆91天堂 | 久久综合中文字幕 | 黄色视屏在线播放 | 国产精品播放 | 亚洲伊人色图 | 国产成人性色视频 | 在线观看国产黄色 | www.天天色| 亚洲图片校园另激情类小说 | 色视频免费看 | 欧洲在线观看在线视频吗 | 国内色综合精品视频在线 | 九九视频精品在线 | 亚洲夜色| 狂野欧美性猛交xxxx巴西 | 激情小说色图 | 成人欧美视频在线观看 | 91麻豆久久 | 国产成人涩涩涩视频在线观看 | 亚洲视频a| 久久最新精品 | 麻豆久久久久久久 | 亚洲a毛片 | 国产精品久久久福利 | 精品伊人久久久久7777人 | 美女被男人桶到嗷嗷叫爽网站 | 中文字幕久热精品视频免费 | 国产情侣第一页 | 国产一区在线看 | 免费伊人 | 色婷婷综合久久久中文字幕 | 亚洲线精品久久一区二区三区 |