<?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>SreeSharp</title>
	<atom:link href="http://sreesharp.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://sreesharp.com/blog</link>
	<description>Future if not something we enter, future is something we create</description>
	<lastBuildDate>Thu, 03 Nov 2011 13:51:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Microsoft Announces Windows Phone Developer Program for India</title>
		<link>http://sreesharp.com/blog/microsoft-announces-windows-phone-developer-program-for-india/166/</link>
		<comments>http://sreesharp.com/blog/microsoft-announces-windows-phone-developer-program-for-india/166/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 13:49:53 +0000</pubDate>
		<dc:creator>Sreejumon</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://sreesharp.com/blog/?p=166</guid>
		<description><![CDATA[At the recent Mobile Developer Summit which took place on November 2, 2011 at Bangalore Microsoft announced the details of the developer programme for Windows Mobile in India with ‘I unlock Joy’, a unique Application Development and Submission Program, where technology professionals and students get an opportunity to develop applications and showcase creativity. ‘I unlock [...]]]></description>
			<content:encoded><![CDATA[<p>At the recent Mobile Developer Summit which took place on November 2, 2011 at Bangalore Microsoft announced the details of the developer programme for Windows Mobile in India with ‘I unlock Joy’, a unique Application Development and Submission Program, where technology professionals and students get an opportunity to develop applications and showcase creativity.</p>
<p>‘I unlock Joy’ programme for developers has started from November 1, 2011 and will continue till June 30, 2012 whereas the program for students will begin on December 18, 2011 and conclude on March 30 next year.</p>
<p><strong>Developer competitive categories</strong>:</p>
<p>·         <strong>“SUBMIT &#038; WIN” CATEGORY</strong>: A registered participant submits THREE qualified Windows Phone Application in the Marketplace and gets a chance to win a Windows Phone. In this category, the Applications must be distinct and of non-trivial utility value for the Application User. A “Spam” or close replicas of existing Windows Phone Applications are disqualified.</p>
<p>·         <strong>“PORT 2 APPS &#038; WIN” CATEGORY</strong>: A registered participant submitting TWO qualified Windows Phone Applications in the Marketplace which are ported from existing Android or iPhone Applications get to win a Windows Phone.</p>
<p>·        <strong> “WOMEN SPECIAL” CATEGORY</strong>: A first of its kind in the developer space. The first 100 registered Woman Developers who submit ONE (1) qualified Windows Phone Application each in the Marketplace qualify to win a Windows Phone each. The applications can be based on Entertainment, Fashion, Leisure, Sports, Recreation or Travel themes.</p>
<p><strong>Student competitive categories</strong>:</p>
<p>·         <strong>“STUDENT” CATEGORY</strong>: Calling on the community to be a part of the initiative, the “I unlock Joy” programme is customized to unfold their innovative and creative best and become among the select first few proud owners of the Windows Phone.</p>
<p>The contestants need to build one or more applications using Dev Tools and submit on AppHub. If their apps get certified and published on the Windows Phone Marketplace during the contest period which ends November 18, they can claim goodies like a brand new Windows Phone, certificate of acknowledgment from Microsoft and Windows Phone T-Shirts as well as USB flash drives</p>
]]></content:encoded>
			<wfw:commentRss>http://sreesharp.com/blog/microsoft-announces-windows-phone-developer-program-for-india/166/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the root page from Windows Phone user control</title>
		<link>http://sreesharp.com/blog/get-the-root-page-from-windows-phone-user-control/159/</link>
		<comments>http://sreesharp.com/blog/get-the-root-page-from-windows-phone-user-control/159/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 11:30:08 +0000</pubDate>
		<dc:creator>Sreejumon</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[WPF / Silverlight]]></category>
		<category><![CDATA[Root page]]></category>
		<category><![CDATA[user control]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://sreesharp.com/blog/?p=159</guid>
		<description><![CDATA[I have been using this code snippet for a while and I hope someone will find it useful.  If you want to get the handle of the root page in Windows Phone application from any user control, here you go. private static PhoneApplicationPage FindRootPage(FrameworkElement control) { if (control != null &#38;&#38; !(control is PhoneApplicationPage)) { [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using this code snippet for a while and I hope someone will find it useful.  If you want to get the handle of the root page in Windows Phone application from any user control, here you go.</p>
<pre class="c-sharp">
private static PhoneApplicationPage FindRootPage(FrameworkElement control)
{
  if (control != null &amp;&amp; !(control is PhoneApplicationPage))
  {
     control = FindRootPage(control.Parent as FrameworkElement);
   }
   return control as PhoneApplicationPage;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://sreesharp.com/blog/get-the-root-page-from-windows-phone-user-control/159/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechEd on the road at Trivandrum on 14th May</title>
		<link>http://sreesharp.com/blog/teched-on-the-road-at-trivandrum-on-14th-may/155/</link>
		<comments>http://sreesharp.com/blog/teched-on-the-road-at-trivandrum-on-14th-may/155/#comments</comments>
		<pubDate>Thu, 05 May 2011 11:03:13 +0000</pubDate>
		<dc:creator>Sreejumon</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[K-MUG]]></category>

		<guid isPermaLink="false">http://sreesharp.com/blog/?p=155</guid>
		<description><![CDATA[We are organizing the &#8220;TechEd on the Road&#8221; event at Trivandrum on 14th May, and I will be speaking about the &#8220;Windows Phone App development using XNA&#8221;. We will have the following technical tracks there. Building cross browser web applications with HTML5/CSS3 Creating &#38; Deploying Application for Azure Visual Studio Productivity tools Windows Phone App development with [...]]]></description>
			<content:encoded><![CDATA[<p>We are organizing the &#8220;TechEd on the Road&#8221; event at Trivandrum on 14th May, and I will be speaking about the &#8220;Windows Phone App development using XNA&#8221;.</p>
<p style="text-align: center;"><img class="aligncenter" title="TechEd on the Road" src="http://k-mug.org/cfs-filesystemfile.ashx/__key/CommunityServer.Components.SiteFiles/teched.jpg" alt="" width="445" height="318" /></p>
<p>We will have the following technical tracks there.</p>
<ul>
<li>Building cross browser web applications with HTML5/CSS3</li>
<li>Creating &amp; Deploying Application for Azure</li>
<li>Visual Studio Productivity tools</li>
<li>Windows Phone App development with XNA</li>
<li>Introducing Parallel Programming with .Net 4.0</li>
<li>Windows Work Flow 4.0 – A sneak Peek</li>
<li>Strategies for client side storage in the web world – DOM Storage and IndexedDB</li>
</ul>
<p>More details can be located <a title="TechEd on the road" href="k-mug.org/content/ctd11.aspx" target="_blank">here </a>(<a title="K-MUG" href="http://kmug.org" target="_blank">http://kmug.org</a>)</p>
<p>Hope to see you all there!!</p>
]]></content:encoded>
			<wfw:commentRss>http://sreesharp.com/blog/teched-on-the-road-at-trivandrum-on-14th-may/155/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Azure Camp at Trivandrum on 30th April</title>
		<link>http://sreesharp.com/blog/windows-azure-camp-at-trivandrum-on-30th-april/149/</link>
		<comments>http://sreesharp.com/blog/windows-azure-camp-at-trivandrum-on-30th-april/149/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 00:14:05 +0000</pubDate>
		<dc:creator>Sreejumon</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://sreesharp.com/blog/?p=149</guid>
		<description><![CDATA[Kerala Microsoft Usergroup (k-mug) is pleased to invite you to the Windows Azure Camp – a 1- day deep dive session designed to help you speed up on developing for Windows Azure. The Windows Azure platform is a flexible cloud-computing platform that lets your customer focus on solving their business problems. We will have the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-150 alignnone" title="AzureCamp" src="http://sreesharp.com/blog/wp-content/uploads/2011/04/AzureCamp.jpg" alt="" width="475" height="314" /></p>
<p>Kerala Microsoft Usergroup (<a href="http://k-mug.org">k-mug</a>) is pleased to invite you to the Windows Azure Camp – a 1- day deep dive session designed to help you speed up on developing for Windows Azure. The Windows Azure platform is a flexible cloud-computing platform that lets your customer focus on solving their business problems. We will have the following sessions.</p>
<ul>
<li>Cloud Computing and Azure Overview Azure</li>
<li> Architecture</li>
<li>Azure Management PortalServices and Tools Needed</li>
<li>Create and debug Azure Application</li>
<li>Deploy application in Azure</li>
<li>Windows Azure App Fabric Cache</li>
<li>Moving ASP.NET application to Azure</li>
<li>Moving SQL Express database to Azure SQL</li>
</ul>
<p>More updates and registration details can be located <a href="http://k-mug.org/content/AzureCamp.aspx" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sreesharp.com/blog/windows-azure-camp-at-trivandrum-on-30th-april/149/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Phone Platform updates from MIX11</title>
		<link>http://sreesharp.com/blog/windows-phone-platform-updates-from-mix11/139/</link>
		<comments>http://sreesharp.com/blog/windows-phone-platform-updates-from-mix11/139/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 05:05:33 +0000</pubDate>
		<dc:creator>Sreejumon</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://sreesharp.com/blog/?p=139</guid>
		<description><![CDATA[There are some really exciting updates on Windows Phone platform from Mix11 happened in Las Vegas (12-14 April 2011). Here comes the platform updates coming soon on Windows Phone. Multi-tasking Enhanced Phone Framework XNA Silverlight Integration Integrating with the Phone Performance Database Access Sockets Enhanced Push notification Marketplace Services Hope you will enjoy the following [...]]]></description>
			<content:encoded><![CDATA[<p>There are some really exciting updates on Windows Phone platform from<a href="http://live.visitmix.com/"> Mix11</a> happened in Las Vegas (12-14 April 2011). Here comes the platform updates coming soon on Windows Phone.</p>
<ul>
<li>Multi-tasking</li>
<li>Enhanced Phone Framework</li>
<li>XNA Silverlight Integration</li>
<li>Integrating with the Phone</li>
<li>Performance</li>
<li>Database Access</li>
<li>Sockets</li>
<li>Enhanced Push notification</li>
<li>Marketplace Services</li>
</ul>
<p>Hope you will enjoy the following video</p>
<p><object type="application/x-silverlight-2" data="data:application/x-silverlight-2," width="750" height="380"><param name="minRuntimeVersion" value="4.0.50401.0"/><param name="source" value="http://channel9.msdn.com/scripts/Channel9.xap?v=1.5"/><param name="initParams" value="mediaurl=http://files.ch9.ms/mix/2011/wmv/DVC14.wmv,thumbnail=http://files.ch9.ms/mix/2011/thumbs/DVC14_lg.jpg,deliverymethod=progressivedownload,autoplay=false,entryid=8ba7752b505e4164a6c19eb800f6e3b0"/></object></p>
]]></content:encoded>
			<wfw:commentRss>http://sreesharp.com/blog/windows-phone-platform-updates-from-mix11/139/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://files.ch9.ms/mix/2011/wmv/DVC14.wmv" length="438200381" type="video/asf" />
		</item>
		<item>
		<title>K-MUG Got the Community Impact Award</title>
		<link>http://sreesharp.com/blog/microsoft-community-impact-award/131/</link>
		<comments>http://sreesharp.com/blog/microsoft-community-impact-award/131/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 08:07:15 +0000</pubDate>
		<dc:creator>Sreejumon</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[award]]></category>
		<category><![CDATA[ctd]]></category>

		<guid isPermaLink="false">http://sreesharp.com/blog/?p=131</guid>
		<description><![CDATA[Finally we got the Microsoft commmunity impact award 2010, which got annouced earlier this year by Microsoft.  As part of the Community Tech Day event in Kochi, Vinod Kumar from Microsoft, handed over the tr0phies to the K-MUG team. Microsoft Community IMPACT Awards recognizes the great work done by members of the technology community in [...]]]></description>
			<content:encoded><![CDATA[<p>Finally we got the Microsoft commmunity impact award 2010, which got annouced earlier this year by Microsoft.  As part of the Community Tech Day event in Kochi, Vinod Kumar from Microsoft, handed over the tr0phies to the K-MUG team. <a href="http://sreesharp.com/blog/wp-content/uploads/2010/11/DSC_0246.jpg"><img class="alignnone size-full wp-image-136" title="DSC_0246" src="http://sreesharp.com/blog/wp-content/uploads/2010/11/DSC_0246.jpg" alt="" width="619" height="426" /></a></p>
<p>Microsoft Community IMPACT Awards recognizes the great work done by members of the technology community in India to drive awareness, readiness and excitement about Microsoft technologies among the broad Developer and IT Professional ecosystem in INDIA.  Award selection criteria includes the various user group activities (such as technical sessions, trainings, developer conferences etc) conducted by the community in last year.<br />
<img class="alignnone size-full wp-image-132" title="K-MUG team with Trophy" src="http://sreesharp.com/blog/wp-content/uploads/2010/11/K-MUG-team-with-Trophy.jpg" alt="" width="647" height="354" /></p>
<p>More details about the CTD event can be located <a href="http://k-mug.org/content/ctd1010report.aspx" target="_blank">here</a>.<a href="http://sreesharp.com/blog/wp-content/uploads/2010/11/K-MUG-team-with-Trophy.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sreesharp.com/blog/microsoft-community-impact-award/131/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Community Tech Days at Kochi on 23rd Oct</title>
		<link>http://sreesharp.com/blog/microsoft-community-tech-days-at-kochi-on-23rd-oct/128/</link>
		<comments>http://sreesharp.com/blog/microsoft-community-tech-days-at-kochi-on-23rd-oct/128/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 06:39:54 +0000</pubDate>
		<dc:creator>Sreejumon</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://sreesharp.com/blog/?p=128</guid>
		<description><![CDATA[We are organizing the next Community Tech Day at Kochi on 23rd Oct (Saturday) at IMA Hall. Event details and registration details can be located here.]]></description>
			<content:encoded><![CDATA[<p>We are organizing the next Community Tech Day at Kochi on 23rd Oct (Saturday) at IMA Hall. Event details and registration details can be located <a href="http://k-mug.org/content/ctdoct10.aspx">here</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://sreesharp.com/blog/microsoft-community-tech-days-at-kochi-on-23rd-oct/128/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Street View Gallery</title>
		<link>http://sreesharp.com/blog/google-street-view-gallery/125/</link>
		<comments>http://sreesharp.com/blog/google-street-view-gallery/125/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 16:59:30 +0000</pubDate>
		<dc:creator>Sreejumon</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://sreesharp.com/blog/?p=125</guid>
		<description><![CDATA[You can now visit all seven continents using Street View! See highlights from around the world, from penguins in Antarctica to beaches in Brazil. Great stuffs!!]]></description>
			<content:encoded><![CDATA[<p>You can now visit all seven continents using Street View! See highlights from around the world, from penguins in Antarctica to beaches in Brazil. Great stuffs!!<br />
<object id="panoflash1" style="position: relative; visibility: visible;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="538" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="panoflash1" /><param name="align" value="middle" /><param name="allowscriptaccess" value="always" /><param name="scale" value="noScale" /><param name="salign" value="lt" /><param name="allowfullscreen" value="true" /><param name="swliveconnect" value="false" /><param name="wmode" value="opaque" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><param name="flashvars" value="panoId=ok3jZvyUCvgjNdcxsjvEXg&amp;directionMap=N:N,W:W,S:S,E:E,NW:NW,NE:NE,SW:SW,SE:SE&amp;yaw=9.4&amp;zoom=0&amp;browser=firefox&amp;pitch=-9.57&amp;viewerId=1&amp;context=api&amp;useSsl=false&amp;csiCallback=&amp;userPhotoRepositories=all&amp;rtfArgs=hl:en,gl:,fs:1,sv:1,ph:1" /><param name="src" value="http://maps.gstatic.com/intl/en_ALL/mapfiles/cb/googlepano.141.swf" /><embed id="panoflash1" style="position: relative; visibility: visible;" type="application/x-shockwave-flash" width="538" height="400" src="http://maps.gstatic.com/intl/en_ALL/mapfiles/cb/googlepano.141.swf" flashvars="panoId=ok3jZvyUCvgjNdcxsjvEXg&amp;directionMap=N:N,W:W,S:S,E:E,NW:NW,NE:NE,SW:SW,SE:SE&amp;yaw=9.4&amp;zoom=0&amp;browser=firefox&amp;pitch=-9.57&amp;viewerId=1&amp;context=api&amp;useSsl=false&amp;csiCallback=&amp;userPhotoRepositories=all&amp;rtfArgs=hl:en,gl:,fs:1,sv:1,ph:1" bgcolor="#000000" quality="high" wmode="opaque" swliveconnect="false" allowfullscreen="true" salign="lt" scale="noScale" allowscriptaccess="always" align="middle" name="panoflash1"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://sreesharp.com/blog/google-street-view-gallery/125/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DevCon 2010 &#8211; Part 2 on 4th Sept at Trivandrum</title>
		<link>http://sreesharp.com/blog/devcon-2010-part-2-on-4th-sept-at-trivandrum/123/</link>
		<comments>http://sreesharp.com/blog/devcon-2010-part-2-on-4th-sept-at-trivandrum/123/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 15:16:05 +0000</pubDate>
		<dc:creator>Sreejumon</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://sreesharp.com/blog/devcon-2010-part-2-on-4th-sept-at-trivandrum/123/</guid>
		<description><![CDATA[DevCon 2010 part-2 will be conducting at Technopark on 4th sept 2010 with the following agenda. 08:30AM – 09:30AM – Registration Confirmation 09:30AM – 10:30AM – Functional programing with F# 10:30AM – 11:30AM – Power Shell – Your Wish is my Command 11:30AM – 11:45AM – Tea Break 11:45AM – 12:30PM – Visual Studio 2010 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sreesharp.com/devcon2010/wp-content/uploads/2010/06/devconlogo.png" height="109" width="372" /></p>
<p>DevCon 2010 part-2 will be conducting at Technopark on 4th sept 2010 with the following agenda.</p>
<p><strong>08:30AM – 09:30AM – Registration Confirmation</strong><br />
09:30AM – 10:30AM – Functional programing with F#<br />
10:30AM – 11:30AM – Power Shell – Your Wish is my Command<br />
<strong>11:30AM – 11:45AM – Tea Break</strong><br />
11:45AM – 12:30PM – Visual Studio 2010 tips<br />
12:30PM – 01:15PM – ASP.NET MVC2<br />
<strong>01:15PM – 02:00PM – Lunch</strong><br />
02:00PM – 02:45PM – Great Developer Contest – Final<br />
02:45PM – 03:45PM – Office Addins with Visual Studio 2010<br />
03:45PM – 04:30PM – Entity Framework 4<br />
04:30PM – 05:00PM – Closing Ceremony</p>
<p>More details and registration details <a href="http://www.sreesharp.com/devcon2010/">here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://sreesharp.com/blog/devcon-2010-part-2-on-4th-sept-at-trivandrum/123/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DevCon 2010 &#8211; Another success story by Kerala Microsoft Users Group</title>
		<link>http://sreesharp.com/blog/devcon-2010-another-success-story-by-kerala-microsoft-users-group/122/</link>
		<comments>http://sreesharp.com/blog/devcon-2010-another-success-story-by-kerala-microsoft-users-group/122/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 16:50:32 +0000</pubDate>
		<dc:creator>Sreejumon</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://sreesharp.com/blog/devcon-2010-another-success-story-by-kerala-microsoft-users-group/122/</guid>
		<description><![CDATA[DevCon 2010 added another golden feather to K-MUG, and it brought the K-MUG mission &#8211; Learn, Build Contacts &#38; Socialize – into action. Software developers across Kerala got an opportunity to learn about the latest technologies from Microsoft and got opportunity to interact with speakers and peers.  Even though the event was conducted at Trivandrum [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://k-mug.org/photos/devcon2010/IMG_1212.jpg" align="baseline" width="600" /></p>
<p><span style="font-size: small"><strong><a href="http://k-mug.org/events/devcon2010/" target="_blank">DevCon 2010</a></strong> added  another golden feather to K-MUG, and it brought the K-MUG mission &#8211;  Learn, Build Contacts &amp; Socialize – into action. Software developers  across Kerala got an opportunity to learn about the latest technologies  from Microsoft and got opportunity to interact with speakers and  peers.  Even though the event was conducted at Trivandrum (southern most  state), we got many attendees from other parts of the state especially  techies who travelled more than 350 KM. More detailed report can be located <a href="http://k-mug.org/content/DevCon2010Report.aspx" target="_blank">here</a><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sreesharp.com/blog/devcon-2010-another-success-story-by-kerala-microsoft-users-group/122/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

