<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://fwdnug.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">David.Yancey</title><subtitle type="html" /><id>http://fwdnug.com/blogs/davidyancey/atom.aspx</id><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/default.aspx" /><link rel="self" type="application/atom+xml" href="http://fwdnug.com/blogs/davidyancey/atom.aspx" /><generator uri="http://communityserver.org" version="3.1.20917.1142">Community Server</generator><updated>2007-10-18T07:04:57Z</updated><entry><title>Dirty Code!!!</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2008/12/10/dirty-code.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2008/12/10/dirty-code.aspx</id><published>2008-12-11T05:16:02Z</published><updated>2008-12-11T05:16:02Z</updated><content type="html">If 4 letter words immediately come to mind when you do a code review&amp;#8230;then you might have dirty code.
If you quince each time a new feature is requested to be added to your existing library of code&amp;#8230;then you might have dirty code.
If the amount of time it takes to research a bug is inversely proportional [...]...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2008/12/10/dirty-code.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=966" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author><category term=".NET" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET/default.aspx" /><category term="Agile" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/Agile/default.aspx" /><category term="Refactoring" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/Refactoring/default.aspx" /></entry><entry><title>Refactoring: Getting started is the hard part</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2008/11/25/refactoring-getting-started-is-the-hard-part.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2008/11/25/refactoring-getting-started-is-the-hard-part.aspx</id><published>2008-11-25T06:50:59Z</published><updated>2008-11-25T06:50:59Z</updated><content type="html">Just the thought of &amp;#8216;refactoring&amp;#8217; can be daunting to a programmer. Martin Fowler defines &amp;#8216;refactoring&amp;#8217; as:
Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior. Its heart is a series of small behavior preserving transformations. Each transformation (called a &amp;#8216;refactoring&amp;#8217;) does little, but a sequence [...]...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2008/11/25/refactoring-getting-started-is-the-hard-part.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=957" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author><category term=".NET" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET/default.aspx" /><category term="TDD" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/TDD/default.aspx" /><category term="Agile" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/Agile/default.aspx" /><category term="Refactoring" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/Refactoring/default.aspx" /></entry><entry><title>Agile and the .NET Community</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2008/11/18/agile-and-the-net-community.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2008/11/18/agile-and-the-net-community.aspx</id><published>2008-11-19T05:08:18Z</published><updated>2008-11-19T05:08:18Z</updated><content type="html">Why does it seem that the .NET Community isn&amp;#8217;t very active in the Agile community? I know that there are Agile practitioners in various .NET shops however, it seems that the overall representation is very minimal. Is it because of a lack of understanding of the Agile methodologies? Or is there a lack of support [...]...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2008/11/18/agile-and-the-net-community.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=954" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author><category term=".NET" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET/default.aspx" /><category term="Agile" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/Agile/default.aspx" /></entry><entry><title>Taking a look at Dynamic Data</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2008/04/25/taking-a-look-at-dynamic-data.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2008/04/25/taking-a-look-at-dynamic-data.aspx</id><published>2008-04-25T12:12:53Z</published><updated>2008-04-25T12:12:53Z</updated><content type="html">One of the best things about being a programmer is new technologies,&amp;#160; taking a look at exciting new approaches to everyday tasks.&amp;#160; The .NET world is continually growing, in fact it was only 6-months ago that the 3.5 Framework was released giving you new tools such as LINQ, WPF, and Silverlight.&amp;#160; Now comes ASP.NET 3.5 Extensions Preview and you can add to the list Dynamic Data Controls. Dynamic Data Controls will enable you to build data driven website&amp;#39;s that will work against a...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2008/04/25/taking-a-look-at-dynamic-data.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=253" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author></entry><entry><title>Using Provider Model with Unit Testing</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2008/03/24/using-provider-model-with-unit-testing.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2008/03/24/using-provider-model-with-unit-testing.aspx</id><published>2008-03-24T14:15:00Z</published><updated>2008-03-24T14:15:00Z</updated><content type="html">We are going to look at the Provider model and Offloader/Worker model and how we use this approach for our Test Driven Development (TDD) and Unit Testing. For this Demo we will be using the Northwind Database, and developing this in VB. To start off we need to set up 3 projects in the same solution: TCNorthwindClass: This is were we will place our class files for the BLL, DAL, and Interface. TCNorthwindWeb: For this demo we will be creating a webservice. TCNorthwindTest: For our Unit Tests. Now lets...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2008/03/24/using-provider-model-with-unit-testing.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=170" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author><category term=".NET 2.0" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET+2.0/default.aspx" /><category term=".NET" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET/default.aspx" /><category term="VB.Net" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/VB.Net/default.aspx" /><category term="Unit Testing" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/Unit+Testing/default.aspx" /><category term="TDD" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/TDD/default.aspx" /></entry><entry><title>.NET 2.0 upgrade to 3.5 bug with LINQ</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2008/02/21/net-2-0-upgrade-to-3-5-bug-with-linq.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2008/02/21/net-2-0-upgrade-to-3-5-bug-with-linq.aspx</id><published>2008-02-21T20:06:00Z</published><updated>2008-02-21T20:06:00Z</updated><content type="html">Mark Richman has found a solution to a bug when upgrading a .NET 2.0 Compiled site to .NET 3.5 and using LINQ. Check it out http://markrichman.com/post/Visual-Studio-2008-Bug-Upgrading-web-site-from-Visual-Studio-2005-compiler-error-CS1519.aspx Enjoy...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2008/02/21/net-2-0-upgrade-to-3-5-bug-with-linq.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=124" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author><category term=".NET 3.5" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET+3.5/default.aspx" /><category term=".NET 2.0" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET+2.0/default.aspx" /><category term="LINQ" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/LINQ/default.aspx" /></entry><entry><title>XMLSerializer in C#</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2008/02/08/xmlserializer-in-c.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2008/02/08/xmlserializer-in-c.aspx</id><published>2008-02-08T19:27:00Z</published><updated>2008-02-08T19:27:00Z</updated><content type="html">A few days ago I was asked to do a version of my XMLSerializer post in C#. Well it was more like a week or two ago but either way here it is. For explanation on what I&amp;#39;m doing in the code please refer back to my original post. http://weblogs.asp.net/davidyancey/archive/2008/01/23/writing-xml-with-xmlserializer.aspx Download...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2008/02/08/xmlserializer-in-c.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=125" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author><category term="XML" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/XML/default.aspx" /><category term="C#" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/C_2300_/default.aspx" /><category term=".NET" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET/default.aspx" /></entry><entry><title>Create a RSS Reader in .NET 3.5 using XLINQ</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/create-a-rss-reader-in-net-3-5-using-xlinq.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/create-a-rss-reader-in-net-3-5-using-xlinq.aspx</id><published>2008-01-24T01:18:00Z</published><updated>2008-01-24T01:18:00Z</updated><content type="html">Visual Studio 2008 and .NET 3.5 are finally out and with it we have some new &amp;quot;toys&amp;quot; to look at. Today we are going to look at XLINQ and the new ListView control while we build a new RSS Reader. Before we get started I want to take a brief at LINQ. LINQ (Language Integrated Query) defines a set of operators used to query, filter, and project data. While the data must be encapsulated as an object, its source can be an array, enumerable class, XML, relational database, or any third party data...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/create-a-rss-reader-in-net-3-5-using-xlinq.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=126" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author><category term=".NET 3.5" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET+3.5/default.aspx" /><category term=".NET" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET/default.aspx" /><category term="VB.Net" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/VB.Net/default.aspx" /><category term="ASP.Net" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/ASP.Net/default.aspx" /><category term="XLINQ" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/XLINQ/default.aspx" /></entry><entry><title>Create a customized RSS Reader for your site</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/create-a-customized-rss-reader-for-your-site.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/create-a-customized-rss-reader-for-your-site.aspx</id><published>2008-01-24T01:16:00Z</published><updated>2008-01-24T01:16:00Z</updated><content type="html">RSS definition From Wikipedia &amp;quot;RSS (formally &amp;quot;RDF Site Summary&amp;quot;, known colloquially as &amp;quot;Really Simple Syndication&amp;quot;) is a family of Web feed formats used to publish frequently updated content such as blog entries, news headlines or podcasts . An RSS document, which is called a &amp;quot;feed&amp;quot;, &amp;quot;web feed&amp;quot;, or &amp;quot;channel&amp;quot;, contains either a summary of content from an associated web site or the full text. RSS makes it possible for people to keep up with their...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/create-a-customized-rss-reader-for-your-site.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=127" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author><category term="XML" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/XML/default.aspx" /><category term=".NET" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET/default.aspx" /><category term="VB.Net" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/VB.Net/default.aspx" /><category term="ASP.Net" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/ASP.Net/default.aspx" /></entry><entry><title>Building a TreeView of your Directory Structure using XML, WebServices, and Delegates</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/building-a-treeview-of-your-directory-structure-using-xml-webservices-and-delegates.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/building-a-treeview-of-your-directory-structure-using-xml-webservices-and-delegates.aspx</id><published>2008-01-24T01:15:17Z</published><updated>2008-01-24T01:15:17Z</updated><content type="html">TreeViews provide a great way for displaying a hierarchal view of a website, directory, company, and the list goes on.&amp;#160; You can build a TreeView by binding it to a datasource, or by manually adding the nodes.&amp;#160; Today we are going to look at building a TreeView of a directory structure for a website.&amp;#160; To do this we are going to create a WebService that utilizes Delegates to traverse the directory and return an XMLDocument to our web page which will then be bound to our TreeView. First...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/building-a-treeview-of-your-directory-structure-using-xml-webservices-and-delegates.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=128" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author><category term="XML" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/XML/default.aspx" /><category term=".NET" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET/default.aspx" /><category term="VB.Net" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/VB.Net/default.aspx" /><category term="ASP.Net" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/ASP.Net/default.aspx" /><category term="Webservices" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/Webservices/default.aspx" /></entry><entry><title>Create a Who's Online using .NET's Membership Provider!</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/create-a-who-s-online-using-net-s-membership-provider.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/create-a-who-s-online-using-net-s-membership-provider.aspx</id><published>2008-01-24T01:11:00Z</published><updated>2008-01-24T01:11:00Z</updated><content type="html">Developing and maintaining a community website can sometimes be a daunting task. A great deal of thought, and planning needs to go into creating content for your community to view, experience, and interact with. One fun piece that you will find on a number of community webistes is a &amp;quot;Who&amp;#39;s Online&amp;quot;. This is just a little bit of content that tells you how many registered users you have, how many registered users are online, how many guests are online, and the usernames of the registered...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/create-a-who-s-online-using-net-s-membership-provider.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=129" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author><category term=".NET" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET/default.aspx" /><category term="VB.Net" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/VB.Net/default.aspx" /><category term="ASP.Net" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/ASP.Net/default.aspx" /></entry><entry><title>Pushing Data between Servers: XML, Webservices, and SQL</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/pushing-data-between-servers-xml-webservices-and-sql.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/pushing-data-between-servers-xml-webservices-and-sql.aspx</id><published>2008-01-24T01:07:48Z</published><updated>2008-01-24T01:07:48Z</updated><content type="html">For the past few weeks we&amp;#39;ve been looking at utilizing XML to work with DATA from our SQL Server.&amp;#160; We&amp;#39;ve talked about building a custom XML document with XMLSerializer , Using the XML Datatype built in SQL 2005, and finally using OPENXML to insert records into our Database.&amp;#160; Today we are going to see how we can use each of those tools to solve a common issue for businesses, which is how to push data between different servers located on different networks.&amp;#160; In this scenario...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/pushing-data-between-servers-xml-webservices-and-sql.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=130" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author><category term="XML" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/XML/default.aspx" /><category term=".NET" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET/default.aspx" /><category term="ASP.Net" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/ASP.Net/default.aspx" /><category term="Webservices" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/Webservices/default.aspx" /><category term="SQL" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/SQL/default.aspx" /><category term="XMLSerializer" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/XMLSerializer/default.aspx" /></entry><entry><title>Writing XML with XMLSerializer.</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/writing-xml-with-xmlserializer.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/writing-xml-with-xmlserializer.aspx</id><published>2008-01-24T01:02:00Z</published><updated>2008-01-24T01:02:00Z</updated><content type="html">The XMLSerializer: Recently a friend of mine and I were discussing the best way to serialize a Dataset to XML while being able to control the structure of the XML. With a dataset we could easily use the dataset.WriteToXml method to write the dataset to XML. However the only control we have in the structure of the XML with this method is through our dataset and how we load it. Another option is to Loop through our Dataset and write it out to XML utilizing the XMLWriter giving us full control over...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/writing-xml-with-xmlserializer.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=131" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author><category term="XML" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/XML/default.aspx" /><category term=".NET" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET/default.aspx" /><category term="ASP.Net" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/ASP.Net/default.aspx" /></entry><entry><title>First Post a Thanks!</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/first-post-a-thanks.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/first-post-a-thanks.aspx</id><published>2008-01-23T18:41:00Z</published><updated>2008-01-23T18:41:00Z</updated><content type="html">I would like to thank Joe S and the ASP.Net team for setting this blog up for me. This will be my new home for blogging. Over the next few days I will be uploading my blog entries from http://geebs.proessent.com and then begin with new entries. David Yancey (aka Geebs)...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2008/01/23/first-post-a-thanks.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=132" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author><category term=".NET" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET/default.aspx" /><category term="ASP.Net" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/ASP.Net/default.aspx" /><category term="Weblogs" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/Weblogs/default.aspx" /></entry><entry><title>Pushing Data between servers with XML and Webservices</title><link rel="alternate" type="text/html" href="http://fwdnug.com/blogs/davidyancey/archive/2007/10/18/pushing-data-between-servers-with-xml-and-webservices.aspx" /><id>http://fwdnug.com/blogs/davidyancey/archive/2007/10/18/pushing-data-between-servers-with-xml-and-webservices.aspx</id><published>2007-10-18T12:04:57Z</published><updated>2007-10-18T12:04:57Z</updated><content type="html">For the past few weeks we&amp;#39;ve been looking at utilizing XML to work with DATA from our SQL Server. We&amp;#39;ve talked about building a custom XML document with XMLSerializer , Using the XML Datatype built in SQL 2005, and finally using OPENXML to insert records into our Database. Today we are going to see how we can use each of those tools to solve a common issue for businesses, which is how to push data between different servers located on different networks. In this scenario our requirements are...(&lt;a href="http://fwdnug.com/blogs/davidyancey/archive/2007/10/18/pushing-data-between-servers-with-xml-and-webservices.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://fwdnug.com/aggbug.aspx?PostID=278" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://fwdnug.com/members/Anonymous.aspx</uri></author><category term="XML" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/XML/default.aspx" /><category term=".NET" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/.NET/default.aspx" /><category term="Webservices" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/Webservices/default.aspx" /><category term="SQL" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/SQL/default.aspx" /><category term="XMLSerializer" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/XMLSerializer/default.aspx" /><category term="OpenXML" scheme="http://fwdnug.com/blogs/davidyancey/archive/tags/OpenXML/default.aspx" /></entry></feed>