
.Net
tyj1982
一天到晚游泳的鱼啊不停游
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
《Cload Design Pattern》读书笔记
《Cload Design Pattern》原创 2017-03-18 12:34:39 · 501 阅读 · 0 评论 -
<Effictive C# 2nd edition>读书笔记
Item 14:Minimize Duplicate Initialization Logic Here is the order of operations for constructing the first instance of a type: 1. Static variable storage is set to 0. 2. Static variable initializ原创 2017-03-12 22:15:57 · 325 阅读 · 0 评论 -
关于programming的一些学习笔记
I have already outlined several reasons why executing a method asynchronously on a new Thread object is more difficult and not as efficient as using an asynchronous delegate. Because asynchronous dele原创 2017-03-12 22:17:56 · 393 阅读 · 0 评论