in

Fort Worth .NET Users Group

All Tags » .NET » XML (RSS)

Browse by Tags

  • XMLSerializer in C#

    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'm doing in the code please refer back to my original post. http://weblogs.asp.net/davidyancey/archive/2008/01/23/writing-xml-with...
    Posted to David.Yancey (Weblog) by Anonymous on 02-08-2008
  • Create a customized RSS Reader for your site

    RSS definition From Wikipedia "RSS (formally "RDF Site Summary", known colloquially as "Really Simple Syndication") 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...
    Posted to David.Yancey (Weblog) by Anonymous on 01-23-2008
  • Building a TreeView of your Directory Structure using XML, WebServices, and Delegates

    TreeViews provide a great way for displaying a hierarchal view of a website, directory, company, and the list goes on.  You can build a TreeView by binding it to a datasource, or by manually adding the nodes.  Today we are going to look at building a TreeView of a directory structure for a...
    Posted to David.Yancey (Weblog) by Anonymous on 01-23-2008
  • Pushing Data between Servers: XML, Webservices, and SQL

    For the past few weeks we've been looking at utilizing XML to work with DATA from our SQL Server.  We'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...
    Posted to David.Yancey (Weblog) by Anonymous on 01-23-2008
  • Writing XML with XMLSerializer.

    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...
    Posted to David.Yancey (Weblog) by Anonymous on 01-23-2008
  • Pushing Data between servers with XML and Webservices

    For the past few weeks we've been looking at utilizing XML to work with DATA from our SQL Server. We'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...
    Posted to David.Yancey (Weblog) by Anonymous on 10-18-2007
Page 1 of 1 (6 items)
Copyright FWDNUG 2008
Powered by Community Server (Commercial Edition), by Telligent Systems