摘要: 一、细说 ASP.NET Cache 及其高级用法 二、.Net环境下的缓存技术介绍 (转) 三、asp.net中缓存的使用介绍一 四、HttpContext.Current.Cache 过期时间 阅读全文
posted @ 2018-04-02 17:55 Rocken.li 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 为了更快的读取数据,我们一般会把常用到的数据加载到Cache中 在.NET中,Cache的存在可以依赖多中方式,主要用到HttpContext.Current.Cache类 在这里,我主要写几种依赖方式 1:不依赖任何条件 HttpContext.Current.Cache.Insert(strin 阅读全文
posted @ 2018-04-02 17:52 Rocken.li 阅读(640) 评论(0) 推荐(0) 编辑
摘要: Sql Server 数据类型与 C# 数据类型对照 已验证类型(Sql Server 2012 & Visual Studio 2013) 未验证类型 阅读全文
posted @ 2018-04-02 11:22 Rocken.li 阅读(172) 评论(0) 推荐(0) 编辑