C#交流俱乐部

学习为主,互相帮助

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  asp.net

一些文章转摘及笔记
摘要:Signalr项目结构•Microsoft.AspNet.SignalR – meta package (use this)•Microsoft.AspNet.SignalR.Client – .NET 4 and WinRT client•Microsoft.AspNet.SignalR.JS – The Javascript client.•Microsoft.AspNet.SignalR.Core – Core server package with no host implementation•Microsoft.AspNet.SignalR.Hosting.AspNet – The 阅读全文
posted @ 2013-02-17 10:54 bluce chen 阅读(1544) 评论(0) 推荐(0)

摘要:最近对线上项目进行了一次缓存方面的优化,本来6月就该写的,但是项目一直忙,就给自己理由偷懒了缓存方面的思考参考代震军的文章比较多,文章地址:http://www.cnblogs.com/daizhj/archive/2009/11/17/1604436.htmlhttp://www.cnblogs.com/daizhj/archive/2009/03/23/1386652.html 我以前项目上一... 阅读全文
posted @ 2010-08-23 21:25 bluce chen 阅读(2784) 评论(6) 推荐(2)

摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Threading;usingSystem.Data;... 阅读全文
posted @ 2010-07-10 18:22 bluce chen 阅读(300) 评论(3) 推荐(0)