随笔分类 -  C#

C#学习知识
asp.net 导出excel的一种方法
摘要:项目用到的一种导出excel 的方法予以记录:(具体的业务类可更具情况替换使用)protected void Export(string filename, List list) { string[][] cols = new string[][] { ne... 阅读全文

posted @ 2014-04-15 14:48 荣锋亮 阅读(254) 评论(0) 推荐(0)

Microsoft OWIN
摘要:AboutOWIN defines a standard interface between .NET web servers and web applications. The goal of the OWIN interface is to decouple server and application, encourage the development of simple modules for .NET web development, and, by being an open standard, stimulate the open source ecosystem of .NE 阅读全文

posted @ 2014-04-08 12:29 荣锋亮 阅读(835) 评论(0) 推荐(0)

转 微软发布TX(LINQ To Logs And Traces)
摘要:作者Roopesh Shenoy,译者马德奎发布于 一月 09, 2014|微软开源技术公司于近日发布了Tx,这是一个开源项目,可以使用日志/跟踪文件辅助调试,以及创建实时监控和告警系统。下面是几个引人关注的功能——允许在原始事件源上使用LINQ允许在真实事件源上使用“反应式扩展框架(Reactive Extensions)”,而且支持事件序列的多路复用(单个包含不同类型事件的序列,其中事件的顺序为其发生顺序)。可以提供跨多个事件源的单一查询,而且用于实时查询和过去历史查询的API相同。可以在历史日志和跟踪文件的一次读中执行多个查询——例如:统计所有的“警告”数、匹配“开始”和“结束”事件,以 阅读全文

posted @ 2014-01-14 16:12 荣锋亮 阅读(338) 评论(0) 推荐(0)

SocketIO4Net.Client
摘要:Project DescriptionSocketIO4Net.ClientUpdate as of 11/02/2013A develop branch is up at https://github.com/jstott/socketio4net/tree/developfor anyone looking to take an early peek. Xhr-polling and websockets are working from the C# client. Thank to the efforts from one of our users Nick, this featur. 阅读全文

posted @ 2013-12-25 13:56 荣锋亮 阅读(3325) 评论(0) 推荐(0)

A glance at C# vNext
摘要:ContentsIntroductionBackgroundA list of featuresPrimary constructorRead only auto-propertiesStatic type inclusionsDerived property expressionsMethod expressionsEnumerable paramsMonadic null checkingConstructor type inferenceOut parameter inferencePoints of InterestReferencesHistoryIntroductionThe cu 阅读全文

posted @ 2013-12-22 17:37 荣锋亮 阅读(347) 评论(0) 推荐(0)

导航