<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>HelloWorld Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/HelloWorld/Wiki/View.aspx?title=Home</link><description>HelloWorld Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://helloworld.codeplex.com/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
The Project was Renamed and Migrated to &amp;quot;All-In-One Code Framework&amp;quot;
&lt;/h2&gt;&lt;h2&gt;
&lt;a href="http://cfx.codeplex.com/" class="externalLink"&gt;http://cfx.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/h2&gt; &lt;br /&gt; &lt;br /&gt;---------------------------------------------------------&lt;br /&gt;&lt;b&gt;Welcome to the   HelloWorld   sample center!&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Dear Friends. Have you ever needed a quick understanding of a technique, e.g. ActiveX or VSX, but been daunted by the few or too many samples and documents that are available in the internet? Have you ever downloaded or created a good sample, e.g. a named pipe sample for IPC, but forgotten where the sample was placed after a few days? Have you ever wanted a simple test environment, e.g. a COM object or a DLL, but been tired of frequently creating such projects and naming them as “ClassLibrary1”, &amp;quot;ClassLibrary2”, &amp;quot;ClassLibraryABC”? &lt;br /&gt; &lt;br /&gt;If your answer is YES to any one of these questions, this &lt;b&gt;HelloWorld&lt;/b&gt; sample center may be of assistance to you.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;HelloWorld&lt;/b&gt; sketches the skeletons of most Microsoft development techniques. For example, the sample ATLActiveXDll shows the skeleton of an ATL ActiveX DLL as its name implies. Each sample is elaborately selected, composed, and documented to demonstrate one frequently-asked/tested/used scenario based on my experience as a support engineer. If you are a software developer, you can fill the skeleton with blood, muscle and soul; if you are a software tester or a support engineer like me, you may extend the samples a little to fit your specific test scenario or refer your customer to this sample center if the customer’s question coincides with what I collected.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;The scope of the project&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;The target of the project is to sketch the skeleton of most Microsoft development techniques using the typical samples that are frequently tested / used / asked. You can imagine each technique as a building. The foundation of the building (the basic things of the tech) is not in scope; the facilities inside the building (the details of the tech) are not in scope; the structure of the building (the skeleton of the tech) is in scope.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;The current stage of the project&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;Today is February 8th. The project was started thirty days ago. In the rudiment of the project, I selected three techniques (COM, Library, and IPC) and added about thirty samples to exemplify what the project will be for the rest dozens of Microsoft development techniques:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for ActiveX and COM&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58131" alt="COM and ActiveX.png" /&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for Library&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58134" alt="Library.png" /&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for IPC&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58133" alt="IPC.png" /&gt;&lt;br /&gt; &lt;br /&gt;The supports from the community will definitely play the most important role in this project. Besides it, I am in a very big team with 50+ engineers supporting in the &lt;a href="http://msdn.microsoft.com/en-us/subscriptions/aa974230.aspx" class="externalLink"&gt;newsgroups&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and the &lt;a href="http://forums.msdn.microsoft.com/en-us/Forums/" class="externalLink"&gt;forums&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. The team is harbored with many experienced support engineers and covers almost all of the Microsoft development techniques. It is very important for the project to get the team’s support. I am going to lobby for it in the following days.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;Features&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;&lt;b&gt;All in One&lt;/b&gt;&lt;/i&gt;: All samples for all techniques are in one Visual Studio solution; all source codes, all documents, and all reference materials can be viewed or tested in one instance of Visual Studio.&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Mutually Dependent and Reused&lt;/b&gt;&lt;/i&gt;: The samples are mutually dependent or related, and some are efficiently reused by other samples to demonstrate the techniques. For example, CppDllExport is a sample C++ DLL that exports the symbols of data, functions and classes. CppImplicitlyLinkDll depends on CppDllExport to demonstrate the implicit link of a DLL; CppDelayloadDll delay-loads the DLL; CppLoadLibrary dynamically loads the DLL; CSPInvokeDll uses CppDllExport to show the use of .NET Platform Invocation Service.&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Uniform&lt;/b&gt;&lt;/i&gt;:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;All samples follow a uniform naming convention. The convention applies to the project name, variable/method/type name, etc. &lt;/li&gt;&lt;li&gt;All samples have a uniform coding/commenting/documenting style. For example, each sample has a ReadMe.txt file that documents the sample. The content of ReadMe.txt follows this structure: Use (the purpose of the sample) / Project Relation (the relation between the current sample and the rest) / Build (how to build the sample) / Creation (the detailed steps to create such a sample) / References (the reference materials). &lt;/li&gt;&lt;li&gt;All samples of the same technique manage to provide a uniform export/output. For example, ATLActiveXDll, ATLActiveXExe, CSDllCOMServer, MFCActiveX, MFCSafeActiveX are COM servers in the different forms, however, they export a uniform set of methods, properties and events.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;I highlight the above three features because they are lacked by most sample collections like &lt;a href="http://www.codeproject.com" class="externalLink"&gt;www.codeproject.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and &lt;a href="http://msdn.microsoft.com/en-us/default.aspx" class="externalLink"&gt;MSDN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;Apart from the three points, the samples in HelloWorld are expected to be typical, extensible, structured, complete, and easy to understand for those who are new to the technique.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;Feedbacks&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;I expect to hear your feedbacks, whether good or bad. Please post your ideas in &lt;a href="http://www.codeplex.com/HelloWorld/Thread/List.aspx" class="externalLink"&gt;Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or &lt;a href="https://www.codeplex.com/site/users/contact/Jialiang?OriginalUrl=http://www.codeplex.com/site/users/view/Jialiang" class="externalLink"&gt;contact me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or &lt;a href="mailto:hiworldf@microsoft.com" class="externalLink"&gt;email to hiworldf&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; directly. Your regards for the project are appreciated.  &lt;br /&gt; &lt;br /&gt;Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>Jialiang</author><pubDate>Sun, 01 Mar 2009 15:17:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090301031701P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/HelloWorld/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Welcome to the   HelloWorld   sample center!&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Dear Friends. Have you ever needed a quick understanding of a technique, e.g. ActiveX or VSX, but been daunted by the few or too many samples and documents that are available in the internet? Have you ever downloaded or created a good sample, e.g. a named pipe sample for IPC, but forgotten where the sample was placed after a few days? Have you ever wanted a simple test environment, e.g. a COM object or a DLL, but been tired of frequently creating such projects and naming them as “ClassLibrary1”, &amp;quot;ClassLibrary2”, &amp;quot;ClassLibraryABC”? &lt;br /&gt; &lt;br /&gt;If your answer is YES to any one of these questions, this &lt;b&gt;HelloWorld&lt;/b&gt; sample center may be of assistance to you.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;HelloWorld&lt;/b&gt; sketches the skeletons of most Microsoft development techniques. For example, the sample ATLActiveXDll shows the skeleton of an ATL ActiveX DLL as its name implies. Each sample is elaborately selected, composed, and documented to demonstrate one frequently-asked/tested/used scenario based on my experience as a support engineer. If you are a software developer, you can fill the skeleton with blood, muscle and soul; if you are a software tester or a support engineer like me, you may extend the samples a little to fit your specific test scenario or refer your customer to this sample center if the customer’s question coincides with what I collected.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;The scope of the project&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;The target of the project is to sketch the skeleton of most Microsoft development techniques using the typical samples that are frequently tested / used / asked. You can imagine each technique as a building. The foundation of the building (the basic things of the tech) is not in scope; the facilities inside the building (the details of the tech) are not in scope; the structure of the building (the skeleton of the tech) is in scope.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;The current stage of the project&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;Today is February 8th. The project was started thirty days ago. In the rudiment of the project, I selected three techniques (COM, Library, and IPC) and added about thirty samples to exemplify what the project will be for the rest dozens of Microsoft development techniques:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for ActiveX and COM&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58131" alt="COM and ActiveX.png" /&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for Library&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58134" alt="Library.png" /&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for IPC&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58133" alt="IPC.png" /&gt;&lt;br /&gt; &lt;br /&gt;The supports from the community will definitely play the most important role in this project. Besides it, I am in a very big team with 50+ engineers supporting in the &lt;a href="http://msdn.microsoft.com/en-us/subscriptions/aa974230.aspx" class="externalLink"&gt;newsgroups&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and the &lt;a href="http://forums.msdn.microsoft.com/en-us/Forums/" class="externalLink"&gt;forums&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. The team is harbored with many experienced support engineers and covers almost all of the Microsoft development techniques. It is very important for the project to get the team’s support. I am going to lobby for it in the following days.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;Features&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;&lt;b&gt;All in One&lt;/b&gt;&lt;/i&gt;: All samples for all techniques are in one Visual Studio solution; all source codes, all documents, and all reference materials can be viewed or tested in one instance of Visual Studio.&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Mutually Dependent and Reused&lt;/b&gt;&lt;/i&gt;: The samples are mutually dependent or related, and some are efficiently reused by other samples to demonstrate the techniques. For example, CppDllExport is a sample C++ DLL that exports the symbols of data, functions and classes. CppImplicitlyLinkDll depends on CppDllExport to demonstrate the implicit link of a DLL; CppDelayloadDll delay-loads the DLL; CppLoadLibrary dynamically loads the DLL; CSPInvokeDll uses CppDllExport to show the use of .NET Platform Invocation Service.&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Uniform&lt;/b&gt;&lt;/i&gt;:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;All samples follow a uniform naming convention. The convention applies to the project name, variable/method/type name, etc. &lt;/li&gt;&lt;li&gt;All samples have a uniform coding/commenting/documenting style. For example, each sample has a ReadMe.txt file that documents the sample. The content of ReadMe.txt follows this structure: Use (the purpose of the sample) / Project Relation (the relation between the current sample and the rest) / Build (how to build the sample) / Creation (the detailed steps to create such a sample) / References (the reference materials). &lt;/li&gt;&lt;li&gt;All samples of the same technique manage to provide a uniform export/output. For example, ATLActiveXDll, ATLActiveXExe, CSDllCOMServer, MFCActiveX, MFCSafeActiveX are COM servers in the different forms, however, they export a uniform set of methods, properties and events.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;I highlight the above three features because they are lacked by most sample collections like &lt;a href="http://www.codeproject.com" class="externalLink"&gt;www.codeproject.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and &lt;a href="http://msdn.microsoft.com/en-us/default.aspx" class="externalLink"&gt;MSDN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;Apart from the three points, the samples in HelloWorld are expected to be typical, extensible, structured, complete, and easy to understand for those who are new to the technique.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;Feedbacks&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;I expect to hear your feedbacks, whether good or bad. Please post your ideas in &lt;a href="http://www.codeplex.com/HelloWorld/Thread/List.aspx" class="externalLink"&gt;Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or &lt;a href="https://www.codeplex.com/site/users/contact/Jialiang?OriginalUrl=http://www.codeplex.com/site/users/view/Jialiang" class="externalLink"&gt;contact me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or &lt;a href="mailto:hiworldf@microsoft.com" class="externalLink"&gt;email to hiworldf&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; directly. Your regards for the project are appreciated.  &lt;br /&gt; &lt;br /&gt;Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>Jialiang</author><pubDate>Tue, 24 Feb 2009 17:08:33 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090224050833P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/HelloWorld/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Welcome to the   HelloWorld   sample center!&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Dear Friends. Have you ever needed a quick understanding of a technique, e.g. ActiveX or VSX, but been daunted by the few or too many samples and documents that are available in the internet? Have you ever downloaded or created a good sample, e.g. a named pipe sample for IPC, but forgotten where the sample was placed after a few days? Have you ever wanted a simple test environment, e.g. a COM object or a DLL, but been tired of frequently creating such projects and naming them as “ClassLibrary1”, &amp;quot;ClassLibrary2”, &amp;quot;ClassLibraryABC”? &lt;br /&gt; &lt;br /&gt;If your answer is YES to any one of these questions, this &lt;b&gt;HelloWorld&lt;/b&gt; sample center may be of assistance to you.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;HelloWorld&lt;/b&gt; sketches the skeletons of most Microsoft development techniques. For example, the sample ATLActiveXDll shows the skeleton of an ATL ActiveX DLL as its name implies. Each sample is elaborately selected, composed, and documented to demonstrate one frequently-asked/tested/used scenario based on my experience as a support engineer. If you are a software developer, you can fill the skeleton with blood, muscle and soul; if you are a software tester or a support engineer like me, you may extend the samples a little to fit your specific test scenario or refer your customer to this sample center if the customer’s question coincides with what I collected.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;The current stage of the project&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;Today is February 8th. The project was started thirty days ago. In the rudiment of the project, I selected three techniques (COM, Library, and IPC) and added about thirty samples to exemplify what the project will be for the rest dozens of Microsoft development techniques:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for ActiveX and COM&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58131" alt="COM and ActiveX.png" /&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for Library&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58134" alt="Library.png" /&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for IPC&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58133" alt="IPC.png" /&gt;&lt;br /&gt; &lt;br /&gt;The supports from the community will definitely play the most important role in this project. Besides it, I am in a very big team with 50+ engineers supporting in the &lt;a href="http://msdn.microsoft.com/en-us/subscriptions/aa974230.aspx" class="externalLink"&gt;newsgroups&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and the &lt;a href="http://forums.msdn.microsoft.com/en-us/Forums/" class="externalLink"&gt;forums&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. The team is harbored with many experienced support engineers and covers almost all of the Microsoft development techniques. It is very important for the project to get the team’s support. I am going to lobby for it in the following days.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;Features&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;&lt;b&gt;All in One&lt;/b&gt;&lt;/i&gt;: All samples for all techniques are in one Visual Studio solution; all source codes, all documents, and all reference materials can be viewed or tested in one instance of Visual Studio.&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Mutually Dependent and Reused&lt;/b&gt;&lt;/i&gt;: The samples are mutually dependent or related, and some are efficiently reused by other samples to demonstrate the techniques. For example, CppDllExport is a sample C++ DLL that exports the symbols of data, functions and classes. CppImplicitlyLinkDll depends on CppDllExport to demonstrate the implicit link of a DLL; CppDelayloadDll delay-loads the DLL; CppLoadLibrary dynamically loads the DLL; CSPInvokeDll uses CppDllExport to show the use of .NET Platform Invocation Service.&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Uniform&lt;/b&gt;&lt;/i&gt;:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;All samples follow a uniform naming convention. The convention applies to the project name, variable/method/type name, etc. &lt;/li&gt;&lt;li&gt;All samples have a uniform coding/commenting/documenting style. For example, each sample has a ReadMe.txt file that documents the sample. The content of ReadMe.txt follows this structure: Use (the purpose of the sample) / Project Relation (the relation between the current sample and the rest) / Build (how to build the sample) / Creation (the detailed steps to create such a sample) / References (the reference materials). &lt;/li&gt;&lt;li&gt;All samples of the same technique manage to provide a uniform export/output. For example, ATLActiveXDll, ATLActiveXExe, CSDllCOMServer, MFCActiveX, MFCSafeActiveX are COM servers in the different forms, however, they export a uniform set of methods, properties and events.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;I highlight the above three features because they are lacked by most sample collections like &lt;a href="http://www.codeproject.com" class="externalLink"&gt;www.codeproject.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and &lt;a href="http://msdn.microsoft.com/en-us/default.aspx" class="externalLink"&gt;MSDN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;Apart from the three points, the samples in HelloWorld are expected to be typical, extensible, structured, complete, and easy to understand for those who are new to the technique.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;Feedbacks&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;I expect to hear your feedbacks, whether good or bad. Please post your ideas in &lt;a href="http://www.codeplex.com/HelloWorld/Thread/List.aspx" class="externalLink"&gt;Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or &lt;a href="https://www.codeplex.com/site/users/contact/Jialiang?OriginalUrl=http://www.codeplex.com/site/users/view/Jialiang" class="externalLink"&gt;contact me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; directly. Your regards for the project are appreciated.  &lt;br /&gt; &lt;br /&gt;Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>Jialiang</author><pubDate>Sun, 15 Feb 2009 05:56:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090215055601A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/HelloWorld/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Welcome to the   HelloWorld   sample center!&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Dear Friends. Have you ever needed a quick understanding of a technique, e.g. ActiveX or VSX, but been daunted by the few or too many samples and documents that are available in the internet? Have you ever downloaded or created a good sample, e.g. a named pipe sample for IPC, but forgotten where the sample was placed after a few days? Have you ever wanted a simple test environment, e.g. a COM object or a DLL, but been tired of frequently creating such projects and naming them as “ClassLibrary1”, &amp;quot;ClassLibrary2”, &amp;quot;ClassLibraryABC”? &lt;br /&gt; &lt;br /&gt;If your answer is YES to any one of these questions, this &lt;b&gt;HelloWorld&lt;/b&gt; sample center may be of assistance to you.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;HelloWorld&lt;/b&gt; sketches the skeletons of most Microsoft development techniques. For example, the sample ATLActiveXDll shows the skeleton of an ATL ActiveX DLL as its name implies. Each sample is elaborately selected, composed, and documented to demonstrate one frequently-asked/tested/used scenario based on my experience as a support engineer. If you are a software developer, you can fill the skeleton with blood, muscle and soul; if you are a software tester or a support engineer like me, you may extend the samples a little to fit your specific test scenario or refer your customer to this sample center if the customer’s question coincides with what I collected.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;The current stage of the project&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;Today is February 8th. The project was started thirty days ago. In the rudiment of the project, I selected three techniques (COM, DLL, and IPC) and added about thirty samples to exemplify what the project will be for the rest dozens of Microsoft development techniques:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for ActiveX and COM&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58131" alt="COM and ActiveX.png" /&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for Library&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58134" alt="Library.png" /&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for IPC&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58133" alt="IPC.png" /&gt;&lt;br /&gt; &lt;br /&gt;The supports from the community will definitely play the most important role in this project. Besides it, I am in a very big team with 50+ engineers supporting in the &lt;a href="http://msdn.microsoft.com/en-us/subscriptions/aa974230.aspx" class="externalLink"&gt;newsgroups&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and the &lt;a href="http://forums.msdn.microsoft.com/en-us/Forums/" class="externalLink"&gt;forums&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. The team is harbored with many experienced support engineers and covers almost all of the Microsoft development techniques. It is very important for the project to get the team’s support. I am going to lobby for it in the following days.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;Features&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;&lt;b&gt;All in One&lt;/b&gt;&lt;/i&gt;: All samples for all techniques are in one Visual Studio solution; all source codes, all documents, and all reference materials can be viewed or tested in one instance of Visual Studio.&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Mutually Dependent and Reused&lt;/b&gt;&lt;/i&gt;: The samples are mutually dependent or related, and some are efficiently reused by other samples to demonstrate the techniques. For example, CppDllExport is a sample C++ DLL that exports the symbols of data, functions and classes. CppImplicitlyLinkDll depends on CppDllExport to demonstrate the implicit link of a DLL; CppDelayloadDll delay-loads the DLL; CppLoadLibrary dynamically loads the DLL; CSPInvokeDll uses CppDllExport to show the use of .NET Platform Invocation Service.&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Uniform&lt;/b&gt;&lt;/i&gt;:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;All samples follow a uniform naming convention. The convention applies to the project name, variable/method/type name, etc. &lt;/li&gt;&lt;li&gt;All samples have a uniform coding/commenting/documenting style. For example, each sample has a ReadMe.txt file that documents the sample. The content of ReadMe.txt follows this structure: Use (the purpose of the sample) / Project Relation (the relation between the current sample and the rest) / Build (how to build the sample) / Creation (the detailed steps to create such a sample) / References (the reference materials). &lt;/li&gt;&lt;li&gt;All samples of the same technique manage to provide a uniform export/output. For example, ATLActiveXDll, ATLActiveXExe, CSDllCOMServer, MFCActiveX, MFCSafeActiveX are COM servers in the different forms, however, they export a uniform set of methods, properties and events.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;I highlight the above three features because they are lacked by most sample collections like &lt;a href="http://www.codeproject.com" class="externalLink"&gt;www.codeproject.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and &lt;a href="http://msdn.microsoft.com/en-us/default.aspx" class="externalLink"&gt;MSDN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;Apart from the three points, the samples in HelloWorld are expected to be typical, structured, complete, and easy to understand for those who are new to the technique.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;Feedbacks&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;I expect to hear your feedbacks, whether good or bad. Please post your ideas in &lt;a href="http://www.codeplex.com/HelloWorld/Thread/List.aspx" class="externalLink"&gt;Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or &lt;a href="https://www.codeplex.com/site/users/contact/Jialiang?OriginalUrl=http://www.codeplex.com/site/users/view/Jialiang" class="externalLink"&gt;contact me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; directly. Your regards for the project are appreciated.  &lt;br /&gt; &lt;br /&gt;Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>Jialiang</author><pubDate>Tue, 10 Feb 2009 16:51:50 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090210045150P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/HelloWorld/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Welcome to the   HelloWorld   sample center!&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Dear Friends. Have you ever needed a quick understanding of a technique, e.g. ActiveX or VSX, but been daunted by the few or too many samples and documents that are available in the internet? Have you ever downloaded or created a good sample, e.g. a named pipe sample for IPC, but forgotten where the sample was placed after a few days? Have you ever wanted a simple test environment, e.g. a COM object or a DLL, but been tired of frequently creating such projects and naming them as “ClassLibrary1”, &amp;quot;ClassLibrary2”, &amp;quot;ClassLibraryABC”? &lt;br /&gt; &lt;br /&gt;If your answer is YES to any one of these questions, this &lt;b&gt;HelloWorld&lt;/b&gt; sample center may be of assistance to you.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;HelloWorld&lt;/b&gt; sketches the skeletons of most Microsoft development techniques. For example, the sample ATLActiveXDll shows the skeleton of an ATL ActiveX DLL as its name implies. Each sample is elaborately selected, composed, and documented to demonstrate one frequently-asked/tested/used scenario based on my experience as a support engineer. If you are a software developer, you can fill the skeleton with blood, muscle and soul; if you are a software tester or a support engineer like me, you may extend the samples a little to fit your specific test scenario or refer your customer to this sample center if the customer’s question coincides with what I collected.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;The current stage of the project&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;Today is February 8th. The project was started thirty days ago. In the rudiment of the project, I selected three techniques (COM, DLL, and IPC) and added about thirty samples to exemplify what the project will be for the rest dozens of Microsoft development techniques:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for ActiveX and COM&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58131" alt="COM and ActiveX.png" /&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for Library&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58132" alt="Library.png" /&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Samples for IPC&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58133" alt="IPC.png" /&gt;&lt;br /&gt; &lt;br /&gt;The supports from the community will definitely play the most important role in this project. Besides it, I am in a very big team with 50+ engineers supporting in the &lt;a href="http://msdn.microsoft.com/en-us/subscriptions/aa974230.aspx" class="externalLink"&gt;newsgroups&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and the &lt;a href="http://forums.msdn.microsoft.com/en-us/Forums/" class="externalLink"&gt;forums&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. The team is harbored with many experienced support engineers and covers almost all of the Microsoft development techniques. It is very important for the project to get the team’s support. I am going to lobby for it in the following days.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;Features&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;&lt;b&gt;All in One&lt;/b&gt;&lt;/i&gt;: All samples for all techniques are in one Visual Studio solution; all source codes, all documents, and all reference materials can be viewed or tested in one instance of Visual Studio.&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Mutually Dependent and Reused&lt;/b&gt;&lt;/i&gt;: The samples are mutually dependent or related, and some are efficiently reused by other samples to demonstrate the techniques. For example, CppDllExport is a sample C++ DLL that exports the symbols of data, functions and classes. CppImplicitlyLinkDll depends on CppDllExport to demonstrate the implicit link of a DLL; CppDelayloadDll delay-loads the DLL; CppLoadLibrary dynamically loads the DLL; CSPInvokeDll uses CppDllExport to show the use of .NET Platform Invocation Service.&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Uniform&lt;/b&gt;&lt;/i&gt;:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;All samples follow a uniform naming convention. The convention applies to the project name, variable/method/type name, etc. &lt;/li&gt;&lt;li&gt;All samples have a uniform coding/commenting/documenting style. For example, each sample has a ReadMe.txt file that documents the sample. The content of ReadMe.txt follows this structure: Use (the purpose of the sample) / Project Relation (the relation between the current sample and the rest) / Build (how to build the sample) / Creation (the detailed steps to create such a sample) / References (the reference materials). &lt;/li&gt;&lt;li&gt;All samples of the same technique manage to provide a uniform export/output. For example, ATLActiveXDll, ATLActiveXExe, CSDllCOMServer, MFCActiveX, MFCSafeActiveX are COM servers in the different forms, however, they export a uniform set of methods, properties and events.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;I highlight the above three features because they are lacked by most sample collections like &lt;a href="http://www.codeproject.com" class="externalLink"&gt;www.codeproject.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and &lt;a href="http://msdn.microsoft.com/en-us/default.aspx" class="externalLink"&gt;MSDN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;Apart from the three points, the samples in HelloWorld are expected to be typical, structured, complete, and easy to understand for those who are new to the technique.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;Feedbacks&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;I expect to hear your feedbacks, whether good or bad. Please post your ideas in &lt;a href="http://www.codeplex.com/HelloWorld/Thread/List.aspx" class="externalLink"&gt;Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or &lt;a href="https://www.codeplex.com/site/users/contact/Jialiang?OriginalUrl=http://www.codeplex.com/site/users/view/Jialiang" class="externalLink"&gt;contact me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; directly. Your regards for the project are appreciated.  &lt;br /&gt; &lt;br /&gt;Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>Jialiang</author><pubDate>Tue, 10 Feb 2009 16:29:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090210042953P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/HelloWorld/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Welcome to the   HelloWorld   sample center!&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Dear Friends. Have you ever needed a quick understanding of a technique, e.g. ActiveX or VSX, but been daunted by the few or too many samples and documents that are available in the internet? Have you ever downloaded or created a good sample, e.g. a named pipe sample for IPC, but forgotten where the sample was placed after a few days? Have you ever wanted a simple test environment, e.g. a COM object or a DLL, but been tired of frequently creating such projects and naming them as “ClassLibrary1”, &amp;quot;ClassLibrary2”, &amp;quot;ClassLibraryABC”? &lt;br /&gt; &lt;br /&gt;If your answer is YES to any one of these questions, this &lt;b&gt;HelloWorld&lt;/b&gt; sample center may be of assistance to you.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;HelloWorld&lt;/b&gt; sketches the skeletons of most Microsoft development techniques. For example, the sample ATLActiveXDll shows the skeleton of an ATL ActiveX DLL as its name implies. Each sample is elaborately selected, composed, and documented to demonstrate one frequently-asked/tested/used scenario based on my experience as a support engineer. If you are a software developer, you can fill the skeleton with blood, muscle and soul; if you are a software tester or a support engineer like me, you may extend the samples a little to fit your specific test scenario or refer your customer to this sample center if the customer’s question coincides with what I collected.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;The current stage of the project&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;Today is February 8th. The project was started thirty days ago. In the rudiment of the project, I selected three techniques (COM, DLL, and IPC) and added about thirty samples to exemplify what the project will be for the rest dozens of Microsoft development techniques:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;ActiveX and COM&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58131" alt="COM and ActiveX.png" /&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Library&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58132" alt="Library.png" /&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;IPC&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=HelloWorld&amp;amp;DownloadId=58133" alt="IPC.png" /&gt;&lt;br /&gt; &lt;br /&gt;The supports from the community will definitely play the most important role in this project. Besides it, I am in a very big team with 50+ engineers supporting in the &lt;a href="http://msdn.microsoft.com/en-us/subscriptions/aa974230.aspx" class="externalLink"&gt;newsgroups&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and the &lt;a href="http://forums.msdn.microsoft.com/en-us/Forums/" class="externalLink"&gt;forums&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. The team is harbored with many experienced support engineers and covers almost all of the Microsoft development techniques. It is very important for the project to get the team’s support. I am going to lobby for it in the following days.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;Features&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;&lt;b&gt;All in One&lt;/b&gt;&lt;/i&gt;: All samples for all techniques are in one Visual Studio solution; all source codes, all documents, and all reference materials can be viewed or tested in one instance of Visual Studio.&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Mutually Dependent and Reused&lt;/b&gt;&lt;/i&gt;: The samples are mutually dependent or related, and some are efficiently reused by other samples to demonstrate the techniques. For example, CppDllExport is a sample C++ DLL that exports the symbols of data, functions and classes. CppImplicitlyLinkDll depends on CppDllExport to demonstrate the implicit link of a DLL; CppDelayloadDll delay-loads the DLL; CppLoadLibrary dynamically loads the DLL; CSPInvokeDll uses CppDllExport to show the use of .NET Platform Invocation Service.&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Uniform&lt;/b&gt;&lt;/i&gt;:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;All samples follow a uniform naming convention. The convention applies to the project name, variable/method/type name, etc. &lt;/li&gt;&lt;li&gt;All samples have a uniform coding/commenting/documenting style. For example, each sample has a ReadMe.txt file that documents the sample. The content of ReadMe.txt follows this structure: Use (the purpose of the sample) / Project Relation (the relation between the current sample and the rest) / Build (how to build the sample) / Creation (the detailed steps to create such a sample) / References (the reference materials). &lt;/li&gt;&lt;li&gt;All samples of the same technique manage to provide a uniform export/output. For example, ATLActiveXDll, ATLActiveXExe, CSDllCOMServer, MFCActiveX, MFCSafeActiveX are COM servers in the different forms, however, they export a uniform set of methods, properties and events.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;I highlight the above three features because they are lacked by most sample collections like &lt;a href="http://www.codeproject.com" class="externalLink"&gt;www.codeproject.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and &lt;a href="http://msdn.microsoft.com/en-us/default.aspx" class="externalLink"&gt;MSDN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;Apart from the three points, the samples in HelloWorld are expected to be typical, structured, complete, and easy to understand for those who are new to the technique.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;b&gt;Feedbacks&lt;/b&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;I expect to hear your feedbacks, whether good or bad. Please post your ideas in &lt;a href="http://www.codeplex.com/HelloWorld/Thread/List.aspx" class="externalLink"&gt;Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or &lt;a href="https://www.codeplex.com/site/users/contact/Jialiang?OriginalUrl=http://www.codeplex.com/site/users/view/Jialiang" class="externalLink"&gt;contact me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; directly. Your regards for the project are appreciated.  &lt;br /&gt; &lt;br /&gt;Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>Jialiang</author><pubDate>Tue, 10 Feb 2009 16:29:06 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090210042906P</guid></item></channel></rss>