<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_namespace Ivony_分类_LINQ</title><id>http://feed.cnblogs.com/blog/u/17776/category/152712/rss</id><updated>2012-05-27T21:15:48Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ivony/category/152712.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17776/category/152712/rss"/><entry><id>http://www.cnblogs.com/Ivony/archive/2009/07/31/1536283.html</id><title type="text">LINQ本质 外篇 - JOIN补遗</title><summary type="text">这是对“LINQ本质（再版）第二篇 运算”一文的补遗，主要讲述C#的LINQ表达式如何表示JOIN操作。</summary><published>2009-07-31T15:48:00Z</published><updated>2009-07-31T15:48:00Z</updated><author><name>Ivony...</name><uri>http://www.cnblogs.com/Ivony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Ivony/archive/2009/07/31/1536283.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ivony/archive/2009/07/31/1536283.html"/><content type="text">这是对“LINQ本质（再版）第二篇 运算”一文的补遗，主要讲述C#的LINQ表达式如何表示JOIN操作。</content></entry><entry><id>http://www.cnblogs.com/Ivony/archive/2008/10/14/1309807.html</id><title type="text">LINQ本质(再版)第二篇 运算</title><summary type="text">从上一篇文章的论述中我们可以知道，.NET Framework使用IEnumerable&lt;T&gt;表示一个关系（集合），但反之不然。不过IEnumerable&lt;T&gt;的本质是一个序列枚举器，所以IEnumerable&lt;T&gt;本身就具备三重特性，集合、关系、序列。.NET Framework定义了一个扩展类Enumerable用于对IEnumerable进行运算扩展，主要...</summary><published>2008-10-14T11:54:00Z</published><updated>2008-10-14T11:54:00Z</updated><author><name>Ivony...</name><uri>http://www.cnblogs.com/Ivony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Ivony/archive/2008/10/14/1309807.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ivony/archive/2008/10/14/1309807.html"/><content type="text">从上一篇文章的论述中我们可以知道，.NET Framework使用IEnumerable&lt;T&gt;表示一个关系（集合），但反之不然。不过IEnumerable&lt;T&gt;的本质是一个序列枚举器，所以IEnumerable&lt;T&gt;本身就具备三重特性，集合、关系、序列。.NET Framework定义了一个扩展类Enumerable用于对IEnumerable进行运算扩展，主要...</content></entry><entry><id>http://www.cnblogs.com/Ivony/archive/2008/08/28/1278643.html</id><title type="text">LINQ本质(再版)第一篇 关系</title><summary type="text">这篇文章主要探讨LINQ所面对的是什么？什么是LINQ技术可以操纵的数据？什么不是？LINQ所面对的数据与关系型数据库有什么关系？关系到底是个什么东西？在这一篇文章里，我不打算探讨任何LINQ的使用技巧或者实现方法，因为这些，有太多太多的资料。我只打算用一篇文章简单的对LINQ的设计思想做一些阐述……</summary><published>2008-08-28T06:35:00Z</published><updated>2008-08-28T06:35:00Z</updated><author><name>Ivony...</name><uri>http://www.cnblogs.com/Ivony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Ivony/archive/2008/08/28/1278643.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ivony/archive/2008/08/28/1278643.html"/><content type="text">这篇文章主要探讨LINQ所面对的是什么？什么是LINQ技术可以操纵的数据？什么不是？LINQ所面对的数据与关系型数据库有什么关系？关系到底是个什么东西？在这一篇文章里，我不打算探讨任何LINQ的使用技巧或者实现方法，因为这些，有太多太多的资料。我只打算用一篇文章简单的对LINQ的设计思想做一些阐述……</content></entry><entry><id>http://www.cnblogs.com/Ivony/archive/2008/08/18/1270555.html</id><title type="text">LINQ本质（一） 映射</title><summary type="text">在这一篇文章里，我不打算探讨任何LINQ的使用技巧或者实现方法，因为这些，有太多太多的资料。我只打算用一篇文章简单的对LINQ的设计思想做一些阐述。这是一篇晦涩难懂的文章，因为这是一篇对LINQ技术进行深层次分析的文章，我并没有打算用通俗语言来讨论一个这么沉重的话题，也没有这个能力。如果您在阅读之前能了解一些集合论的知识，会很有帮助。</summary><published>2008-08-18T10:27:00Z</published><updated>2008-08-18T10:27:00Z</updated><author><name>Ivony...</name><uri>http://www.cnblogs.com/Ivony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Ivony/archive/2008/08/18/1270555.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ivony/archive/2008/08/18/1270555.html"/><content type="text">在这一篇文章里，我不打算探讨任何LINQ的使用技巧或者实现方法，因为这些，有太多太多的资料。我只打算用一篇文章简单的对LINQ的设计思想做一些阐述。这是一篇晦涩难懂的文章，因为这是一篇对LINQ技术进行深层次分析的文章，我并没有打算用通俗语言来讨论一个这么沉重的话题，也没有这个能力。如果您在阅读之前能了解一些集合论的知识，会很有帮助。</content></entry></feed>
