<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Your Potential, Our Passion!</title><subtitle type="text">sharpen(尽其在我)</subtitle><id>http://feed.cnblogs.com/blog/u/6838/rss</id><updated>2004-11-08T12:47:41Z</updated><author><name>sharpen</name><uri>http://www.cnblogs.com/sharpen/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sharpen/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/6838/rss"/><entry><id>http://www.cnblogs.com/sharpen/archive/2004/11/08/61668.html</id><title type="text">转载:向 XPath 中添加自定义函数</title><summary type="text">在 Web 应用程序中处理数据库更新的两种方法 Microsoft Corporation Prajakta Joshi 2002 年 10 月 8 日 摘要：特邀作家 Prajakta Joshi 讨论了如何使用 .NET 框架 SDK 中的 System.Xml API 为 XPath 创建自定义函数。主题涉及向 XPath 1.0 中添加扩展函数、展望 XPath 2.0 以及使用 XSLT...</summary><published>2004-11-08T12:48:00Z</published><updated>2004-11-08T12:48:00Z</updated><author><name>sharpen</name><uri>http://www.cnblogs.com/sharpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sharpen/archive/2004/11/08/61668.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sharpen/archive/2004/11/08/61668.html"/></entry><entry><id>http://www.cnblogs.com/sharpen/archive/2004/11/05/60929.html</id><title type="text">智能客户端高级开发</title><summary type="text">http://www.microsoft.com/china/msdn/events/featureevents/2004/SmartClientSeminar/index.aspx我的关于smart client开发的网络讲座 经过设计，智能客户端应用程序可以将胖客户端应用程序的优点与瘦客户端应用程序的部署和可管理性优点结合起来，然而，要完全实现智能客户端应用程序的优点，需要考虑许多体系结构和设...</summary><published>2004-11-05T14:54:00Z</published><updated>2004-11-05T14:54:00Z</updated><author><name>sharpen</name><uri>http://www.cnblogs.com/sharpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sharpen/archive/2004/11/05/60929.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sharpen/archive/2004/11/05/60929.html"/></entry><entry><id>http://www.cnblogs.com/sharpen/archive/2004/11/04/60455.html</id><title type="text">Smart Client开发: 使用AppUpdater组件 </title><summary type="text">本来今天打算介绍Updater Application Block的，后来想想一些朋友经常反馈说用将UAB集成到自己开发的应用程序中太麻烦了，询问有没有更简单的方法布署智能客户端。在Whidbey的ClickOnce出来之前，答案当然还是有的，那就是使用AppUpdater组件。在美国举行的TechED 2004上介绍的IssueVision，TaskVision这些经典的Smart Client...</summary><published>2004-11-04T08:36:00Z</published><updated>2004-11-04T08:36:00Z</updated><author><name>sharpen</name><uri>http://www.cnblogs.com/sharpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sharpen/archive/2004/11/04/60455.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sharpen/archive/2004/11/04/60455.html"/></entry><entry><id>http://www.cnblogs.com/sharpen/archive/2004/11/04/60259.html</id><title type="text">.net开发从入门到精通Webcast</title><summary type="text">可以直接访问：http://www.microsoft.com/china/msdn/events/featureevents/2004/MSDevTrainingCourse.mspx&amp;#160;大家如果对Webcast的内容有什么问题，可以直接和我联系，我会尽快解答。希望大家多多支持中文MSDN站点。下次我可能会把VS.net团队开发的内容放上去。1、Windows窗体应用程序开发&amp;#160;...</summary><published>2004-11-04T02:22:00Z</published><updated>2004-11-04T02:22:00Z</updated><author><name>sharpen</name><uri>http://www.cnblogs.com/sharpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sharpen/archive/2004/11/04/60259.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sharpen/archive/2004/11/04/60259.html"/></entry><entry><id>http://www.cnblogs.com/sharpen/archive/2004/11/03/60005.html</id><title type="text">使用异常管理应用程序块Exception Management Application Block</title><summary type="text">异常管理应用程序块Exception Management Application Block异常管理应用程序块提供了管理应用程序异常的灵活而又简单的方法。先来看一个最简单使用EMAB的步骤：（1）添加组件引用：using Microsoft.ApplicationBlocks.ExceptionManagement;（2）在捕获异常的时候调用异常管理&amp;#160;&amp;#160;&amp;#160;&amp;#160...</summary><published>2004-11-03T08:02:00Z</published><updated>2004-11-03T08:02:00Z</updated><author><name>sharpen</name><uri>http://www.cnblogs.com/sharpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sharpen/archive/2004/11/03/60005.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sharpen/archive/2004/11/03/60005.html"/></entry><entry><id>http://www.cnblogs.com/sharpen/archive/2004/11/02/59690.html</id><title type="text">Microsoft数据访问应用块 Data Acess Application Block V2 (2) :返回多表结果到同一个DataSet中</title><summary type="text">如果要使用SqlHelper执行多个SqlCommand并将结果填到同一个DataSet的多个表中，除了在上一篇文章介绍过的使用 ExecuteDataset这个函数以外，还可以使用另一个功能强大的函数：FillDataSet,并且这个方法比ExecuteDataSet更为灵活，比如，您可以指定填充的表的名字，可以在多表之间建立TableRelation，等等。下面给出一段示例代码：&amp;#160;&amp;...</summary><published>2004-11-02T08:54:00Z</published><updated>2004-11-02T08:54:00Z</updated><author><name>sharpen</name><uri>http://www.cnblogs.com/sharpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sharpen/archive/2004/11/02/59690.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sharpen/archive/2004/11/02/59690.html"/></entry><entry><id>http://www.cnblogs.com/sharpen/archive/2004/11/02/59662.html</id><title type="text">Microsoft数据访问应用块 Data Acess Application Block V2 (1)</title><summary type="text">Data Access Application Block 将访问 Microsoft SQL Server™ 数据库的性能和资源管理方面的最佳经验封装在一起。您可以很方便地在自己的 .NET 应用程序中将其作为构造块使用，从页减少了需要创建、测试和维护的自定义代码的数量。个人认为，DAAB最大的好处之一在于DAAB帮助开发者自动管理了数据库的连接. Connection对象是数据库访问组件中最为...</summary><published>2004-11-02T08:11:00Z</published><updated>2004-11-02T08:11:00Z</updated><author><name>sharpen</name><uri>http://www.cnblogs.com/sharpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sharpen/archive/2004/11/02/59662.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sharpen/archive/2004/11/02/59662.html"/></entry><entry><id>http://www.cnblogs.com/sharpen/archive/2004/11/02/59647.html</id><title type="text">决定在blog中讨论一下微软的所有Application Block</title><summary type="text">Data Access Application Block for .NET v2Authorization and Profile Application Application BlockOffline Application Application Application BlockService Aggregation BlockPersistent Asynchronous Invoca...</summary><published>2004-11-02T07:06:00Z</published><updated>2004-11-02T07:06:00Z</updated><author><name>sharpen</name><uri>http://www.cnblogs.com/sharpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sharpen/archive/2004/11/02/59647.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sharpen/archive/2004/11/02/59647.html"/></entry><entry><id>http://www.cnblogs.com/sharpen/archive/2004/10/25/56498.html</id><title type="text">Business Activity Monitor BAM.xls的DLL Hell问题</title><summary type="text">打开BAM.xls进行业务活动监视的时候，会报如下错误：中文版：隐藏模块中编译错误：工具英文版："Compile error in hidden module: Utility"由于BAM Project被密码保护，所以开发人员无法进行调试。出错原因正是大名鼎鼎的DLL地狱问题，Biztalk 2004 BAM模板中使用的是msado27.tlb(MSDA 2.7)库，如果你安装了最新的MSDA ...</summary><published>2004-10-25T07:21:00Z</published><updated>2004-10-25T07:21:00Z</updated><author><name>sharpen</name><uri>http://www.cnblogs.com/sharpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sharpen/archive/2004/10/25/56498.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sharpen/archive/2004/10/25/56498.html"/></entry><entry><id>http://www.cnblogs.com/sharpen/archive/2004/10/21/55250.html</id><title type="text">Biztalk Server 2004中在多个接收端口启动工作流</title><summary type="text">用Web Service发布向导可以将Biztalk 工作流发布成Web Service让供应商或合作伙伴通过HTTP 和SOAP适配器远程调用，与此同时，对于内部的ERP系统，可能更希望通过File适配器调用，如何让一个工作流即可以通过SOAP传入的消息启动，又可以通过File Folder中的传入文件启动呢？方法还是很简单的，就是在一个Receive Port中添加多个Receive Loca...</summary><published>2004-10-21T14:49:00Z</published><updated>2004-10-21T14:49:00Z</updated><author><name>sharpen</name><uri>http://www.cnblogs.com/sharpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sharpen/archive/2004/10/21/55250.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sharpen/archive/2004/10/21/55250.html"/></entry></feed>
