Best Practices for Representing XML in the .NET Framework - Summary

Apr 2, 2004

Thats a summary of the article from Dare Obasanjo on MSDN. <h4>Classes with Fields or Properties that Hold XML</h4>If a class has a field or property that is an XML document or fragment, it should provide mechanisms for manipulating the property as both a string and as an <b>XmlReader</b>. <h4>Methods that Accept XML Input or Return XML as Output</h4>Methods that accept or return XML should favor returning <b>XmlReader</b> or <b>XPathNavigator</b> unless the user is expected to be able to edit the XML data, in which case <b>XmlDocument</b> should be used. <h4>Converting an Object to XML</h4>If an object wants to provide an XML representation of itself for serialization purposes, then it should use the <b>XmlWriter</b> if it needs more control of the XML serialization process than is provided by the <b>XmlSerializer</b>. If the object wants to provide an XML representation of itself that enables it to participate fully as a member of the XML world, such as allow XPath queries or XSLT transformations over the object, then it should implement the <b>IXPathNavigable</b> interface.

Continue reading

MVP Summit 2004

Apr 1, 2004

I will attend the MVP Summit 2004 with my brother Mathieu this year. He has also been awarded by Microsoft :-). I hope we will see exciting thinks like I saw last year. Departure is on Sunday morning from Mulhouse Airport to Paris then to Copenhaguen then Seattle. What a long trip.. By the way who is attending also?

Continue reading

DevDays 2004

Mar 18, 2004

We arrived at the DevDays 2004 in Strasbourg with Jérôme and met mathieu and all his coworkers . We will publish an article on Tech Head Brothers about the event. Pascal is in very good condition as always and as always I missed the OM picture. Pascal send it to me please :-)

Continue reading

DevDays in Strasbourg

Mar 18, 2004

Tomorrow a big part of the Tech Head Brothers (Mathieu, Jérôme and I) will be at the Developer Days 2004 in Strasbourg - France. If you planned to be there please feel free to come to us to have nice discussions. Kader (also from the team) will be at the one in Paris on the 31 of March. Don't forget to have a Kiwi or two, because you will need lots of energy ;-)

Continue reading

Page 137 of 145