<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>XML on LevelUp</title><link>http://larrynung.github.io/tags/xml/</link><description>Recent content in XML on LevelUp</description><image><title>LevelUp</title><url>http://larrynung.github.io/images/og-default.png</url><link>http://larrynung.github.io/images/og-default.png</link></image><generator>Hugo -- 0.148.1</generator><language>zh-TW</language><copyright>{year} Larry Nung</copyright><lastBuildDate>Tue, 16 Jun 2026 13:13:07 +0800</lastBuildDate><atom:link href="http://larrynung.github.io/tags/xml/index.xml" rel="self" type="application/rss+xml"/><item><title>[C++][Visual Studio]How to generate XML Documentation Files with visual studio C++</title><link>http://larrynung.github.io/posts/f65a1e3c-fc8a-43e0-b42f-9436dd5658c4/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/f65a1e3c-fc8a-43e0-b42f-9436dd5658c4/</guid><description>這幾天又看到有人在論題上發問要如何在叫用所開發C++的函式庫時，能夠顯示自己在編寫所加註的註解。這問題也滿常重複問到的，稍稍的紀錄一下。 其實在Visual Studio中要顯示註解，不論是什麼語言，都要在成員上加註特定的註解格式。格式上也都大同小異，寫起來就跟在C#或是VB.NET中沒什麼兩樣。</description></item><item><title>[Visual Studio]透過Visual Studio 2012的選擇性貼上將XML與JSON直接轉成對應的類別</title><link>http://larrynung.github.io/posts/41263ab5-2a94-4adc-aa7d-9155f01375ac/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/41263ab5-2a94-4adc-aa7d-9155f01375ac/</guid><description>在開發專案時若碰到要串接服務或是他人的API，常常避免不了都要面對XML或是JSON這兩種Data Format。以.NET的開發者來說XML這邊可以直接用Linq to XML或是XPath處理掉，JSON也可以透過JSON.NET避開產生對應的類別後去解序列化。</description></item><item><title>使用XML序列化程式產生器工具加速XML序列化</title><link>http://larrynung.github.io/posts/9d2f17b6-30e6-407a-b5e1-09aacb51f1d6/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/9d2f17b6-30e6-407a-b5e1-09aacb51f1d6/</guid><description>XML 序列化程式產生器工具 .NET程式在做XML序列化時，在效能上表現並不佳，因此提供了XML 序列化程式產生器工具來改善這個問題。使用XML 序列化程式產生器工具，可為指定組件中的型別建立 XML 序列化 (Serialization) 組件，</description></item><item><title>使用滑鼠右鍵快速產生XML序列化組件</title><link>http://larrynung.github.io/posts/2e437fd1-2b01-4b47-87ad-7170f8c83d6e/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/2e437fd1-2b01-4b47-87ad-7170f8c83d6e/</guid><description>之前記錄過一篇使用XML序列化程式產生器工具加速XML序列化，裡面有提到使用建置事件來產生XML序列化組件的方法。但若只想更新XML序列化組件，不想要開啟專案重新建置時，這樣的方法就顯得有點麻煩。此時我們可以透過本篇紀錄的方法用滑鼠右建快速產生XML序列化組件。</description></item></channel></rss>