Browse by Tags
All Tags »
XML (
RSS)
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...
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...
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...
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...
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...
More Posts