<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>afasyah.web.id &#187; VB.NET</title>
	<atom:link href="http://afasyah.web.id/category/vb-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://afasyah.web.id</link>
	<description>Me, Myself and a Wordpress</description>
	<lastBuildDate>Thu, 24 Dec 2009 02:14:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tutorial membuat aplikasi berbasis plugin menggunakan VB.NET dan MEF</title>
		<link>http://afasyah.web.id/vb-net/tutorial-membuat-aplikasi-berbasis-plugin-menggunakan-vb-net-dan-mef/</link>
		<comments>http://afasyah.web.id/vb-net/tutorial-membuat-aplikasi-berbasis-plugin-menggunakan-vb-net-dan-mef/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 02:14:12 +0000</pubDate>
		<dc:creator>danni</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Add On]]></category>
		<category><![CDATA[MEF]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://afasyah.web.id/?p=117</guid>
		<description><![CDATA[Baru bikin artikel yang membahas pembuatan aplikasi berbasis plugin menggunakan VB.NET dan MEF (Manage Extensibility Framework ). Baca lebih lanjut di http://waroengvb.net/membuat-aplikasi-berbasis-plug-in-menggunakan-manage-extensibility-framework-mef/ Related posts:Tutorial Subversion #2 &#8211; Konfigurasi


Related posts:<ol><li><a href='http://afasyah.web.id/subversion/tutorial-subversion-konfigurasi/' rel='bookmark' title='Permanent Link: Tutorial Subversion #2 &#8211; Konfigurasi'>Tutorial Subversion #2 &#8211; Konfigurasi</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Baru bikin artikel yang membahas pembuatan aplikasi berbasis plugin menggunakan VB.NET dan MEF (Manage Extensibility Framework ). Baca lebih lanjut di <a href="http://waroengvb.net/membuat-aplikasi-berbasis-plug-in-menggunakan-manage-extensibility-framework-mef/">http://waroengvb.net/membuat-aplikasi-berbasis-plug-in-menggunakan-manage-extensibility-framework-mef/</a></p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://afasyah.web.id/subversion/tutorial-subversion-konfigurasi/' rel='bookmark' title='Permanent Link: Tutorial Subversion #2 &#8211; Konfigurasi'>Tutorial Subversion #2 &#8211; Konfigurasi</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://afasyah.web.id/vb-net/tutorial-membuat-aplikasi-berbasis-plugin-menggunakan-vb-net-dan-mef/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# &#8211; VB.NET (Offline) Code Converter</title>
		<link>http://afasyah.web.id/miscellaneous/csharp-vb-net-offline-code-converter/</link>
		<comments>http://afasyah.web.id/miscellaneous/csharp-vb-net-offline-code-converter/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 03:48:19 +0000</pubDate>
		<dc:creator>danni</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://afasyah.web.id/?p=90</guid>
		<description><![CDATA[Here’s the offline version of the C#-VB.NET code converter. The code conversion engine and syntax formatting is powered by the awesome NRefactory of Sharpdevelop. Feel free to download and or modify the source code. Download Binary &#124; Source code Related posts:Membuat Accelerator untuk Internet Explorer 8 &#8211; Code Converter


Related posts:<ol><li><a href='http://afasyah.web.id/asp-net-mvc/membuat-accelerator-untuk-internet-explorer-8/' rel='bookmark' title='Permanent Link: Membuat Accelerator untuk Internet Explorer 8 &ndash; Code Converter'>Membuat Accelerator untuk Internet Explorer 8 &ndash; Code Converter</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://afasyah.web.id/wp-content/uploads/2009/08/20090821_042147.jpg" rel="lightbox[90]" title="2009-08-21_042147"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2009-08-21_042147" src="http://afasyah.web.id/wp-content/uploads/2009/08/20090821_042147_thumb.jpg" border="0" alt="2009-08-21_042147" width="426" height="342" /></a></p>
<p>Here’s the offline version of the C#-VB.NET code converter. The code conversion engine and syntax formatting is powered by the awesome NRefactory of <a href="http://www.sharpdevelop.net" target="_blank">Sharpdevelop</a>.</p>
<p>Feel free to download and or modify the source code.</p>
<p>Download <a title="Download binary file" href="http://www.ziddu.com/download/6138857/offline-code-converter.zip.html" target="_blank">Binary</a> | <a title="Download source code" href="http://www.ziddu.com/download/6138858/Code-Converter-source.zip.html" target="_blank">Source code</a></p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://afasyah.web.id/asp-net-mvc/membuat-accelerator-untuk-internet-explorer-8/' rel='bookmark' title='Permanent Link: Membuat Accelerator untuk Internet Explorer 8 &ndash; Code Converter'>Membuat Accelerator untuk Internet Explorer 8 &ndash; Code Converter</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://afasyah.web.id/miscellaneous/csharp-vb-net-offline-code-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
