
.net
文章平均质量分 86
iteye_13882
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Prism enterprise Cache Manager
Caching is a advanced topic if you decied to develope some enterprise level application. There are a case studied in this page "Cache and DataBase synchronization through SqlDependency". A fee...原创 2012-07-31 14:51:42 · 155 阅读 · 0 评论 -
.net - tips of using Reflector
Reflector is a very powerful yet strong tools. You can use that to look some of the standard implementation that is widely used in the production code. Tip 1: Do not use the Referenced Assemblies...原创 2012-08-24 08:24:30 · 103 阅读 · 0 评论 -
C# - 简单介绍TaskScheduler
标题: C# - 简单介绍TaskSchedulerTitle: C# - A Brief bump to the TaskSchedulertask Scheduler根据定义The task Scheduler by the definition blurb.“Is the class where the usage context is within the task libra...原创 2013-06-29 17:18:36 · 844 阅读 · 0 评论 -
.net - .net 4.0 security model framework v2 and v4 compatibility issues
the .net framework has a new security model which is quitdifferent from its ancestor/predecessor/forerunner/antecessor/forebearer.... In a simple word, every application running from place...原创 2012-09-19 18:29:23 · 151 阅读 · 0 评论 -
wpf – ListView交替背景色
Wpf – Alternate background color of ListView.Topic: Wpf – Alternate background color of ListView.标题: wpf – ListView交替背景色总的来说有三种变换背景色的方法,他们是· 定义一个IValueConverter的Style· 扩展Lis...原创 2013-07-02 20:56:46 · 1130 阅读 · 0 评论 -
C# 4.5 - the await and async return types
In .net 4.5, there are new keyword, which are await and async. which is used widely in the asynchronous programming. In this post we are going to examining in the language level , what is the require...原创 2013-01-21 15:25:14 · 152 阅读 · 0 评论