<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Partial Methods</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx</link><description>About two weeks ago I had the opportunity to attend the product group dinner associated with the Global MVP Summit that was behind held here at Microsoft. Besides a free meal, this also gave me the excellent opportunity to meet with some of our MVPs and</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Partial Methods</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#1972685</link><pubDate>Wed, 28 Mar 2007 09:30:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1972685</guid><dc:creator>Klaus Enevoldsen</dc:creator><description>&lt;p&gt;Is &amp;quot;Partial Methods&amp;quot; the final name for this feature? When I heard the name I could not imagine how it worked, but I had a completely different view on it. Consider the name &amp;quot;Optional Method&amp;quot; or something else (like Partial, Optional is also a known VB name).&lt;/p&gt;
</description></item><item><title>re: Partial Methods</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#1972767</link><pubDate>Wed, 28 Mar 2007 09:42:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1972767</guid><dc:creator>David M. Kean</dc:creator><description>&lt;p&gt;I don't think your example is a very good example of partial methods. You can already achieve the conditional output of a method call by using the Conditional attribute (which is a lot nicer solution).&lt;/p&gt;
&lt;p&gt;&amp;lt;Conditional(&amp;quot;DEBUG&amp;quot;)&amp;gt; _&lt;/p&gt;
&lt;p&gt;Private Sub LogMessage(ByVal s as String)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Console.WriteLine(s)&lt;/p&gt;
&lt;p&gt;End Sub&lt;/p&gt;
</description></item><item><title>re: Partial Methods</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#1972897</link><pubDate>Wed, 28 Mar 2007 09:58:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1972897</guid><dc:creator>Nick Van Eeckhout</dc:creator><description>&lt;p&gt;Will there be support for partial properties too?&lt;/p&gt;
</description></item><item><title>re: Partial Methods</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#1975285</link><pubDate>Wed, 28 Mar 2007 14:38:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1975285</guid><dc:creator>DanielMoth</dc:creator><description>&lt;p&gt;David, using the ConditionalAttribute would work for the DoStuff method but you would still have to leave the LogMessage method in your code. If you wanted to exclude the LogMethod from your code, then this approach achieves it (albeit by exchanging it for a partial method declaration).&lt;/p&gt;
&lt;p&gt;Not a huge difference, I agree, but a difference nonetheless :)&lt;/p&gt;
</description></item><item><title>Partial Method</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#1978226</link><pubDate>Wed, 28 Mar 2007 20:00:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1978226</guid><dc:creator>かるあ のメモ</dc:creator><description>&lt;p&gt;少し前から話題になっている Partial Method ですが、グローバルサミットの時にVBチームの方に質問した内容の返答がブログに掲載されています！！すげーー！！ &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx"&gt;http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx&lt;/a&gt; Partial Method に関して何のためにいつ使うのか、もしかして AOP っぽいもの？っていうのを尾崎さんに通訳をしてもらいながら質問しました。 その時は会話だけでコミュ...&lt;/p&gt;
</description></item><item><title>re: Partial Methods</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#1978334</link><pubDate>Wed, 28 Mar 2007 20:20:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1978334</guid><dc:creator>Youichi</dc:creator><description>&lt;P&gt;I am MVP of Japan that questioned you. It read very interesting. &lt;/P&gt;
&lt;P&gt;Thank you. &lt;/P&gt;
&lt;P&gt;PartialMethod was understood as the thing to add mounting the method &lt;/P&gt;
&lt;P&gt;according to the situation. &lt;/P&gt;
&lt;P&gt;I think that the usage of substitution from the If Else macro is very &lt;/P&gt;
&lt;P&gt;good. &lt;/P&gt;
&lt;P&gt;However, timing and the usage used are a little difficult. &lt;/P&gt;
&lt;P&gt;The designer uses it for the code generation. &lt;/P&gt;
&lt;P&gt;The developer doesn't use it so much. &lt;/P&gt;</description></item><item><title>re: Partial Methods</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#1980823</link><pubDate>Thu, 29 Mar 2007 00:39:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1980823</guid><dc:creator>VBTeam</dc:creator><description>&lt;p&gt;Klaus,&lt;/p&gt;
&lt;p&gt;I beleive &amp;quot;partial methods&amp;quot; is the final name for the feature. We picked it because of its close association with partial classes.&lt;/p&gt;
</description></item><item><title>re: Partial Methods</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#1980857</link><pubDate>Thu, 29 Mar 2007 00:44:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1980857</guid><dc:creator>VBTeam</dc:creator><description>&lt;p&gt;Nick,&lt;/p&gt;
&lt;p&gt;No, there will not be support for partial properties. In general partial methods cannot have return types, so the only kind of partial properties we would be able to support would be write-only properties, which are not that useful. &lt;/p&gt;
</description></item><item><title>re: Partial Methods</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#1985206</link><pubDate>Thu, 29 Mar 2007 10:12:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1985206</guid><dc:creator>Cornelius van Berkel</dc:creator><description>&lt;p&gt;Not supporting return types is a bit of a missed opportunity though.&lt;/p&gt;
&lt;p&gt;Can't this be achieved by using a syntax construct in which there is no method body (like an abstract method) as opposed to an empty one?&lt;/p&gt;
&lt;p&gt;Cheers &lt;/p&gt;
</description></item><item><title>re: Partial Methods</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#1990016</link><pubDate>Thu, 29 Mar 2007 22:05:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1990016</guid><dc:creator>renzhe</dc:creator><description>&lt;p&gt;I don't want this feature owned by C# .&lt;/p&gt;
</description></item><item><title>South African Web Developer Weekly News - 2007-03-31</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#2006785</link><pubDate>Sun, 01 Apr 2007 19:43:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2006785</guid><dc:creator>Only In South Africa .COM</dc:creator><description>&lt;p&gt;The blog front: Scott Guthrie: ASP.NET AJAX Documentation Update, Videos and Cool Articles Mix of ASP.NET&lt;/p&gt;
</description></item><item><title>Global Summit に参加してきました！</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#2080544</link><pubDate>Wed, 11 Apr 2007 05:23:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2080544</guid><dc:creator>VSUG スタッフ日記</dc:creator><description>&lt;p&gt;こんにちは、VSUGスタッフの杉山です。 少し前の話ですが、３月の中旬にマイクロソフト本社で行われた Global Summit に参加してきました。僕自身初海外ということでかなり緊張しての参加だったのですが、レベルの高いセッションを受けられたこと、多くの MVPの方と交流を持てたこと、向こうのセッションに直に触れられたことの興奮で緊張なんてスッカリ忘れ、充実した４日間を過ごさせてもらいました。 ...&lt;/p&gt;
</description></item><item><title>あの話題の Partial Method が登場ｗ </title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#3916945</link><pubDate>Tue, 17 Jul 2007 17:17:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3916945</guid><dc:creator>かるあ のメモ</dc:creator><description>&lt;p&gt;Jun2007 Orcas CTP では以前話題になった Partial Method が C#, VB.NETともに実装されています。&lt;/p&gt;
</description></item><item><title>Lambdas, and Take While, and Group By, Oh My!</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#4070633</link><pubDate>Fri, 27 Jul 2007 00:17:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4070633</guid><dc:creator>The Visual Basic Team</dc:creator><description>&lt;p&gt;Hooray! Visual Basic 2008 Beta2 has been released to the wild today to return to its natural habitat&lt;/p&gt;
</description></item><item><title>Partially Speaking…</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#4635814</link><pubDate>Thu, 30 Aug 2007 02:20:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4635814</guid><dc:creator>BenkoBlog</dc:creator><description>&lt;p&gt;A good question on Partial Methods Yesterday in Kansas City I got a question during the LINQ session&lt;/p&gt;
</description></item><item><title>Partially Speaking…</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#4636212</link><pubDate>Thu, 30 Aug 2007 02:39:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4636212</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;A good question on Partial Methods Yesterday in Kansas City I got a question during the LINQ session&lt;/p&gt;
</description></item><item><title>Visual Basic 2008 の新機能 - 部分メソッド -</title><link>http://blogs.msdn.com/vbteam/archive/2007/03/27/partial-methods.aspx#7433395</link><pubDate>Mon, 04 Feb 2008 13:55:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7433395</guid><dc:creator>とりこらぼ。</dc:creator><description>&lt;p&gt;Visual Basic 2008 の新機能 - 部分メソッド -&lt;/p&gt;
</description></item></channel></rss>