<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_nicholas.sun`1[生活的本质不是索取,而是奋斗]</title><subtitle type="text">the most important thing in life is not the triumph but the struggle. </subtitle><id>http://feed.cnblogs.com/blog/u/32430/rss</id><updated>2008-10-02T09:33:30Z</updated><author><name>nicholas.sun</name><uri>http://www.cnblogs.com/nicholasun/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicholasun/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/32430/rss"/><entry><id>http://www.cnblogs.com/nicholasun/archive/2008/05/03/1179971.html</id><title type="text">[翻译]ORM in .NET 3.5</title><summary type="text">ORM，对象-关系映射，在现代面向对象编程语言中，其中实现起来比较棘手的事。它包括摒弃传统的数据存储机制：这里没有（或很少）专门的、预编译的代码，涉及读（写）对象从（到）数据库或其它后备存储中。作为替代，涉及访问后备存储的逻辑在运行时被决定，通过运用一系列反射和特性机制修饰正在考虑的业务对象。许多已经建立的工程和框架试图提出这个观念并取得了多方面的成功。这篇文章覆盖了：概括介绍ORM理念，一种.NET3.5携带的途径，及其和其他框架的比较。</summary><published>2008-05-02T16:37:00Z</published><updated>2008-05-02T16:37:00Z</updated><author><name>nicholas.sun</name><uri>http://www.cnblogs.com/nicholasun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicholasun/archive/2008/05/03/1179971.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicholasun/archive/2008/05/03/1179971.html"/></entry><entry><id>http://www.cnblogs.com/nicholasun/archive/2008/04/26/1171557.html</id><title type="text">[翻译]13 Tips to Comment Your Code</title><summary type="text">这篇文章例举了我们在代码注释时的13条小技巧,这让我们的代码更易读懂,更易维护.原文地址:http://www.devtopics.com/13-tips-to-comment-your-code/</summary><published>2008-04-26T04:15:00Z</published><updated>2008-04-26T04:15:00Z</updated><author><name>nicholas.sun</name><uri>http://www.cnblogs.com/nicholasun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicholasun/archive/2008/04/26/1171557.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicholasun/archive/2008/04/26/1171557.html"/></entry><entry><id>http://www.cnblogs.com/nicholasun/archive/2008/02/22/1078080.html</id><title type="text">[转载]ASP.NET 2.0 的内部变化</title><summary type="text">对于专业的 ASP.NET 开发人员来说，与 ASP.NET 2.0 有关的重要问题是内部发生了哪些变化。尽管新功能很有趣而且学起来很有意思，但对于真正想掌握这一技术的开发人员来说，ASP.NET 核心结构发生的变化才是最吸引他们的地方。在本白皮书中，我们将介绍自版本 1.x 以来，ASP.NET 2.0 内部结构发生了什么样的变化。&#xD;&#xD;本白皮书介绍的主题对那些关注性能的开发人员以及寻求如何优化应用程序的技术设计师非常有用。具体来说，我们将介绍有关代码模型、编译、页面生命周期、可扩展性、性能和缓存的主要问题。 &#xD;&#xD;本文中的许多示例要求您对 ASP.NET、Visual Basic .NET 和/或 C# 语法有相当程度的了解。本文还在适当的地方提供了参考文档，就某些特定的主题展开深入的讨论。&#xD;</summary><published>2008-02-22T11:15:00Z</published><updated>2008-02-22T11:15:00Z</updated><author><name>nicholas.sun</name><uri>http://www.cnblogs.com/nicholasun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicholasun/archive/2008/02/22/1078080.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicholasun/archive/2008/02/22/1078080.html"/></entry><entry><id>http://www.cnblogs.com/nicholasun/archive/2007/12/30/1021188.html</id><title type="text">[转载]深入探索.NET框架内部了解CLR如何创建运行时对象</title><summary type="text">随着通用语言运行时（CLR）即将成为在Windows®下开发应用程序的首选架构，对其进行深入理解会帮助你建立有效的工业强度的应用程序。在本文中，我们将探索CLR内部，包括对象实例布局，方法表布局，方法分派，基于接口的分派和不同的数据结构。</summary><published>2007-12-30T12:25:00Z</published><updated>2007-12-30T12:25:00Z</updated><author><name>nicholas.sun</name><uri>http://www.cnblogs.com/nicholasun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicholasun/archive/2007/12/30/1021188.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicholasun/archive/2007/12/30/1021188.html"/></entry><entry><id>http://www.cnblogs.com/nicholasun/archive/2007/12/30/1021164.html</id><title type="text">[翻译]ASP.NET Web页面是如何在Web服务器端产生的</title><summary type="text">你是否仔细地想过当一个Asp.net Web页面请求到达服务器的时候,服务器端发生了什么？服务器是如何处理到来的请求的？发送给浏览器的HTML是怎么产生的？开发者可能会用什么机制去处理不同阶段的请求呢？这篇文章将对服务器如何处理Http请求进行详细的探讨。</summary><published>2007-12-30T12:03:00Z</published><updated>2007-12-30T12:03:00Z</updated><author><name>nicholas.sun</name><uri>http://www.cnblogs.com/nicholasun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicholasun/archive/2007/12/30/1021164.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicholasun/archive/2007/12/30/1021164.html"/></entry><entry><id>http://www.cnblogs.com/nicholasun/archive/2007/12/30/1021155.html</id><title type="text">[翻译]简单谈谈事件与委托</title><summary type="text">这可以说是作者Maysam Mahfouzi自己学习委托与事件的一篇心得，文章很好的阐述了方法、委托及事件三者之间的关系：事件管理委托，委托（函数指针）管理方法。对于想学习委托和事件的你，这无疑是一篇好文章。</summary><published>2007-12-30T11:53:00Z</published><updated>2007-12-30T11:53:00Z</updated><author><name>nicholas.sun</name><uri>http://www.cnblogs.com/nicholasun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicholasun/archive/2007/12/30/1021155.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicholasun/archive/2007/12/30/1021155.html"/></entry></feed>
