﻿<?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>博客园-.NET人字拖-随笔分类-翻译</title><link>http://www.cnblogs.com/xdotnet/category/87317.html</link><description /><language>zh-cn</language><lastBuildDate>Tue, 20 May 2008 21:24:38 GMT</lastBuildDate><pubDate>Tue, 20 May 2008 21:24:38 GMT</pubDate><ttl>60</ttl><item><title>[翻译]C#和COM的互操作</title><link>http://www.cnblogs.com/xdotnet/archive/2007/03/15/com_csharp.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 15 Mar 2007 14:06:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/03/15/com_csharp.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/676518.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/03/15/com_csharp.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/676518.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/676518.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 这篇文章将探讨一下C#和COM之间的相互操作性，本文分两个部分：第一部分讲述了什么是COM，第二部分讲述在.NET Framework中怎样应用COM。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/03/15/com_csharp.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/676518.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-03-15 22:06 <a href="http://www.cnblogs.com/xdotnet/archive/2007/03/15/com_csharp.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[翻译]ASP.NET 2.0网站应用程序的性能优化</title><link>http://www.cnblogs.com/xdotnet/archive/2007/03/08/translate_speed_optimization_first.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 08 Mar 2007 12:59:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/03/08/translate_speed_optimization_first.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/668586.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/03/08/translate_speed_optimization_first.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/668586.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/668586.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 　　开发一个对用户的请求做出很快回应的应用程序是每个开发者的目标和挑战！ASP.NET是为速度优化和性能改进而设计的，它的改进体现在在服务端的页编译和自动存储。然而，当你的应用程序在同一时间内执行大量的请求时，这项改进仍然无法防止性能的降低。<br><br>　　为了写一个高性能的应用程序，你必需平衡通常影响性能的四个方面. 表现如下:<br><br>　　　执行时间：执行一个请求所花的时间，从接收到第一个字节算起到接收到最后一个字节所花的时间。<br><br>　　　响应时间：从发送请求到服务器响应接收到第一个字节所花的时间。<br><br>　　　伸缩性：这个主要表现在服务器分配给应用程序的资源（内存，CPU或电脑）。<br><br>　　　吞吐量：在一个单位时间内（通常是1秒）能够处理请求的数量。<br><br>　　以下是能够让你开发出一个高性能应用程序的几个方面：<br><br>　　　状态管理，<br>　　　<br>　　　数据存储，<br><br>　　　页面和服务器控件，<br><br>　　　网页应用程序，<br><br><b&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/03/08/translate_speed_optimization_first.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/668586.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-03-08 20:59 <a href="http://www.cnblogs.com/xdotnet/archive/2007/03/08/translate_speed_optimization_first.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[翻译]运用HtmlInputFile服务器控件上传多个文件</title><link>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 07 Mar 2007 12:13:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/667195.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/667195.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/667195.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:    由于发现以前写的文章都是乱来的，想到什么就写什么？看到别人的文章何等地规范，又通俗易懂，条理又很强，于是乎我就想了一个方法，来训练一下自己的写作方式，通过翻译一些老外的文章来玩玩，可能不断格式化自己可以写出格式不错的文章来，费话不用多说的，今天来翻译一篇比较简单的文章来做为这个计划的开始，OK！运用HtmlInputFile服务器控件上传多个文件[Upload multiple files using HtmlInputFile control]。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/667195.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-03-07 20:13 <a href="http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>如何才能规范写作呢？-通过翻译老外的文章是不错的想法！</title><link>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_english_articles.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 07 Mar 2007 01:33:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_english_articles.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/666318.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_english_articles.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/666318.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/666318.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 这个问题很早就在我的脑海里了，老觉的自己写的文章都是有头没有尾的，乱来！为了要规范自己的写作，现在决定先翻译几篇文章来看看老外的写作格式，看能不能把自己的写作格式格式化。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_english_articles.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/666318.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-03-07 09:33 <a href="http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_english_articles.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>