博客园是个好地方。最近又回到 dot net 平台开发。收据些东西。有时间慢慢啃
暂时先找到了这一点。。有空慢慢逛逛。。
不断更新.. 有好的也麻烦推荐一下。。
Atlas 基础知识
Atlas 常见问题
Atlas 客户端简单控件
Atlas 客户端复杂控件
Atlas 客户端数据访问控件
Atlas 客户端面向对象组件
Atlas 客户端拖动支持
Atlas 客户端用户验证,用户个性化组件
Atlas 客户端控件开发
在Atlas 中调用Web Service
Atlas 服务器端控件使用
Atlas 服务器端控件开发
Atlas 客户端实现源码分析
Atlas 调试,开发技巧
Atlas 团队相关
Atlas 资源相关
维生素C.net
http://lovewangshu.cnblogs.com/
TerryLee's Tech Space
一个 NHIBERNATE+GRIDVIEW 添加删除修改的例子(单表)
http://lovecherry.cnblogs.com/archive/2006/05/12/398169.html
一个ASP.NET2.0的小项目-BLOG
http://lovecherry.cnblogs.com/archive/2006/04/05/367520.html
enterprise library
http://msdn.microsoft.com/library/?url=/library/en-us/dnpag2/html/EntLib2.asp
NET FAQ常见问题解答
最初写探索设计模式系列[现更名为.NET设计模式]的时候,我只是想把它作为自己学习设计模式的读书笔记来写,可是写到今天,设计模式带给我的震撼,以及许多初学者朋友的热心支持,让我下定决心要把这个系列写完写好,那怕花上再多的时间也无所谓。本部分内容不断更新中。
目录:
第Ⅰ部分 开篇
开篇
第Ⅱ部分 创建型模式篇
第 1 章 单件模式( Single Pattern )
第 2 章 抽象工厂模式( Abstract Factory )
第 3 章 建造者模式( Builder Pattern )
第 4 章 工厂方法( Factory Method )
第 5 章 原型模式( Protype Pattern )
第 6 章 创建型模式专题总结
第Ⅲ部分 结构型模式篇
第 7 章 适配器模式( Adapter Pattern )
第 8 章 桥接模式( Bridge Pattern )
第 9 章 装饰模式( Decorator Pattern )
第 10 章 组合模式( Composite Pattern )
第 11 章 外观模式( Façade Pattern )
第 12 章 享元模式( Flyweight Pattern )
第 13 章 代理模式( Proxy Pattern )
第 14 章 结构型模式专题总结
第Ⅳ部分 行为型模式篇
第 15 章 模版方法模式( Template Method ) New!
第 16 章 命令模式( Command Pattern )
第 17 章 解释器模式( Interpreter Pattern )
第 18 章 迭代器模式( Iterator Pattern )
第 19 章 中介者模式( Mediator Pattern )
第 20 章 备忘录模式( Memento Pattern )
第 21 章 观察者模式( Oberver Pattern )
第 22 章 状态模式( State Pattern )
第 23 章 策略模式( Strategy Pattern )
第 24 章 职责链模式( Chain of Responsibility )
第 25 章 访问者模式( Visitor Pattern )
第 26 章 行为型模式专题总结
第Ⅴ部分 综合篇
第 27 章 从设计原则到设计模式
第 28 章 如何合理的使用设计模式
第 29 章 从灵活性与重用性看设计模式
第 30 章 设计模式与实践
Castle 是针对.NET平台的一个开源项目,从数据访问框架ORM到IOC容器,再到WEB层的MVC框架、AOP,基本包括了整个开发过程中的所有东西,为我们快速的构建企业级的应用程序提供了很好的服务。4月份以来,Terrylee写了一系列的Castle的文章,这里做一下总结,后续还有Facility系列等,本部分内容会不断的更新。