<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_幸福是一种心情、一种体会</title><subtitle type="text">认真学习，虚心向高手们请教</subtitle><id>http://feed.cnblogs.com/blog/u/9359/rss</id><updated>2005-10-10T09:21:00Z</updated><author><name>生活、工作</name><uri>http://www.cnblogs.com/lifework/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lifework/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/9359/rss"/><entry><id>http://www.cnblogs.com/lifework/archive/2005/10/02/248222.html</id><title type="text">link</title><summary type="text">Visual Studio.NET 术语表 http://www.microsoft.com/china/msdn/vstudio/glossary/default.mspx PDC 2005 Sessions PPT http://commnet.microsoftpdc.com/content/downloads.aspxWhat's next in the LOB Program? http...</summary><published>2005-10-02T15:07:00Z</published><updated>2005-10-02T15:07:00Z</updated><author><name>生活、工作</name><uri>http://www.cnblogs.com/lifework/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lifework/archive/2005/10/02/248222.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lifework/archive/2005/10/02/248222.html"/><content type="text">Visual Studio.NET 术语表 http://www.microsoft.com/china/msdn/vstudio/glossary/default.mspx PDC 2005 Sessions PPT http://commnet.microsoftpdc.com/content/downloads.aspxWhat's next in the LOB Program? http...</content></entry><entry><id>http://www.cnblogs.com/lifework/archive/2005/09/03/229605.html</id><title type="text">共享自动生成DTO/DataAccess/BizObject的CodeSmith模板</title><summary type="text">2005-9-13：更新了BizObject.cst文件，如果原来文件中有此文件，就覆盖之。如果你有什么代码模板，可以与我们共享吗，我打算搞一个CodeSmith模板共享的团队，共享我们的模板(CodeSmith论坛上已经有很多了)。只要你点击一下按钮，DTO对象及其集合类、数据访问类、业务层类的部分代码自动生成，形成Model、DataAccess、Biz三个目录，并生成相应的各个类文件。MyT...</summary><published>2005-09-03T14:06:00Z</published><updated>2005-09-03T14:06:00Z</updated><author><name>生活、工作</name><uri>http://www.cnblogs.com/lifework/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lifework/archive/2005/09/03/229605.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lifework/archive/2005/09/03/229605.html"/><content type="text">2005-9-13：更新了BizObject.cst文件，如果原来文件中有此文件，就覆盖之。如果你有什么代码模板，可以与我们共享吗，我打算搞一个CodeSmith模板共享的团队，共享我们的模板(CodeSmith论坛上已经有很多了)。只要你点击一下按钮，DTO对象及其集合类、数据访问类、业务层类的部分代码自动生成，形成Model、DataAccess、Biz三个目录，并生成相应的各个类文件。MyT...</content></entry><entry><id>http://www.cnblogs.com/lifework/archive/2005/09/03/229596.html</id><title type="text">请教Entity/VO/DTO/Domain Object/Biz Object等名词的含义</title><summary type="text">一、VO和DTOVO: Value ObjectDTO: Data Transfer Object个人理解VO和DTO是类似的东西，原则上VO和DTO只有Public Fields，主要用于进程之间数据传递的问题，VO和DTO不会传递到表示层，在业务层就会被吸收。但看到很多人在建立VO和DTO时，也含有Setter,Getter属性和一些其它的辅助方法，这也无可厚非，我自己也不能确定这对不对。望大...</summary><published>2005-09-03T13:59:00Z</published><updated>2005-09-03T13:59:00Z</updated><author><name>生活、工作</name><uri>http://www.cnblogs.com/lifework/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lifework/archive/2005/09/03/229596.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lifework/archive/2005/09/03/229596.html"/><content type="text">一、VO和DTOVO: Value ObjectDTO: Data Transfer Object个人理解VO和DTO是类似的东西，原则上VO和DTO只有Public Fields，主要用于进程之间数据传递的问题，VO和DTO不会传递到表示层，在业务层就会被吸收。但看到很多人在建立VO和DTO时，也含有Setter,Getter属性和一些其它的辅助方法，这也无可厚非，我自己也不能确定这对不对。望大...</content></entry><entry><id>http://www.cnblogs.com/lifework/archive/2005/08/23/221309.html</id><title type="text">Enterprise LibraryV1.0-缓存应用程序块</title><summary type="text">缓存应用程序块1、简介我们知道，在Asp.net中有个System.Web.Caching名称空间，但在Windows Form中却没有System.Windows.Forms.Caching名称空间，当我们在WinForm程序中使用缓存时，往往会引用System.Web.Caching名称空间，用其缓存机制来解决缓存问题。但用起来毕竟感到有些别扭，缓存应用程序块应运而生，但其更大的作用在于Sma...</summary><published>2005-08-23T13:33:00Z</published><updated>2005-08-23T13:33:00Z</updated><author><name>生活、工作</name><uri>http://www.cnblogs.com/lifework/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lifework/archive/2005/08/23/221309.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lifework/archive/2005/08/23/221309.html"/><content type="text">缓存应用程序块1、简介我们知道，在Asp.net中有个System.Web.Caching名称空间，但在Windows Form中却没有System.Windows.Forms.Caching名称空间，当我们在WinForm程序中使用缓存时，往往会引用System.Web.Caching名称空间，用其缓存机制来解决缓存问题。但用起来毕竟感到有些别扭，缓存应用程序块应运而生，但其更大的作用在于Sma...</content></entry><entry><id>http://www.cnblogs.com/lifework/archive/2005/08/06/208880.html</id><title type="text">Enterprise LibraryV1.0-异常处理应用程序块使用说明 </title><summary type="text">其他几个应用程序块的使用说明连接如下：Enterprise LibraryV1.0-概述Enterprise LibraryV1.0-配置应用程序块Enterprise LibraryV1.0-安全应用程序块使用说明Enterprise LibraryV1.0-数据应用程序块Enterprise LibraryV1.0-日志应用程序块使用说明Enterprise LibraryV1.0-加密应用程...</summary><published>2005-08-06T06:35:00Z</published><updated>2005-08-06T06:35:00Z</updated><author><name>生活、工作</name><uri>http://www.cnblogs.com/lifework/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lifework/archive/2005/08/06/208880.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lifework/archive/2005/08/06/208880.html"/><content type="text">其他几个应用程序块的使用说明连接如下：Enterprise LibraryV1.0-概述Enterprise LibraryV1.0-配置应用程序块Enterprise LibraryV1.0-安全应用程序块使用说明Enterprise LibraryV1.0-数据应用程序块Enterprise LibraryV1.0-日志应用程序块使用说明Enterprise LibraryV1.0-加密应用程...</content></entry><entry><id>http://www.cnblogs.com/lifework/archive/2005/08/05/208166.html</id><title type="text">Enterprise LibraryV1.0-加密应用程序块使用说明 </title><summary type="text">加密应用程序块1、概述当在不安全信道上传递一些敏感数据时，要对这些数据采取保护措施，即便是被人截获也难以从中得到所携带的信息，当我们保存一些敏感数据到物理设备时。也需要先将这些数据加密。在对数据加密时，对于不同的场景采用的加密方式是不同的，一般来说常用的数据加密方式有三种。² 私钥加密：私钥加密算法使用单个私钥来加密和解密数据。由于具有密钥的任意一方都可以使用该密钥解密数据，因此必须保护...</summary><published>2005-08-05T04:40:00Z</published><updated>2005-08-05T04:40:00Z</updated><author><name>生活、工作</name><uri>http://www.cnblogs.com/lifework/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lifework/archive/2005/08/05/208166.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lifework/archive/2005/08/05/208166.html"/><content type="text">加密应用程序块1、概述当在不安全信道上传递一些敏感数据时，要对这些数据采取保护措施，即便是被人截获也难以从中得到所携带的信息，当我们保存一些敏感数据到物理设备时。也需要先将这些数据加密。在对数据加密时，对于不同的场景采用的加密方式是不同的，一般来说常用的数据加密方式有三种。² 私钥加密：私钥加密算法使用单个私钥来加密和解密数据。由于具有密钥的任意一方都可以使用该密钥解密数据，因此必须保护...</content></entry><entry><id>http://www.cnblogs.com/lifework/archive/2005/08/05/208159.html</id><title type="text">Enterprise LibraryV1.0-日志应用程序块使用说明 </title><summary type="text">一、 日志应用程序块1、概述一般来说，日志模块是一个项目必不可少的部分。最常用的场景就是将对业务数据的操作记录下来，用于以后的安全审计。比如进行了何种操作，修改的数据是什么等等。其他的应用有：------跟踪程序的运行，将运行中的一些信息记录下来，这对于程序开发时期和试用时期非常重要，我们可以根据这些信息对程序加以改进。------将日志信息写到不同的地方，比如写系统日志中、写到数据库中，甚至发送...</summary><published>2005-08-05T04:33:00Z</published><updated>2005-08-05T04:33:00Z</updated><author><name>生活、工作</name><uri>http://www.cnblogs.com/lifework/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lifework/archive/2005/08/05/208159.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lifework/archive/2005/08/05/208159.html"/><content type="text">一、 日志应用程序块1、概述一般来说，日志模块是一个项目必不可少的部分。最常用的场景就是将对业务数据的操作记录下来，用于以后的安全审计。比如进行了何种操作，修改的数据是什么等等。其他的应用有：------跟踪程序的运行，将运行中的一些信息记录下来，这对于程序开发时期和试用时期非常重要，我们可以根据这些信息对程序加以改进。------将日志信息写到不同的地方，比如写系统日志中、写到数据库中，甚至发送...</content></entry><entry><id>http://www.cnblogs.com/lifework/archive/2005/08/04/207715.html</id><title type="text">Enterprise LibraryV1.0-数据应用程序块</title><summary type="text">1、简介数据应用程序块把我们从大量的机械的数据库访问代码中解放出来，同时给我们带来了在多个数据库甚至多个不同类型的数据库的中无缝切换的可能。数据应用程序块的类继承层次非常简单，这里就不做详细介绍了(向看此文的朋友问个问题：为什么Vs.net2003的类视图窗口中很多类都不显示？)。我们在我前面的配置应用程序块中提到过，要读取我们的自定义配置数据，首先要写一个配置数据类，数据应用程序块也不例外，这个...</summary><published>2005-08-04T14:30:00Z</published><updated>2005-08-04T14:30:00Z</updated><author><name>生活、工作</name><uri>http://www.cnblogs.com/lifework/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lifework/archive/2005/08/04/207715.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lifework/archive/2005/08/04/207715.html"/><content type="text">1、简介数据应用程序块把我们从大量的机械的数据库访问代码中解放出来，同时给我们带来了在多个数据库甚至多个不同类型的数据库的中无缝切换的可能。数据应用程序块的类继承层次非常简单，这里就不做详细介绍了(向看此文的朋友问个问题：为什么Vs.net2003的类视图窗口中很多类都不显示？)。我们在我前面的配置应用程序块中提到过，要读取我们的自定义配置数据，首先要写一个配置数据类，数据应用程序块也不例外，这个...</content></entry><entry><id>http://www.cnblogs.com/lifework/archive/2005/08/04/207705.html</id><title type="text">Enterprise LibraryV1.0-安全应用程序块使用说明</title><summary type="text">目前的安全应用程序块实际上是解决权限管理问题的。我不再对其源码进行解释了，有兴趣的朋友可以一起沟通。1、权限管理概述在我们的项目中基本上都会面对权限管理的问题，大家各有办法，虽然基本上能够满足要求，但与满意的解决这个问题都是有差距的，往往是某些需求没有很好的满足，勉强能用，不灵活，难以扩展。这里举个例子，比如在一个销售部门里有很多员工，他们都属于Employee权限组(Role)，都有浏览订单、添...</summary><published>2005-08-04T14:17:00Z</published><updated>2005-08-04T14:17:00Z</updated><author><name>生活、工作</name><uri>http://www.cnblogs.com/lifework/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lifework/archive/2005/08/04/207705.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lifework/archive/2005/08/04/207705.html"/><content type="text">目前的安全应用程序块实际上是解决权限管理问题的。我不再对其源码进行解释了，有兴趣的朋友可以一起沟通。1、权限管理概述在我们的项目中基本上都会面对权限管理的问题，大家各有办法，虽然基本上能够满足要求，但与满意的解决这个问题都是有差距的，往往是某些需求没有很好的满足，勉强能用，不灵活，难以扩展。这里举个例子，比如在一个销售部门里有很多员工，他们都属于Employee权限组(Role)，都有浏览订单、添...</content></entry><entry><id>http://www.cnblogs.com/lifework/archive/2005/08/03/207039.html</id><title type="text">Enterprise LibraryV1.0-配置应用程序块</title><summary type="text">配置应用程序块(不当之处请各位指出)⑴概述 假设我们的一个应用程序可能会使用同类型的几个的数据库(如使用两个SQL Server)，也可能使用几个不同类型的数据库(如同时使用SQL Server和Sybase)，还可能现在使用一种(个)数据库，将来很有可能要换成另一种(个)，我们一般的解决办法是利用factory pattern，操作数据库的类根据外部的一个配置文件来创建，也就是说我们会在代码中读...</summary><published>2005-08-03T15:35:00Z</published><updated>2005-08-03T15:35:00Z</updated><author><name>生活、工作</name><uri>http://www.cnblogs.com/lifework/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lifework/archive/2005/08/03/207039.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lifework/archive/2005/08/03/207039.html"/><content type="text">配置应用程序块(不当之处请各位指出)⑴概述 假设我们的一个应用程序可能会使用同类型的几个的数据库(如使用两个SQL Server)，也可能使用几个不同类型的数据库(如同时使用SQL Server和Sybase)，还可能现在使用一种(个)数据库，将来很有可能要换成另一种(个)，我们一般的解决办法是利用factory pattern，操作数据库的类根据外部的一个配置文件来创建，也就是说我们会在代码中读...</content></entry></feed>
