• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
多莱特~梦未醒,再出发

行路难,行路难,多歧路,今安在。

长风破浪会有时,直挂云帆济沧海。

博客园    首页    新随笔       管理     
04 2010 档案
设计问题-易于测试的程序

摘要:1.多使用接口,实现策略模式,以支持单元测试。 阅读全文
posted @ 2010-04-28 15:11 Young跑跑 阅读(164) 评论(0) 推荐(0)
设计问题-泛型接口问题

摘要:监控系统改版导致的问题。 原因 数据实体使用泛型接口 由于需要支持配置的方式 问题 如何设计各个接口 由于不能把具体泛型的类型写入到配置文件中,那么怎么实现工厂呢? 怎么才能去掉其中的object,使用强类型呢? wraper 类怎么实现呢。 阅读全文
posted @ 2010-04-28 14:44 Young跑跑 阅读(247) 评论(0) 推荐(0)
WPF

摘要:要重新开始学习一个新的架构啦 1.wpf整体架构。 2.wpf生命周期。 3.xaml。 4.控件开发。 呈现方式。 阅读全文
posted @ 2010-04-27 16:06 Young跑跑 阅读(748) 评论(0) 推荐(0)
WPF 学习(1)

摘要:  Two element trees exist within a WPF application: the logical tree and the visual tree. logical tree 包含了element in xaml and 代码 textbox , and other :their composition and behavior within the ... 阅读全文
posted @ 2010-04-27 11:25 Young跑跑 阅读(315) 评论(0) 推荐(0)
code

摘要:http://code.msdn.microsoft.com/YangPaoPao 阅读全文
posted @ 2010-04-14 23:54 Young跑跑 阅读(148) 评论(0) 推荐(0)
C# 3.0 unleashed (1)

摘要:lambdas is that they have minimal syntax and are transferable to and from expression trees. An expression tree is the data representation of an expression, and the lambda is the executable representat... 阅读全文
posted @ 2010-04-14 23:53 Young跑跑 阅读(249) 评论(0) 推荐(0)
wpf 资源帖(转帖)

摘要:1.一些不同点。 很多人问过我这样一个问题:WPF和以前的WinForm有什么区别? 我之前的回答一直是:没什么区别,仅仅是表示层用XAML封了层皮,使得Windows看起来更炫了。 今天(确切的说是昨天),我终于发现了我肤浅。首先我要澄清一下,WPF较之WinForm的先进之处不止一点点。 对于WPF,很多人都以为这是微软的一个小玩具,充其量就是让Vista和Win7的表示层更炫了,然后... 阅读全文
posted @ 2010-04-12 15:36 Young跑跑 阅读(306) 评论(0) 推荐(0)
学习记录。(4.6)表达式树,泛型

摘要:1.表达式树 http://www.cnblogs.com/JeffreyZhao/archive/2009/07/29/expression-tree-fast-evaluation.html   (1)逻辑即数据,Linq to everything .NET 3.5中新增的表达式树(Expression Tree)特性,第一次在.NET平台中引入了“逻辑即数据”的概念。也就... 阅读全文
posted @ 2010-04-07 15:43 Young跑跑 阅读(364) 评论(0) 推荐(0)
看源码

摘要:1.objectListView 非常有用 http://www.codeproject.com/KB/list/ObjectListView.aspx 2.继续log4net 阅读全文
posted @ 2010-04-07 15:42 Young跑跑 阅读(196) 评论(0) 推荐(0)
Linq(1)

摘要:延迟执行。 deferred execution The query variable itself only stores the query; it does not execute the query or store the result. 可以使用 query variable 多次执行,很像是委托的实现。 Deferred execution works regardless ... 阅读全文
posted @ 2010-04-06 15:11 Young跑跑 阅读(197) 评论(0) 推荐(0)
Rhino Mock(1)

摘要:  mock interfaces, delegates and classes, including those with parameterized constructors. set expectations on the called methods by using strongly typed mocks instead of strings. lends itself ea... 阅读全文
posted @ 2010-04-02 09:15 Young跑跑 阅读(802) 评论(2) 推荐(1)

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3