<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Very Simple Tools for Office</title>
	<atom:link href="http://easyvsto.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://easyvsto.wordpress.com</link>
	<description>all about VSTO programming which intersected with my works</description>
	<lastBuildDate>Thu, 12 Jan 2012 12:53:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='easyvsto.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/91c464ebc14ccc5fa19c540ee37b55c3?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Very Simple Tools for Office</title>
		<link>http://easyvsto.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://easyvsto.wordpress.com/osd.xml" title="Very Simple Tools for Office" />
	<atom:link rel='hub' href='http://easyvsto.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Programmatically creating auto-format rule in Outlook</title>
		<link>http://easyvsto.wordpress.com/2011/06/19/programmatically-creating-auto-format-rule-in-outlook-using-vsto/</link>
		<comments>http://easyvsto.wordpress.com/2011/06/19/programmatically-creating-auto-format-rule-in-outlook-using-vsto/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 17:29:06 +0000</pubDate>
		<dc:creator>Pranav</dc:creator>
				<category><![CDATA[VSTO]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Outlook Rules]]></category>
		<category><![CDATA[Auto-format]]></category>
		<category><![CDATA[Here]]></category>

		<guid isPermaLink="false">http://easyvsto.wordpress.com/?p=574</guid>
		<description><![CDATA[Here is the code snippet&#8230; private void AutoFormat() { try { AutoFormatRule afr; TableView tv; tv = applicationObject.ActiveExplorer().CurrentView; MessageBox.Show(tv.AutoFormatRules.Count.ToString()); for (int i=1;i&#60;=tv.AutoFormatRules.Count;i++) { AutoFormatRule rl = tv.AutoFormatRules[i]; if(rl.Name=="TestAFRule") { tv.AutoFormatRules.Remove(i); MessageBox.Show("Deleted" + rl.Name); } } afr = tv.AutoFormatRules.Add("TestAFRule"); afr.Font.Color = &#8230; <a href="http://easyvsto.wordpress.com/2011/06/19/programmatically-creating-auto-format-rule-in-outlook-using-vsto/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=easyvsto.wordpress.com&amp;blog=7427255&amp;post=574&amp;subd=easyvsto&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is the code snippet&#8230;</p>
<pre>private void AutoFormat()
{
      try
      {
            AutoFormatRule afr;
            TableView tv;
            tv = applicationObject.ActiveExplorer().CurrentView;
            MessageBox.Show(tv.AutoFormatRules.Count.ToString());
            for (int i=1;i&lt;=tv.AutoFormatRules.Count;i++)
            {
                  AutoFormatRule rl =  tv.AutoFormatRules[i];
                  if(rl.Name=="TestAFRule")
                  {
                        tv.AutoFormatRules.Remove(i);
                        MessageBox.Show("Deleted" + rl.Name);
                  }
            }
            afr = tv.AutoFormatRules.Add("TestAFRule");
            afr.Font.Color = OlColor.olColorRed;
            afr.Enabled = true;
            tv.Save();
            tv.Apply();
            MessageBox.Show("Done");
      }
      catch(System.Exception ex)
      {
            MessageBox.Show("Err:" + ex.Message);
      }
}</pre>
<p>&nbsp;</p>
<br />Filed under: <a href='http://easyvsto.wordpress.com/category/vsto/outlook/'>Outlook</a>, <a href='http://easyvsto.wordpress.com/category/vsto/'>VSTO</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/easyvsto.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/easyvsto.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/easyvsto.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/easyvsto.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/easyvsto.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/easyvsto.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/easyvsto.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/easyvsto.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/easyvsto.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/easyvsto.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/easyvsto.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/easyvsto.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/easyvsto.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/easyvsto.wordpress.com/574/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=easyvsto.wordpress.com&amp;blog=7427255&amp;post=574&amp;subd=easyvsto&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://easyvsto.wordpress.com/2011/06/19/programmatically-creating-auto-format-rule-in-outlook-using-vsto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dc529b9d6dd5e4376a56fcbce3468eea?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Pranav</media:title>
		</media:content>
	</item>
		<item>
		<title>Is VSTO still alive?</title>
		<link>http://easyvsto.wordpress.com/2011/05/29/is-vsto-still-alive/</link>
		<comments>http://easyvsto.wordpress.com/2011/05/29/is-vsto-still-alive/#comments</comments>
		<pubDate>Sat, 28 May 2011 21:41:16 +0000</pubDate>
		<dc:creator>Pranav</dc:creator>
				<category><![CDATA[VSTO]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[Roadmap]]></category>

		<guid isPermaLink="false">http://easyvsto.wordpress.com/?p=564</guid>
		<description><![CDATA[Yes&#8230; you read it right! Many people talk about Azure, HTML5, SilverLight, WindowsPhone 7, SharePoint etc. How many are talking about VSTO? Compared to other technologies, people who on talk on VSTO might be very less. But, the fact is &#8230; <a href="http://easyvsto.wordpress.com/2011/05/29/is-vsto-still-alive/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=easyvsto.wordpress.com&amp;blog=7427255&amp;post=564&amp;subd=easyvsto&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Yes&#8230; you read it right!</p>
<p style="text-align:justify;">Many people talk about Azure, HTML5, SilverLight, WindowsPhone 7, SharePoint etc. How many are talking about VSTO? Compared to other technologies, people who on talk on VSTO might be very less. But, the fact is that <strong>VSTO</strong> will exist and grow as long as there is a product called <strong>Microsoft Office</strong> exist!</p>
<p style="text-align:justify;">Many people suggested me to retire from VSTO and choose some other technology as there is not much focus on it. But, VSTO is installed in my mind without &#8216;Uninstall&#8217; option. Though I work on other technologies like Mobile Apps, ASP.NET etc., I always explore more about VSTO and love to get updates of it.</p>
<p style="text-align:justify;">Actually, VSTO is not that bad as people think. It has very good features which address some issues which can&#8217;t be solved by other technologies. Some of the new features on Office 2010 like Backstage View, Ribbon Enhancements, Programmability refinements etc extends the programmability and make it ease.</p>
<p style="text-align:justify;">When I have started working on VSTO, it is not shown in web search results (Bing or Google) until it is typed correctly. But now,  we have got many Video and Text Tutorials, Blogs, MSDN Library, exclusive forums to each office application and lot many. There is a lot of development in VSTO since last two years compared to before.</p>
<p style="text-align:justify;">I thought to write a post on this after reading Ridi&#8217;s post &#8211; <a href="http://geeks.netindonesia.net/blogs/ridi/archive/2011/05/16/is-vsto-dead.aspx" target="_blank">Is VSTO Dead?</a>. Thanks Ridi!</p>
<p style="text-align:justify;">Ridi recently spoke at Microsoft Innovation Roadtrip  and delivered several points on why Office programming is still valuable to give another benefits in organization productivity. He has shared few presentation decks on VSTO. Here is the Live Spaces link for it &#8211; <a href="http://bit.ly/lgXTk9" target="_blank">http://bit.ly/lgXTk9</a></p>
<p style="text-align:justify;">You can find Screen Casts, Tutorials and some downloadable content about VSTO 2010 here.</p>
<ul style="text-align:justify;">
<li>Office 2010 Training Kit <a title="http://bit.ly/ihJ7o0" href="http://bit.ly/ihJ7o0" target="_blank">http://bit.ly/ihJ7o0</a></li>
<li>Office 2010 Developer Center <a title="http://bit.ly/3rLVyX" href="http://bit.ly/3rLVyX" target="_blank">http://bit.ly/3rLVy</a></li>
<li>Office 2010 Develope Blogs – Durant <a title="http://bit.ly/iAULpd" href="http://bit.ly/iAULpd" target="_blank">http://bit.ly/iAULpd</a></li>
</ul>
<div style="text-align:justify;">Happy Coding!</div>
<br />Filed under: <a href='http://easyvsto.wordpress.com/category/vsto/'>VSTO</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/easyvsto.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/easyvsto.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/easyvsto.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/easyvsto.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/easyvsto.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/easyvsto.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/easyvsto.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/easyvsto.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/easyvsto.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/easyvsto.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/easyvsto.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/easyvsto.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/easyvsto.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/easyvsto.wordpress.com/564/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=easyvsto.wordpress.com&amp;blog=7427255&amp;post=564&amp;subd=easyvsto&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://easyvsto.wordpress.com/2011/05/29/is-vsto-still-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dc529b9d6dd5e4376a56fcbce3468eea?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Pranav</media:title>
		</media:content>
	</item>
		<item>
		<title>PropertyAccessor in Exchange 2010 – issue and some workarounds</title>
		<link>http://easyvsto.wordpress.com/2011/05/19/propertyaccessor-in-exchange-2010-issue-and-some-workarounds/</link>
		<comments>http://easyvsto.wordpress.com/2011/05/19/propertyaccessor-in-exchange-2010-issue-and-some-workarounds/#comments</comments>
		<pubDate>Thu, 19 May 2011 10:46:58 +0000</pubDate>
		<dc:creator>Pranav</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Exchange Accounts]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[PropertyAccessor]]></category>

		<guid isPermaLink="false">http://easyvsto.wordpress.com/?p=555</guid>
		<description><![CDATA[Following code works fine in Exchange 2003 and 2007. But fails in Exchange 2010, that too in Online Mode. There is an interesting discussion that happened recently in MSDN Forums on this topic. Just would like to share summary of &#8230; <a href="http://easyvsto.wordpress.com/2011/05/19/propertyaccessor-in-exchange-2010-issue-and-some-workarounds/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=easyvsto.wordpress.com&amp;blog=7427255&amp;post=555&amp;subd=easyvsto&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Following code works fine in Exchange 2003 and 2007. But fails in Exchange 2010, that too in Online Mode. There is an interesting discussion that happened recently in MSDN Forums on this topic. Just would like to share summary of it so that it will be helpful to them who are in need of it.</p>
<p style="text-align:justify;">As of now, there is not work around, except changing mode of Exchange to Cache Mode. Some told that Microsoft is aware of this issue and working on it. A fix may be released with the next patches.</p>
<pre>const string TEST_PROPERTY = @"http://schemas.microsoft.com/mapi/string/
{00020329-0000-0000-C000-000000000046}/TestProperty/00000003";
 const int TEST_VALUE = 9;
 application = new MSOutlook.ApplicationClass();
 email =
(MSOutlook.MailItem)application.CreateItem(MSOutlook.OlItemType.olMailItem);
 propertyAccessor = email.PropertyAccessor;
 propertyAccessor.SetProperty(TEST_PROPERTY, TEST_VALUE);
 object objValue = propertyAccessor.GetProperty(TEST_PROPERTY);</pre>
<p style="text-align:justify;">Here is another work around suggested by Joel…</p>
<p style="text-align:justify;"><em>“it looks like the it&#8217;s not completely resolved by simply using extended MAPI.  I was trying to use IMAPIProps::GetProps() and specifying a single property tag with the ID specified, but the type not specified (using PT_UNSPECIFIED).  As already noted, this works fine with Exchange 2007 online or cached mode, Exchange 2010 in cached mode, but not in Exchange 2010 online mode.</em></p>
<p style="text-align:justify;"><em>The workaround in this case is to specify the correct property type.  But, since the managed PropertyAccessor.GetProperty() method does not know what the property type is ahead of time (at least for custom properties), I guess that could be why it&#8217;s failing.  What I&#8217;m doing now is calling IMAPIProp::GetPropList() and finding the entry with matching property tag.  Since GetPropList() returns the property type as well, I can now call GetProps() with the correct property type.  This seems to work in Exchange 2010 online mode <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ”</em></p>
<p style="text-align:justify;">I think this is the simplest of all (which is suggested by Susanne Kapp <em>via</em> Wompi)…</p>
<p style="text-align:justify;">For an easy workaround in VSTO, you can simply call the mailItem.Save() method after setting the property. But be aware of all the mails getting saved to your drafts folder if you don´t send the mail.</p>
<p style="text-align:justify;">Hope this helps!</p>
<br />Filed under: <a href='http://easyvsto.wordpress.com/category/troubleshooting/'>Troubleshooting</a>, <a href='http://easyvsto.wordpress.com/category/vsto/'>VSTO</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/easyvsto.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/easyvsto.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/easyvsto.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/easyvsto.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/easyvsto.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/easyvsto.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/easyvsto.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/easyvsto.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/easyvsto.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/easyvsto.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/easyvsto.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/easyvsto.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/easyvsto.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/easyvsto.wordpress.com/555/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=easyvsto.wordpress.com&amp;blog=7427255&amp;post=555&amp;subd=easyvsto&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://easyvsto.wordpress.com/2011/05/19/propertyaccessor-in-exchange-2010-issue-and-some-workarounds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dc529b9d6dd5e4376a56fcbce3468eea?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Pranav</media:title>
		</media:content>
	</item>
		<item>
		<title>TechEd on the Road, Hyderabad</title>
		<link>http://easyvsto.wordpress.com/2011/05/15/teched-on-the-road-hyderabad/</link>
		<comments>http://easyvsto.wordpress.com/2011/05/15/teched-on-the-road-hyderabad/#comments</comments>
		<pubDate>Sat, 14 May 2011 20:08:39 +0000</pubDate>
		<dc:creator>Pranav</dc:creator>
				<category><![CDATA[Community Events]]></category>
		<category><![CDATA[MUGH]]></category>
		<category><![CDATA[TechEd on the Road]]></category>

		<guid isPermaLink="false">http://easyvsto.wordpress.com/?p=538</guid>
		<description><![CDATA[We are pleased to announce Tech∙Ed on the Road, where we put together the best sessions from Tech∙Ed India 2011 is scheduled on 22nd May, 2011 at Hyderabad. Thise event is not only about content and sessions – they also provide &#8230; <a href="http://easyvsto.wordpress.com/2011/05/15/teched-on-the-road-hyderabad/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=easyvsto.wordpress.com&amp;blog=7427255&amp;post=538&amp;subd=easyvsto&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://easyvsto.files.wordpress.com/2011/05/techedontheroad.jpg"><img class="size-full wp-image-548 aligncenter" title="TechEd on the Road, Hyderabad" src="http://easyvsto.files.wordpress.com/2011/05/techedontheroad.jpg?w=584" alt=""   /></a></p>
<p style="text-align:justify;">We are pleased to announce <strong>Tech∙Ed on the Road</strong>, where we put together the best sessions from <strong>Tech∙Ed India 2011</strong> is scheduled on <strong>22<sup>nd</sup> May, 2011</strong> at <strong>Hyderabad</strong>. Thise event is not only about content and sessions – they also provide an opportunity for you to interact with and have your questions answered by the very people who work on these technologies day-in and day-out, and who can help you plan the features and architecture to support your business goals.</p>
<p style="text-align:justify;">The content for this event will be targeted towards Software Developers and IT Professionals. Focus will be on technologies like ASP.NET MVC3, HTML5, Database, Internet Explorer 9, Windows 7, Web Platform, and Windows Azure.</p>
<p style="text-align:justify;">Avail of these FREE Learning Opportunities and <a href="http://communitytechdays.com/Registration1.aspx?Status=NotFound&amp;login=Offline?Status=NotFound&amp;login=Offline" target="_blank">REGISTER</a> for this exclusive series of events today.</p>
<p>Here is the <strong>agenda</strong>!</p>
<table style="border:1px solid #000000;width:auto;" cellspacing="1" cellpadding="3" align="center">
<tbody>
<tr style="background-image:initial;background-attachment:initial;background-color:#b8b8b8;height:20px;background-position:initial initial;background-repeat:initial initial;">
<td class="style1" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left"><strong>Time</strong></td>
<td class="style2" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="center"><strong>Developer Track</strong></td>
<td class="ntxt_a" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;border-collapse:collapse;" align="center"><strong>IT Pro Track</strong></td>
</tr>
<tr style="background-image:initial;background-attachment:initial;background-color:#ebebeb;height:20px;background-position:initial initial;background-repeat:initial initial;">
<td class="style1" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left">09:30am &#8211; 10:00am</td>
<td class="txt11-c8" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" colspan="2" align="center"><strong>Registration</strong></td>
</tr>
<tr style="background-image:initial;background-attachment:initial;background-color:#dfdfdf;height:20px;background-position:initial initial;background-repeat:initial initial;">
<td class="style1" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left" valign="top">10:00am &#8211; 11:00am</td>
<td class="style2" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left" valign="top"><a style="color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/agenda.aspx#">Exploring ASP.NET<br />
MVC 3</a>Speaker: <a class="linkagenda" style="font:normal normal normal 11px/normal arial;color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/speakers.aspx#shravankumar">Shravan<br />
Kumar</a></td>
<td class="txt11-c8" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left" valign="top"><a style="color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/agenda.aspx#">Datacenter<br />
Virtualization at Microsoft</a>Speaker: <a class="linkagenda" style="font:normal normal normal 11px/normal arial;color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/speakers.aspx#praveenkumar">Praveen<br />
Kumar</a></td>
</tr>
<tr style="background-color:#ebebeb;height:20px;">
<td class="style1" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left">11:00am &#8211; 11:15am</td>
<td class="yeltxt" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" colspan="2" align="center"><strong>Tea Break</strong></td>
</tr>
<tr style="background-color:#dfdfdf;">
<td class="style1" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left" valign="top">11:15am &#8211; 12:15pm</td>
<td class="style2" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left" valign="top"><a style="color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/agenda.aspx#">Building rich web<br />
applications using HTML5</a><br />
Speaker: <a class="linkagenda" style="font:normal normal normal 11px/normal arial;color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/speakers.aspx#harishranganathan" target="_blank">Harish<br />
Ranganathan</a></td>
<td class="txt11-c8" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left" valign="top"><a style="color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/agenda.aspx#">SQL Server Waits and<br />
Queues &#8211; Your Gateway to Perf. Troubleshooting</a>Speaker: <a class="linkagenda" style="font:normal normal normal 11px/normal arial;color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/speakers.aspx#pinaldave" target="_blank">Pinal<br />
Dave</a></td>
</tr>
<tr style="background-color:#ebebeb;height:20px;">
<td class="style1" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left">12:15pm &#8211; 12:30pm</td>
<td class="yeltxt" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" colspan="2" align="center"><strong>Break</strong></td>
</tr>
<tr style="background-image:initial;background-attachment:initial;background-color:#dfdfdf;height:20px;background-position:initial initial;background-repeat:initial initial;">
<td class="style1" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left" valign="top">12:30pm &#8211; 01:30pm</td>
<td class="style2" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left" valign="top"><a style="color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/agenda.aspx#">Building a social<br />
networking portal on Windows Azure in 1 hour</a>Speaker: <a class="linkagenda" style="font:normal normal normal 11px/normal arial;color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/speakers.aspx#saranyasriram">Saranya<br />
Sriram</a></td>
<td class="txt11-c8" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left" valign="top"><a style="color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/agenda.aspx#">Migrating to Windows<br />
7 using P2V with MDT &amp; Disk2VHD</a><br />
Speaker: <a class="linkagenda" style="font:normal normal normal 11px/normal arial;color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/speakers.aspx#avirajajgekar" target="_blank">Aviraj<br />
Ajgekar</a></td>
</tr>
<tr style="background-color:#ebebeb;height:20px;">
<td class="style1" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left">01:30pm &#8211; 02:30pm</td>
<td class="yeltxt" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" colspan="2" align="center"><strong>Lunch</strong></td>
</tr>
<tr style="background-color:#dfdfdf;height:20px;">
<td class="style1" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left" valign="top">02:30pm &#8211; 03:30pm</td>
<td class="style2" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left" valign="top"><a style="color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/agenda.aspx#">TFS: Continuous<br />
Global Delivery</a><br />
Speaker: <a class="linkagenda" style="font:normal normal normal 11px/normal arial;color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/speakers.aspx#vishalmehrotra">Vishal<br />
Mehrotra</a></td>
<td class="txt11-c8" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left" valign="top"><a style="color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/agenda.aspx#">Microsoft RemoteFX:<br />
Rich Windows Desktop Experience for Session Virtualization and VDI</a>Speaker: <a class="linkagenda" style="font:normal normal normal 11px/normal arial;color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/speakers.aspx#avirajajgekar">Aviraj<br />
Ajgekar</a></td>
</tr>
<tr style="background-color:#ebebeb;height:20px;">
<td class="style1" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left">03:30pm &#8211; 03:45pm</td>
<td class="yeltxt" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" colspan="2" align="center"><strong>Tea Break</strong></td>
</tr>
<tr style="background-color:#dfdfdf;height:20px;">
<td class="style1" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left">03:45pm &#8211; 04:45pm</td>
<td class="style2" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left"><a style="color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/agenda.aspx#">JavaScript APIs and<br />
enhancements with EcmaScript 5</a>Speaker: <a class="linkagenda" style="font:normal normal normal 11px/normal arial;color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/speakers.aspx#krishnachaitanya">Krishna<br />
Chaitanya</a></td>
<td class="txt11-c8" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left" valign="top"><a style="color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/agenda.aspx#">Deploying your<br />
applications on Windows 7</a>Speaker: <a class="linkagenda" style="font:normal normal normal 11px/normal arial;color:#3f3f3f;text-decoration:none;" href="http://communitytechdays.com/speakers.aspx#vijayraj">Vijay<br />
Raj</a></td>
</tr>
<tr style="background-color:#ebebeb;height:20px;">
<td class="style1" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left">04:45pm &#8211; 05:00pm</td>
<td class="yeltxt" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" colspan="2" align="center"><strong>Break</strong></td>
</tr>
<tr style="background-image:initial;background-attachment:initial;background-color:#dfdfdf;height:20px;background-position:initial initial;background-repeat:initial initial;">
<td class="style1" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" align="left">05:00pm &#8211; 05:30pm</td>
<td class="txt11-c8" style="border:1px solid #000000;font-family:Arial, Helvetica, sans-serif;font-size:small;font-weight:normal;font-style:normal;border-collapse:collapse;" colspan="2" align="center"><strong>Q &amp; A</strong></td>
</tr>
</tbody>
</table>
<p>For more details, visit: <a href="http://communitytechdays.com/agenda.aspx#hyderabad" target="_blank">http://communitytechdays.com/agenda.aspx#hyderabad</a></p>
<p><strong>Date: </strong>22<sup>nd</sup> May, 2011<br />
<strong>Target Audience: </strong>Software Developers &amp; IT Professionals</p>
<p><strong>Venue:</strong><br />
<strong>Microsoft R&amp;D India Pvt. Ltd.</strong>,<br />
MPR 1-5, Building 3,<br />
Gachibowli, Hyderabad</p>
<br />Filed under: <a href='http://easyvsto.wordpress.com/category/community-events/'>Community Events</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/easyvsto.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/easyvsto.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/easyvsto.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/easyvsto.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/easyvsto.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/easyvsto.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/easyvsto.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/easyvsto.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/easyvsto.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/easyvsto.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/easyvsto.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/easyvsto.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/easyvsto.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/easyvsto.wordpress.com/538/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=easyvsto.wordpress.com&amp;blog=7427255&amp;post=538&amp;subd=easyvsto&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://easyvsto.wordpress.com/2011/05/15/teched-on-the-road-hyderabad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dc529b9d6dd5e4376a56fcbce3468eea?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Pranav</media:title>
		</media:content>

		<media:content url="http://easyvsto.files.wordpress.com/2011/05/techedontheroad.jpg" medium="image">
			<media:title type="html">TechEd on the Road, Hyderabad</media:title>
		</media:content>
	</item>
	</channel>
</rss>
