9eFish - 带有 linq to xml 标签的文章
1
臭虫

介绍 LINQ to XML

xgluxvxgluxv 发表于 106 天, 4 小时, 54 分钟 之前
Wednesday, December 02, 2009 3:09:33 AM GMT Thursday, November 26, 2009 5:19:27 AM GMT
Whitepapers and eBooksArticles: Build a More Agile Business with IBM IBM Articles: Virtualization Delivers a Dynamic Infrastructure Articles: IBM Offers Enhanced Measurement and Management for Energy Usage Articles: IBM Helps Transformation to an Information-Based Enterprise Microsoft Articles: Visual Studio 2010 Adobe Article: Adobe Helps PHP Developers Create Rich Internet Applications Adobe Article: Java Developers Finding a Home at Adobe Flex IBM Articles: A Smarter Business Needs Smarter Tech... (more)
类别: Foundation | 点击: 2 | 评论 | | 源: www.4guysfromrolla.com
标签: linq to xml
1
臭虫

.NET - Some Common Operations using LINQ To XML - Part III

carolhaozicarolhaozi 发表于 158 天, 4 小时, 35 分钟 之前
Wednesday, October 14, 2009 1:47:55 AM GMT Monday, October 05, 2009 5:38:19 AM GMT
In this article, we will explore some common ‘How Do I’ kind of examples using LINQ to XML. This article is the final part of our 3-part LINQ to XML series. I assume you are familiar with LINQ. If not, you can start off with LINQ to XML by checking some tutorials at Getting Ready for .NET 3.5 and LINQ – Exploring C# 3.0 – Part I and over here for VB.NET. (more)
类别: Language | 点击: 1 | 评论 | | 源: www.dotnetcurry.com
标签: linq to xml
1
臭虫

.NET - Some Common Operations using LINQ To XML - Part II

carolhaozicarolhaozi 发表于 158 天, 4 小时, 37 分钟 之前
Wednesday, October 14, 2009 1:47:55 AM GMT Monday, October 05, 2009 5:36:54 AM GMT
In this article, we will explore some common ‘How Do I’ kind of examples using LINQ to XML. This article is the Part II of the 3-part LINQ to XML series. I hope you have read the previous article Some Common Operations using LINQ To XML - Part I. I assume you are familiar with LINQ. If not, you can start off with LINQ to XML by checking some tutorials at Getting Ready for .NET 3.5 and LINQ – Exploring C# 3.0 – Part I and over here. (more)
类别: Language | 点击: 0 | 评论 | | 源: www.dotnetcurry.com
标签: linq to xml
1
臭虫

.NET - Some Common Operations using LINQ To XML - Part I

carolhaozicarolhaozi 发表于 158 天, 4 小时, 38 分钟 之前
Wednesday, October 14, 2009 1:47:55 AM GMT Monday, October 05, 2009 5:36:00 AM GMT
In this article, we will explore some common ‘How Do I’ kind of examples using LINQ to XML. This article is the Part I of the 3-part LINQ to XML series. I assume you are familiar with LINQ. If not, you can start off with LINQ to XML by checking some tutorials at Getting Ready for .NET 3.5 and LINQ – Exploring C# 3.0 – Part I and over here. (more)
类别: Language | 点击: 2 | 评论 | | 源: www.dotnetcurry.com
标签: linq to xml
1
臭虫

CodeProject: An Introduction to LINQ to XML.

carolhaozicarolhaozi 发表于 178 天, 20 小时, 26 分钟 之前
Friday, September 18, 2009 1:23:38 AM GMT Monday, September 14, 2009 1:47:11 PM GMT
Download demo project - 20.99 KBIntroduction XML is widely used for storing and formatting data. By using the current APIs, it is slightly cumbersome to handle and play with XML data. LINQ to XML (.NET 3.5) makes handling XML easier through query experience similar to SQL. Background In this article, we will see basic things on how to work with XML using LINQ, where we will deal with storing and reading server information in XML format. Using the Code The project is a Windows application which conta... (more)
类别: Language | 点击: 2 | 评论 | | 源: www.codeproject.com
标签: linq to xml
1
臭虫

RSS Feeds and Google Sitemaps for ASP.NET MVC with LINQ To XML

xgluxvxgluxv 发表于 221 天, 17 小时, 33 分钟 之前
Friday, August 07, 2009 1:25:03 AM GMT Sunday, August 02, 2009 4:40:17 PM GMT
RSS Feeds and Google Sitemaps for ASP.NET MVC with LINQ To XML   For the majority of personal web sites, two uses of XML are commonplace: creating an RSS feed and a Google Sitemap. Here, I look at how to create both of those using LINQ to XML for an ASP.NET MVC web site.   I've already looked at both RSS Feeds and Google Sitemaps before, using an XMLTextWriter object to generate the output, and it can be a fairly laborious task. LINQ to XML requires far less code to achieve the same thi... (more)
类别: Foundation | 点击: 1 | 评论 | | 源: www.mikesdotnetting.com
标签: asp.net mvc, google sitemaps, linq to xml, rss feeds