﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-木野狐(Neil Chen)-随笔分类-.NET 综合</title><link>http://www.cnblogs.com/RChen/category/19614.html</link><description>为地震中遇难的同胞默哀</description><language>zh-cn</language><lastBuildDate>Thu, 22 May 2008 02:39:24 GMT</lastBuildDate><pubDate>Thu, 22 May 2008 02:39:24 GMT</pubDate><ttl>60</ttl><item><title>Routing with WebForms</title><link>http://www.cnblogs.com/RChen/archive/2008/05/21/1203959.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 21 May 2008 04:59:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2008/05/21/1203959.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/1203959.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2008/05/21/1203959.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/1203959.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/1203959.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: http://haacked.com/archive/2008/03/11/using-routing-with-webforms.aspxhttp://haacked.com/archive/200...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2008/05/21/1203959.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/1203959.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2008-05-21 12:59 <a href="http://www.cnblogs.com/RChen/archive/2008/05/21/1203959.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Linq to SQL 中保存大值数据类型</title><link>http://www.cnblogs.com/RChen/archive/2008/05/15/1198113.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Thu, 15 May 2008 04:40:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2008/05/15/1198113.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/1198113.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2008/05/15/1198113.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/1198113.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/1198113.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 假如我们需要在数据库中保存文件的二进制内容，以往的做法是在SQLServer中使用image字段类型来存放。按照我上篇帖子里提到的Model-&gt;DB的开发方式，如果我们在db...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2008/05/15/1198113.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/1198113.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2008-05-15 12:40 <a href="http://www.cnblogs.com/RChen/archive/2008/05/15/1198113.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>利用 Linq to SQL 的数据访问层开发方式讨论</title><link>http://www.cnblogs.com/RChen/archive/2008/05/15/1198079.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Thu, 15 May 2008 04:20:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2008/05/15/1198079.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/1198079.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2008/05/15/1198079.html#Feedback</comments><slash:comments>22</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/1198079.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/1198079.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 为了较好的开发体验，在开发阶段，我喜欢用Model-&gt;DB的次序来进行。也就是说，先在程序中创建一个LinqtoSQLDataClasses类，在设计视图上设计好类图。然后，...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2008/05/15/1198079.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/1198079.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2008-05-15 12:20 <a href="http://www.cnblogs.com/RChen/archive/2008/05/15/1198079.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[摘要] 利用 .NET 3.5 的 Syndication 相关类读取 RSS Feeds</title><link>http://www.cnblogs.com/RChen/archive/2008/04/22/1165178.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Tue, 22 Apr 2008 02:40:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2008/04/22/1165178.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/1165178.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2008/04/22/1165178.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/1165178.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/1165178.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 原文：http://www.dotnetbips.com/articles/addaf09f-9b6b-45d2-aba8-da11f23aa53e.aspx（对原文中的代码我做了一些修改。）在....&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2008/04/22/1165178.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/1165178.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2008-04-22 10:40 <a href="http://www.cnblogs.com/RChen/archive/2008/04/22/1165178.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[翻译]修改 .NET 对象使其在 IronPython 中表现出动态性（属性注入）</title><link>http://www.cnblogs.com/RChen/archive/2008/04/14/1151899.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sun, 13 Apr 2008 19:24:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2008/04/14/1151899.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/1151899.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2008/04/14/1151899.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/1151899.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/1151899.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 原文：http://blogs.msdn.com/srivatsn/comments/8383517.aspx修改.NET对象使其在IronPython中表现出动态性假设你要和一个....&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2008/04/14/1151899.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/1151899.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2008-04-14 03:24 <a href="http://www.cnblogs.com/RChen/archive/2008/04/14/1151899.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>ASP.NET 中的“外部组件发生异常”信息</title><link>http://www.cnblogs.com/RChen/archive/2008/04/14/1151864.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sun, 13 Apr 2008 16:21:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2008/04/14/1151864.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/1151864.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2008/04/14/1151864.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/1151864.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/1151864.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 今天一个ASP.NET程序编译时发生错误：外部组件发生异常。但是并没有对应的详细信息，和错误的行号等信息，很难排查。经过一段时间的检查，发现原因出在一个UserControl后台代码中的引用...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2008/04/14/1151864.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/1151864.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2008-04-14 00:21 <a href="http://www.cnblogs.com/RChen/archive/2008/04/14/1151864.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>CodeFileBaseClass 属性</title><link>http://www.cnblogs.com/RChen/archive/2007/07/13/aspnet_issue.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Thu, 12 Jul 2007 19:30:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/07/13/aspnet_issue.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/816723.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/07/13/aspnet_issue.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/816723.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/816723.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: asp.net2.0中，今天遇到了一个错误：Makesurethattheclassdefinedinthiscodefilematchesthe'inherits'at...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/07/13/aspnet_issue.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/816723.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-07-13 03:30 <a href="http://www.cnblogs.com/RChen/archive/2007/07/13/aspnet_issue.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>用 HTML 格式导出 Excel 时，如何保留显示网格线</title><link>http://www.cnblogs.com/RChen/archive/2007/04/23/excel_gridlines.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 23 Apr 2007 15:32:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/04/23/excel_gridlines.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/724482.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/04/23/excel_gridlines.html#Feedback</comments><slash:comments>11</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/724482.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/724482.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: ASP.NET中用DataGrid的RenderControl方法输出到Excel，是一种常见的办法。其本质是用html语法编写Excel,表格用table表示。但是默认情形下...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/04/23/excel_gridlines.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/724482.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-04-23 23:32 <a href="http://www.cnblogs.com/RChen/archive/2007/04/23/excel_gridlines.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SubSonic 的字段名未转义问题修正</title><link>http://www.cnblogs.com/RChen/archive/2007/01/22/actionpack1.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sun, 21 Jan 2007 16:28:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/01/22/actionpack1.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/626405.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/01/22/actionpack1.html#Feedback</comments><slash:comments>9</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/626405.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/626405.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: SubSonic是集代码生成/BuildProvider&nbsp;(asp.net2.0的新特性)&nbsp;于一身的一个非常不错的数据访问框架。其灵感来自ROR里的ActionP...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/01/22/actionpack1.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/626405.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-01-22 00:28 <a href="http://www.cnblogs.com/RChen/archive/2007/01/22/actionpack1.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>CodeProject 文章收藏 (2007-1-3)</title><link>http://www.cnblogs.com/RChen/archive/2007/01/03/cpfav070103.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 03 Jan 2007 08:05:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/01/03/cpfav070103.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/610632.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/01/03/cpfav070103.html#Feedback</comments><slash:comments>9</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/610632.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/610632.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Forms身份验证的原理剖析DataSetWatch2.0一个高级的DataSet监视器（帮助调试）。加密和解密字符串很基础的知识。用C#操作Excel文档(利用CO...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/01/03/cpfav070103.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/610632.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-01-03 16:05 <a href="http://www.cnblogs.com/RChen/archive/2007/01/03/cpfav070103.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Error while trying to run project: Unable to start debugging 绑定句柄无效</title><link>http://www.cnblogs.com/RChen/archive/2007/01/02/610201.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Tue, 02 Jan 2007 13:03:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/01/02/610201.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/610201.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/01/02/610201.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/610201.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/610201.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: VisualStudio2005编写的项目可以编译，但不能调试，错误信息：Error&nbsp;while&nbsp;trying&nbsp;to&nbsp;run&nbsp;project...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/01/02/610201.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/610201.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-01-02 21:03 <a href="http://www.cnblogs.com/RChen/archive/2007/01/02/610201.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>关注一下 IronPython Community Edition</title><link>http://www.cnblogs.com/RChen/archive/2006/12/18/fepy.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 18 Dec 2006 10:55:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/12/18/fepy.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/596053.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/12/18/fepy.html#Feedback</comments><slash:comments>8</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/596053.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/596053.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: FePy是一个开源项目，其目标是对IronPython语言的进行扩展，以补充CPython的标准库中有，而IronPython没有的一些特性。当前这个扩展甚至包括了对CherryPy...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/12/18/fepy.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/596053.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-12-18 18:55 <a href="http://www.cnblogs.com/RChen/archive/2006/12/18/fepy.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>扩展 IronPython for ASP.NET：编写自定义属性注入器</title><link>http://www.cnblogs.com/RChen/archive/2006/12/17/ipy_attributes_injector_customization.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sun, 17 Dec 2006 10:19:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/12/17/ipy_attributes_injector_customization.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/594884.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/12/17/ipy_attributes_injector_customization.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/594884.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/594884.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: IronPythonforASP.NET的属性注入器机制可以使得一些代码的语法变得简单（详细了解参考我的这一篇），但是默认的支持似乎现在还很不完备。我反编译了Microsoft.Web.Iro...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/12/17/ipy_attributes_injector_customization.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/594884.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-12-17 18:19 <a href="http://www.cnblogs.com/RChen/archive/2006/12/17/ipy_attributes_injector_customization.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Anthem.NET 的 "BAD RESPONSE" 问题的脚本调试技巧小结</title><link>http://www.cnblogs.com/RChen/archive/2006/12/16/anthem_debug1.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sat, 16 Dec 2006 10:30:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/12/16/anthem_debug1.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/594322.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/12/16/anthem_debug1.html#Feedback</comments><slash:comments>13</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/594322.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/594322.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 今天解决了一位朋友使用Anthem.NET遇到的问题。他的代码在WindowsXP的开发机器上反应正常，而部署到2003Server的服务器上就提示"BADRESPONSE".这个问...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/12/16/anthem_debug1.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/594322.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-12-16 18:30 <a href="http://www.cnblogs.com/RChen/archive/2006/12/16/anthem_debug1.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>IronPython for ASP.NET 部署注意事项</title><link>http://www.cnblogs.com/RChen/archive/2006/12/14/ipy_aspnet_deploy.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Thu, 14 Dec 2006 09:51:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/12/14/ipy_aspnet_deploy.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/592389.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/12/14/ipy_aspnet_deploy.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/592389.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/592389.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 用IronPythonforASP.NET开发的网站，在部署时，除了发布bin目录下的IronPython.dll,IronMath.dll,Microsoft.Web.IronPy...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/12/14/ipy_aspnet_deploy.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/592389.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-12-14 17:51 <a href="http://www.cnblogs.com/RChen/archive/2006/12/14/ipy_aspnet_deploy.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>IronPython for ASP.NET 的原理分析（一）：如何在 CLR 类型上实现动态性</title><link>http://www.cnblogs.com/RChen/archive/2006/12/10/ipy_aspnet_imp_1.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sun, 10 Dec 2006 08:25:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/12/10/ipy_aspnet_imp_1.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/588026.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/12/10/ipy_aspnet_imp_1.html#Feedback</comments><slash:comments>16</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/588026.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/588026.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 如何在CLR类型上实现IronPython语言的动态特性，简单的讲，可以通过ICustomAttributes接口来实现。ICustomAttributes接口是在&nbsp;IronP...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/12/10/ipy_aspnet_imp_1.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/588026.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-12-10 16:25 <a href="http://www.cnblogs.com/RChen/archive/2006/12/10/ipy_aspnet_imp_1.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>工作流和 WF 文章收藏</title><link>http://www.cnblogs.com/RChen/archive/2006/12/08/586693.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Fri, 08 Dec 2006 10:23:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/12/08/586693.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/586693.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/12/08/586693.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/586693.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/586693.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Hello, WF!
工作流管理在ERP系统中的应用&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/12/08/586693.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/586693.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-12-08 18:23 <a href="http://www.cnblogs.com/RChen/archive/2006/12/08/586693.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>IronPython 中的属性注入器机制</title><link>http://www.cnblogs.com/RChen/archive/2006/12/07/ipy_attr_inject.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Thu, 07 Dec 2006 08:46:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/12/07/ipy_attr_inject.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/585356.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/12/07/ipy_attr_inject.html#Feedback</comments><slash:comments>9</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/585356.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/585356.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 了解了一点IronPythonforASP.NETCTP的朋友都知道，在IronPythonforASP.NET（以下IronPython简称IP）中我们可以这样写代码：#&...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/12/07/ipy_attr_inject.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/585356.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-12-07 16:46 <a href="http://www.cnblogs.com/RChen/archive/2006/12/07/ipy_attr_inject.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SetRenderMethodDelegate 方法</title><link>http://www.cnblogs.com/RChen/archive/2006/12/06/SetRenderMethodDelegate.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 06 Dec 2006 10:18:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/12/06/SetRenderMethodDelegate.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/584434.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/12/06/SetRenderMethodDelegate.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/584434.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/584434.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 今天看代码发现一个有趣的方法。System.Web.UI.Control类的SetRenderMethodDelegate()这个方法允许控件接受一个委托来定制自身的Render行为，这样，...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/12/06/SetRenderMethodDelegate.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/584434.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-12-06 18:18 <a href="http://www.cnblogs.com/RChen/archive/2006/12/06/SetRenderMethodDelegate.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>IronPython 也玩 Ajax!</title><link>http://www.cnblogs.com/RChen/archive/2006/12/03/ipyajax1.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sun, 03 Dec 2006 10:00:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/12/03/ipyajax1.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/580673.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/12/03/ipyajax1.html#Feedback</comments><slash:comments>17</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/580673.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/580673.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在IronPython搭建的项目中（也可以是和C#的混合项目，详见我前一篇post），可以使用Anthem.NET来轻松实现Ajax功能。下面我简单的演示一个例子：在页面上我们分别放...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/12/03/ipyajax1.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/580673.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-12-03 18:00 <a href="http://www.cnblogs.com/RChen/archive/2006/12/03/ipyajax1.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>逐步改用 IronPython 开发你的 ASP.NET 应用程序</title><link>http://www.cnblogs.com/RChen/archive/2006/12/02/cs_ipy_aspnet.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sat, 02 Dec 2006 14:55:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/12/02/cs_ipy_aspnet.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/580145.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/12/02/cs_ipy_aspnet.html#Feedback</comments><slash:comments>26</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/580145.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/580145.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: IronPythonforASP.NET的CTP已经发布有一段时间了，我们在看了官方提供的范例之后，相信对一个ASP.NET应用程序中完全使用IronPython开发还是有一些担心的...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/12/02/cs_ipy_aspnet.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/580145.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-12-02 22:55 <a href="http://www.cnblogs.com/RChen/archive/2006/12/02/cs_ipy_aspnet.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>IronPython 个人网站样例宝藏挖掘</title><link>http://www.cnblogs.com/RChen/archive/2006/11/18/ipy_starterkit.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sat, 18 Nov 2006 11:19:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/11/18/ipy_starterkit.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/564711.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/11/18/ipy_starterkit.html#Feedback</comments><slash:comments>14</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/564711.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/564711.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: IronPythonforASP.NET的CTP已经发布两个多星期了，惭愧的是，因为工作繁忙，一直没有太多时间来学习。居然忽略了PersonalWebSiteStarterKit...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/11/18/ipy_starterkit.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/564711.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-11-18 19:19 <a href="http://www.cnblogs.com/RChen/archive/2006/11/18/ipy_starterkit.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>在 ASP.NET 中用匿名委托简单模拟 AOP 做异常和日志处理</title><link>http://www.cnblogs.com/RChen/archive/2006/11/16/aspnet_exception_handling.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 15 Nov 2006 18:46:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/11/16/aspnet_exception_handling.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/561865.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/11/16/aspnet_exception_handling.html#Feedback</comments><slash:comments>10</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/561865.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/561865.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 这两天写ASP.NET写晕了，老想偷点懒。由于在后台的代码里几乎每个方法里都要try..catch这么来一遍，感觉很烦琐。又联想到AOP,但AOP的做法相对比较复杂，做法也很多。比如用...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/11/16/aspnet_exception_handling.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/561865.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-11-16 02:46 <a href="http://www.cnblogs.com/RChen/archive/2006/11/16/aspnet_exception_handling.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>用 C# 开发 SQL Server 2005 的自定义聚合函数</title><link>http://www.cnblogs.com/RChen/archive/2006/11/15/sql2k5_clr.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 15 Nov 2006 10:53:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/11/15/sql2k5_clr.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/561504.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/11/15/sql2k5_clr.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/561504.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/561504.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在SQL中，经常需要对数据按组进行自定义的聚合操作，比如用逗号连接一系列表示ID的数字，但默认只有SUM,MAX,MIN,AVG等聚合函数。在SQLServer2005中提供...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/11/15/sql2k5_clr.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/561504.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-11-15 18:53 <a href="http://www.cnblogs.com/RChen/archive/2006/11/15/sql2k5_clr.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>使用 Castle ActiveRecord 开发发现的一些问题</title><link>http://www.cnblogs.com/RChen/archive/2006/11/15/castle_activerecord_problem.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 15 Nov 2006 10:01:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/11/15/castle_activerecord_problem.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/561467.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/11/15/castle_activerecord_problem.html#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/561467.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/561467.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: CastleActiveRecord内部用的是NHibernate来做O/RMapping,在最近完成的一个项目中，我发现了它有不少问题。1.&nbsp;Blob字段的数据会被截断，但...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/11/15/castle_activerecord_problem.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/561467.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-11-15 18:01 <a href="http://www.cnblogs.com/RChen/archive/2006/11/15/castle_activerecord_problem.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>.NET Framework 3.0 和 Windows SDK</title><link>http://www.cnblogs.com/RChen/archive/2006/11/11/netfx3_released.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sat, 11 Nov 2006 03:36:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/11/11/netfx3_released.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/557426.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/11/11/netfx3_released.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/557426.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/557426.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 貌似好像.NETFramework3.0和WindowsSDK以及一些新鲜玩意的正式版本发布了：http://msdn.microsoft.com/windowsvista/downlo...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/11/11/netfx3_released.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/557426.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-11-11 11:36 <a href="http://www.cnblogs.com/RChen/archive/2006/11/11/netfx3_released.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>IronPython 源码剖析系列（2）：IronPython 引擎的运作流程</title><link>http://www.cnblogs.com/RChen/archive/2006/11/09/ipy_src_study_2.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Thu, 09 Nov 2006 14:55:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/11/09/ipy_src_study_2.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/555730.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/11/09/ipy_src_study_2.html#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/555730.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/555730.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 原作：木野狐，2006-11-9，转载请注明出处。上一篇：IronPython源码剖析系列（1）：IronPython编译器&nbsp;Python程序的执行是从hosting程序ipy....&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/11/09/ipy_src_study_2.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/555730.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-11-09 22:55 <a href="http://www.cnblogs.com/RChen/archive/2006/11/09/ipy_src_study_2.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>IronPython for ASP.NET CTP WhitePaper 摘要翻译</title><link>http://www.cnblogs.com/RChen/archive/2006/11/03/ipy_aspnet_whitepaper.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Fri, 03 Nov 2006 09:24:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/11/03/ipy_aspnet_whitepaper.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/549343.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/11/03/ipy_aspnet_whitepaper.html#Feedback</comments><slash:comments>25</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/549343.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/549343.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 翻译，摘要：木野狐2006-11-3原文链接：http://www.asp.net/ironpython/WhitePaper.doc全新的ASP.NET动态语言可扩展模型介绍：为什么需要新的编译...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/11/03/ipy_aspnet_whitepaper.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/549343.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-11-03 17:24 <a href="http://www.cnblogs.com/RChen/archive/2006/11/03/ipy_aspnet_whitepaper.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>关于 IE 模态对话框的两个问题</title><link>http://www.cnblogs.com/RChen/archive/2006/11/01/modal_dialog_issue.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Tue, 31 Oct 2006 17:41:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/11/01/modal_dialog_issue.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/546230.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/11/01/modal_dialog_issue.html#Feedback</comments><slash:comments>21</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/546230.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/546230.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: showModalDialog打开的模态对话框有不少经典的缺陷，在这里不再冗述，我只谈谈最近碰到的几个问题以及解决办法。问题1.showModalDialog打开一个aspx页面时，如果该页...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/11/01/modal_dialog_issue.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/546230.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-11-01 01:41 <a href="http://www.cnblogs.com/RChen/archive/2006/11/01/modal_dialog_issue.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>使用 Flash 和 C# WinForm 配合打造界面漂亮的应用程序（摘要）</title><link>http://www.cnblogs.com/RChen/archive/2006/10/29/csharp_and_flash.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sat, 28 Oct 2006 20:14:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/10/29/csharp_and_flash.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/543265.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/10/29/csharp_and_flash.html#Feedback</comments><slash:comments>9</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/543265.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/543265.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: (木野狐2006-10-29)由于之前一阵公司一个项目提出的需求，自己也想进行这方面的尝试，我对如何使用Flash来做WinForm程序的界面产生了兴趣，于是学习了一些资料，摘要于此。下...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/10/29/csharp_and_flash.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/543265.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-10-29 04:14 <a href="http://www.cnblogs.com/RChen/archive/2006/10/29/csharp_and_flash.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>