思路话语

。Arlen:思想有多远你就能走多远...

2008年3月6日 #

一点感慨

摘要: 有人说,把一个C#程序员拘留3个月,那么他将落后半个世纪! 从进公司算起,就一直在忙,竟然会忙得没有时间学习,这话我都不好意思说,因为就象一个人拼命的开车,却没有时间去加油一样可笑。 但事实还的确是这么让人发笑。 最近在拼命的补,每次看技术文章我都会留意一下作者的发布时间,发现多半是2006年的,还有2005年的! ——由此可见有多落后。 必须自己挤出时间来学习,工作时数必须控制!(做不完就把计... 阅读全文

posted @ 2008-03-06 22:42 Arlen 阅读(296) 评论(0) 推荐(0) 编辑

petshop4 讨论 帖子地址

摘要: terrylee: PetShop 4.0讨论专贴(Q&A) 张逸: 《解剖PetShop》系列 1.PetShop的系统架构设计 2.PetShop数据访问层之数据库访问设计 3.PetShop数据访问层之消息处理 4.PetShop之ASP.NET缓存 5.PetShop之业务逻辑层设计 6.PetShop之表示层设计 阅读全文

posted @ 2008-03-06 22:30 Arlen 阅读(205) 评论(0) 推荐(0) 编辑

petshop string.IsNullOrEmpty(string s)

摘要: 2.0中string的一个方法: string.IsNullOrEmpty(string s) 不用象1.1中那样: if(s == null || s == string.Empty){} 阅读全文

posted @ 2008-03-06 20:41 Arlen 阅读(273) 评论(0) 推荐(0) 编辑

.net2.0 TransactionScope petshop

摘要: 研究M$的petshop4.0代码时发现了TransactionScope。 它可以控制多个操作在同一个事务内完成。这对于把事务放在业务逻辑层的人来说确实很方便。 petshop代码: BLL层下的OrderSynchronous.cs。 using System.Transactions; // public void Insert(PetShop.Model.OrderInfo order... 阅读全文

posted @ 2008-03-06 20:37 Arlen 阅读(330) 评论(0) 推荐(0) 编辑

idior 提到的四点式SOA

摘要: SOA is an integration solution. SOA is message oriented first. The Key character of SOA is loosely coupled. SOA is enriched by creating composite apps. SOA是用于系统集成的 SOA是基于消息的 SOA是松散耦合的 SOA的用武之地在于构建组合型... 阅读全文

posted @ 2008-03-06 11:04 Arlen 阅读(222) 评论(0) 推荐(0) 编辑

导航