<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7675919696011934755</id><updated>2011-08-22T07:42:14.918-07:00</updated><category term='microsoft'/><category term='cairo event'/><category term='2010'/><category term='event'/><category term='meeting'/><category term='developers'/><category term='gothering'/><category term='dotnet'/><category term='conference'/><category term='VisualStudio'/><category term='New Release'/><category term='codecamp'/><title type='text'>..:ClassicSoft:..</title><subtitle type='html'>Winners don't do different things, They do things DIFFERENTLY</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ahmedalfi.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ahmedalfi.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>ahmedalfi</name><uri>http://www.blogger.com/profile/04312217606510783024</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='25' src='http://3.bp.blogspot.com/_wUQc5dESJ40/Se5gazSbgOI/AAAAAAAAACc/NOJpD5WbChc/S220/PhotoFunia-Small.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7675919696011934755.post-8282261250179047066</id><published>2011-07-28T02:52:00.000-07:00</published><updated>2011-07-28T03:12:43.933-07:00</updated><title type='text'>How to connect to a Wireless WIFI Network from the Command line in Windows 7</title><content type='html'>C:\&amp;gt;netsh wlan connect name=HANSELMAN-N   &lt;br /&gt;&lt;p&gt;&lt;span style="font-family:Courier New;"&gt;Connection request was completed successfully.&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;More Details&lt;/h3&gt;  &lt;p&gt;What happened there? Well, the command line is netsh wlan and the full one is &lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Courier New;"&gt;netsh wlan connect ssid=YOURSSID name=PROFILENAME &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;What's a profile? It's the only thing required. You can see them with:&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Courier New;"&gt;C:\&amp;gt;netsh wlan show profile&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Courier New;"&gt;Profiles on interface Wireless Network Connection:   &lt;br /&gt;.&lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;..snip..   &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;User profiles   &lt;br /&gt;-------------    &lt;br /&gt;   All User Profile     : Clear Spot b0e    &lt;br /&gt;   All User Profile     : HANSELMAN-N    &lt;br /&gt;   All User Profile     : Quiznos&lt;/span&gt;&lt;/p&gt;  These are the same ones that you see in the wireless networks dialog&lt;br /&gt;&lt;h3&gt;More Details&lt;/h3&gt;  &lt;p&gt;What happened there? Well, the command line is netsh wlan and the full one is &lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Courier New;"&gt;netsh wlan connect ssid=YOURSSID name=PROFILENAME &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;What's a profile? It's the only thing required. You can see them with:&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Courier New;"&gt;C:\&amp;gt;netsh wlan show profile&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Courier New;"&gt;Profiles on interface Wireless Network Connection:   &lt;br /&gt;.&lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;..snip..   &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:Courier New;"&gt;User profiles   &lt;br /&gt;-------------    &lt;br /&gt;   All User Profile     : Clear Spot b0e    &lt;br /&gt;   All User Profile     : HANSELMAN-N    &lt;br /&gt;   All User Profile     : Quiznos&lt;/span&gt;&lt;/p&gt;  These are the same ones that you see in the wireless networks dialog&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.hanselman.com/blog/content/binary/Windows-Live-Writer/How-to-connect-to-a-Wireless-WIFI-Networ_B9BD/Manage%20Wireless%20Networks%20%28111%29_3.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 553px; height: 518px;" src="http://www.hanselman.com/blog/content/binary/Windows-Live-Writer/How-to-connect-to-a-Wireless-WIFI-Networ_B9BD/Manage%20Wireless%20Networks%20%28111%29_3.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;You can set these up and refer to them by name from the command line,  or a batch file, etc. Nice to do for the places you are regularly.&lt;/p&gt;  &lt;p&gt;If you have multiple wireless cards (What's wrong with you!?) then you have to be more specific:&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Courier New;"&gt;netsh wlan connect ssid=YOURSSID name=PROFILENAME interface="WIRELESS NETWORK CONNECTION"&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;And of course, you can &lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Courier New;"&gt;netsh wlan disconnect&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;And include the interface optionally, for multiple interfaces. Additionally, interesting things can be seen with &lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Courier New;"&gt;netsh wlan dump&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;This is nice because you can &lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Courier New;"&gt;netsh wlan dump &amp;gt; myconfig.txt&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;on one machine and then later on another machine&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Courier New;"&gt;netsh exec myconfig.txt&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;All this command line love will work in most versions of Windows, actually, not just 7 AFAIK. There's &lt;a href="http://msdn.microsoft.com/en-us/library/aa369853%28VS.85%29.aspx"&gt;lots of more detail and docs on managing Wireless Profiles on the Web&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Enjoy! (From Scott Hanselman Blog)&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7675919696011934755-8282261250179047066?l=ahmedalfi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmedalfi.blogspot.com/feeds/8282261250179047066/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7675919696011934755&amp;postID=8282261250179047066' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/8282261250179047066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/8282261250179047066'/><link rel='alternate' type='text/html' href='http://ahmedalfi.blogspot.com/2011/07/how-to-connect-to-wireless-wifi-network.html' title='How to connect to a Wireless WIFI Network from the Command line in Windows 7'/><author><name>ahmedalfi</name><uri>http://www.blogger.com/profile/04312217606510783024</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='25' src='http://3.bp.blogspot.com/_wUQc5dESJ40/Se5gazSbgOI/AAAAAAAAACc/NOJpD5WbChc/S220/PhotoFunia-Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7675919696011934755.post-4068748424569361706</id><published>2011-07-27T23:31:00.000-07:00</published><updated>2011-07-27T23:45:17.587-07:00</updated><title type='text'>Visual Studio LightSwitch 2011 Released Tue, 26 Jul 2011 17:50:00 Z</title><content type='html'>Download try version from &lt;a href="http://www.microsoft.com/visualstudio/en-us/lightswitch/try"&gt;http://www.microsoft.com/visualstudio/en-us/lightswitch/try&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://download.microsoft.com/download/5/4/C/54CFFC91-33E2-4A85-B565-B85BC8972920/Reviewers-Guide/Visual-Studio-LightSwitch-2011-Reviewers-Guide.pdf"&gt;Visual-Studio-LightSwitch-2011-Reviewers-Guide&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;System Requirements for Microsoft Visual Studio LightSwitch 2011&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Supported Operating Systems:&lt;/span&gt;&lt;br /&gt;Windows® 7; Windows Server 2003 R2 (32-Bit x86); Windows Server 2003 R2&lt;br /&gt;x64 editions; Windows Server 2003 Service Pack 2; Windows Server 2008 R2;&lt;br /&gt;Windows Server 2008 Service Pack 2; Windows VistaTM Service Pack 2;&lt;br /&gt;Windows XP Service Pack 3&lt;br /&gt;+ Windows XP (x86) with Service Pack 3 – all editions except Starter Edition&lt;br /&gt;+ Windows Vista (x86 &amp;amp; x64) with Service Pack 2 – all editions except Starter Edition&lt;br /&gt;+ Windows 7 (x86 and x64)&lt;br /&gt;+ Windows Server 2003 (x86 &amp;amp; x64) with Service Pack 2 – all editions&lt;br /&gt;• Users will need to install MSXML6 if not already present&lt;br /&gt;+ Windows Server 2003 R2 (x86 and x64) – all editions&lt;br /&gt;+ Windows Server 2008 (x86 and x64) with Service Pack 2 – all editions&lt;br /&gt;+ Windows Server 2008 R2 (x64) – all editions&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Supported Architectures:&lt;/span&gt;&lt;br /&gt;+ 32-Bit (x86)&lt;br /&gt;+ 64-Bit (x64) (WOW)&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Hardware Requirements:&lt;/span&gt;&lt;br /&gt;+ Computer with a 1.6GHz or faster processor&lt;br /&gt;+ 1024 MB RAM (1.5 GB if running in a virtual machine)&lt;br /&gt;+ 3 GB of available hard-disk space&lt;br /&gt;+ 5400 RPM hard drive&lt;br /&gt;+ DirectX 9 capable video card running at 1024 x 768 (or higher) resolution display&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7675919696011934755-4068748424569361706?l=ahmedalfi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmedalfi.blogspot.com/feeds/4068748424569361706/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7675919696011934755&amp;postID=4068748424569361706' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/4068748424569361706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/4068748424569361706'/><link rel='alternate' type='text/html' href='http://ahmedalfi.blogspot.com/2011/07/visual-studio-lightswitch-2011-released.html' title='Visual Studio LightSwitch 2011 Released Tue, 26 Jul 2011 17:50:00 Z'/><author><name>ahmedalfi</name><uri>http://www.blogger.com/profile/04312217606510783024</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='25' src='http://3.bp.blogspot.com/_wUQc5dESJ40/Se5gazSbgOI/AAAAAAAAACc/NOJpD5WbChc/S220/PhotoFunia-Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7675919696011934755.post-5657508036030281027</id><published>2011-04-14T01:30:00.000-07:00</published><updated>2011-04-14T01:31:48.438-07:00</updated><title type='text'>New Silverlight 5 Beta Released</title><content type='html'>&lt;a href="http://www.silverlight.net/getstarted/silverlight-5-beta/"&gt;http://www.silverlight.net/getstarted/silverlight-5-beta/&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7675919696011934755-5657508036030281027?l=ahmedalfi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmedalfi.blogspot.com/feeds/5657508036030281027/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7675919696011934755&amp;postID=5657508036030281027' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/5657508036030281027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/5657508036030281027'/><link rel='alternate' type='text/html' href='http://ahmedalfi.blogspot.com/2011/04/new-silverlight-5-beta-released.html' title='New Silverlight 5 Beta Released'/><author><name>ahmedalfi</name><uri>http://www.blogger.com/profile/04312217606510783024</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='25' src='http://3.bp.blogspot.com/_wUQc5dESJ40/Se5gazSbgOI/AAAAAAAAACc/NOJpD5WbChc/S220/PhotoFunia-Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7675919696011934755.post-6752311328025579686</id><published>2010-11-24T13:58:00.000-08:00</published><updated>2010-11-24T14:05:19.363-08:00</updated><title type='text'>Oracle going to support Entity Framework</title><content type='html'>ODP.NET Beta with Entity Framework Around the end of 2010&lt;br /&gt;ODP.NET Production with Entity Framework in 2011&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.oracle.com/technetwork/topics/dotnet/whatsnew/oracle-entity-framework-sod-130214.pdf"&gt;Link for detail about Oracle and .NET Framwork 4, Entity Freamework 4&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7675919696011934755-6752311328025579686?l=ahmedalfi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmedalfi.blogspot.com/feeds/6752311328025579686/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7675919696011934755&amp;postID=6752311328025579686' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/6752311328025579686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/6752311328025579686'/><link rel='alternate' type='text/html' href='http://ahmedalfi.blogspot.com/2010/11/oracle-going-to-support-entity.html' title='Oracle going to support Entity Framework'/><author><name>ahmedalfi</name><uri>http://www.blogger.com/profile/04312217606510783024</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='25' src='http://3.bp.blogspot.com/_wUQc5dESJ40/Se5gazSbgOI/AAAAAAAAACc/NOJpD5WbChc/S220/PhotoFunia-Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7675919696011934755.post-1676555103339972263</id><published>2010-04-13T03:18:00.000-07:00</published><updated>2010-04-13T03:26:26.978-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='2010'/><category scheme='http://www.blogger.com/atom/ns#' term='New Release'/><category scheme='http://www.blogger.com/atom/ns#' term='VisualStudio'/><title type='text'>Visual Studio 2010 Released 12-APR-2010</title><content type='html'>You can download trial from &lt;a href="http://www.microsoft.com/visualstudio/en-us/download"&gt;http://www.microsoft.com/visualstudio/en-us/download&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7675919696011934755-1676555103339972263?l=ahmedalfi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmedalfi.blogspot.com/feeds/1676555103339972263/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7675919696011934755&amp;postID=1676555103339972263' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/1676555103339972263'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/1676555103339972263'/><link rel='alternate' type='text/html' href='http://ahmedalfi.blogspot.com/2010/04/visual-studio-2010-released-12-apr-2010.html' title='Visual Studio 2010 Released 12-APR-2010'/><author><name>ahmedalfi</name><uri>http://www.blogger.com/profile/04312217606510783024</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='25' src='http://3.bp.blogspot.com/_wUQc5dESJ40/Se5gazSbgOI/AAAAAAAAACc/NOJpD5WbChc/S220/PhotoFunia-Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7675919696011934755.post-5192446689697859239</id><published>2010-02-09T02:37:00.000-08:00</published><updated>2010-02-09T02:40:28.397-08:00</updated><title type='text'>Visual Studio 2010 and .NET Framework 4 Release Candidate</title><content type='html'>&lt;h1&gt;&lt;span style="text-decoration: underline;"&gt;download&lt;/span&gt;&lt;br /&gt;&lt;/h1&gt;&lt;br /&gt;&lt;table width="100%" border="0" cellpadding="1" cellspacing="2"&gt;&lt;tbody&gt;&lt;tr align="left" valign="top"&gt;&lt;/tr&gt;&lt;tr align="left" valign="top"&gt;&lt;td&gt;&lt;a id="ctl00_mainContentContainer_ctl02" href="https://msdn.microsoft.com/en-us/subscriptions/securedownloads/default.aspx?pv=18:370" onclick="javascript:Track('ctl00_mainContentContainer_ctl00|ctl00_mainContentContainer_ctl02',this);"&gt;&lt;img alt="" src="http://i.msdn.microsoft.com/dd582936.Download_lg%28en-us,MSDN.10%29.png" title="Download" align="Left" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td&gt;&lt;p style="font-weight: 700; font-size: 125%; margin-top: -3px;"&gt;&lt;strong&gt;&lt;a id="ctl00_mainContentContainer_ctl03" href="https://msdn.microsoft.com/en-us/subscriptions/securedownloads/default.aspx?pv=18:370" onclick="javascript:Track('ctl00_mainContentContainer_ctl00|ctl00_mainContentContainer_ctl03',this);"&gt;MSDN Subscribers: Download the Release Candidate&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The Visual Studio 2010 and .NET Framework 4 Release Candidate (RC) is available to MSDN subscribers on Monday, February 8th, with general availability on February 10th.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7675919696011934755-5192446689697859239?l=ahmedalfi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmedalfi.blogspot.com/feeds/5192446689697859239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7675919696011934755&amp;postID=5192446689697859239' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/5192446689697859239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/5192446689697859239'/><link rel='alternate' type='text/html' href='http://ahmedalfi.blogspot.com/2010/02/visual-studio-2010-and-net-framework-4.html' title='Visual Studio 2010 and .NET Framework 4 Release Candidate'/><author><name>ahmedalfi</name><uri>http://www.blogger.com/profile/04312217606510783024</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='25' src='http://3.bp.blogspot.com/_wUQc5dESJ40/Se5gazSbgOI/AAAAAAAAACc/NOJpD5WbChc/S220/PhotoFunia-Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7675919696011934755.post-6661911626753936660</id><published>2010-02-08T04:40:00.000-08:00</published><updated>2010-02-08T04:49:17.527-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gothering'/><category scheme='http://www.blogger.com/atom/ns#' term='event'/><category scheme='http://www.blogger.com/atom/ns#' term='conference'/><category scheme='http://www.blogger.com/atom/ns#' term='cairo event'/><category scheme='http://www.blogger.com/atom/ns#' term='2010'/><category scheme='http://www.blogger.com/atom/ns#' term='developers'/><category scheme='http://www.blogger.com/atom/ns#' term='codecamp'/><category scheme='http://www.blogger.com/atom/ns#' term='meeting'/><category scheme='http://www.blogger.com/atom/ns#' term='microsoft'/><category scheme='http://www.blogger.com/atom/ns#' term='dotnet'/><title type='text'>CodeCamp 2010 (Developer Conference)</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_wUQc5dESJ40/S3AGwWCaG0I/AAAAAAAAAE8/bM6okuGa2Ng/s1600-h/Default_01.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 111px;" src="http://2.bp.blogspot.com/_wUQc5dESJ40/S3AGwWCaG0I/AAAAAAAAAE8/bM6okuGa2Ng/s320/Default_01.png" alt="" id="BLOGGER_PHOTO_ID_5435852177855355714" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;img src="file:///C:/DOCUME%7E1/aalfi/LOCALS%7E1/Temp/moz-screenshot.png" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;February 27th &amp;amp; 28th | Cairo,Egypt                               &lt;br /&gt;                               The German University in Cairo&lt;br /&gt;&lt;a href="http://www.cairocodecamp.com/"&gt;Home&lt;/a&gt;  &lt;a href="http://www.cairocodecamp.com/Profile/Registration/Default.aspx"&gt;Join&lt;/a&gt; &lt;a href="http://www.cairocodecamp.com/Speakers/Default.aspx"&gt;Speakers&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7675919696011934755-6661911626753936660?l=ahmedalfi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmedalfi.blogspot.com/feeds/6661911626753936660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7675919696011934755&amp;postID=6661911626753936660' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/6661911626753936660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/6661911626753936660'/><link rel='alternate' type='text/html' href='http://ahmedalfi.blogspot.com/2010/02/codecamp-2010-developer-conference.html' title='CodeCamp 2010 (Developer Conference)'/><author><name>ahmedalfi</name><uri>http://www.blogger.com/profile/04312217606510783024</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='25' src='http://3.bp.blogspot.com/_wUQc5dESJ40/Se5gazSbgOI/AAAAAAAAACc/NOJpD5WbChc/S220/PhotoFunia-Small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_wUQc5dESJ40/S3AGwWCaG0I/AAAAAAAAAE8/bM6okuGa2Ng/s72-c/Default_01.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7675919696011934755.post-8602461350634954710</id><published>2009-12-07T11:48:00.000-08:00</published><updated>2009-12-07T11:59:35.660-08:00</updated><title type='text'>What’s New in the BCL in .NET 4 Beta 2</title><content type='html'>Visual Studio 2010 and .NET Framework 4 Beta 2 are now available to download. .NET 4 Beta 2 contains several new BCL features and enhancements in addition to what was included in .NET 4 Beta 1. Many of these improvements were added in large part due to specific feedback and suggestions reported by customers through Microsoft Connect.&lt;br /&gt;&lt;br /&gt;•Complex Number&lt;br /&gt;•Location&lt;br /&gt;•IObservable&lt;t&gt;&lt;br /&gt;•Stream.CopyTo&lt;br /&gt;•Guid.TryParse, Version.TryParse, and Enum.TryParse&lt;t&gt;&lt;br /&gt;•Enum.HasFlag&lt;br /&gt;•String.Concat and String.Join overloads that take IEnumerable&lt;t&gt;&lt;br /&gt;•String.IsNullOrWhiteSpace&lt;br /&gt;•Environment.SpecialFolder additions&lt;br /&gt;•Environment.Is64BitProcess and Environment.Is64BitOperatingSystem&lt;br /&gt;•Path.Combine params support&lt;br /&gt;•TimeSpan Globalized Formatting and Parsing&lt;br /&gt;•Stopwatch.Restart&lt;br /&gt;•StringBuilder.Clear&lt;br /&gt;•IntPtr and UIntPtr Addition and Subtraction operators&lt;br /&gt;•ServiceProcessInstaller.DelayedAutoStart&lt;br /&gt;•ObservableCollection&lt;t&gt; moved to System.dll&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7675919696011934755-8602461350634954710?l=ahmedalfi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmedalfi.blogspot.com/feeds/8602461350634954710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7675919696011934755&amp;postID=8602461350634954710' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/8602461350634954710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/8602461350634954710'/><link rel='alternate' type='text/html' href='http://ahmedalfi.blogspot.com/2009/12/whats-new-in-bcl-in-net-4-beta-2.html' title='What’s New in the BCL in .NET 4 Beta 2'/><author><name>ahmedalfi</name><uri>http://www.blogger.com/profile/04312217606510783024</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='25' src='http://3.bp.blogspot.com/_wUQc5dESJ40/Se5gazSbgOI/AAAAAAAAACc/NOJpD5WbChc/S220/PhotoFunia-Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7675919696011934755.post-4513071742363491246</id><published>2009-11-23T04:57:00.000-08:00</published><updated>2009-11-23T05:35:25.702-08:00</updated><title type='text'>Microsoft Silverlight 4 Beta available</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_wUQc5dESJ40/SwqMNuYz0AI/AAAAAAAAADE/JqhXNkejeaE/s1600/Silverlight.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 132px;" src="http://2.bp.blogspot.com/_wUQc5dESJ40/SwqMNuYz0AI/AAAAAAAAADE/JqhXNkejeaE/s320/Silverlight.png" alt="" id="BLOGGER_PHOTO_ID_5407288470029979650" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="file:///C:/DOCUME%7E1/AHMEDE%7E1/LOCALS%7E1/Temp/moz-screenshot.png" alt="" /&gt;&lt;a href="http://www.blogger.com/post-create.g?blogID=7675919696011934755#_Toc245894108"&gt;&lt;span style="display: none; text-decoration: none; color: rgb(0, 0, 0);"&gt;&lt;span style=""&gt;. &lt;/span&gt;&lt;/span&gt;&lt;!--[if supportFields]&gt;&lt;span style="'mso-bidi-mso-bidi-theme-font:minor-bidi;font-family:Arial;color:windowtext;"&gt;&lt;span style="'mso-element:field-begin'"&gt;&lt;/span&gt; PAGEREF _Toc245894108 \h &lt;span style="'mso-element:field-separator'"&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]--&gt;&lt;span style="display: none; text-decoration: none; color: rgb(0, 0, 0);"&gt;39&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:data&gt;08D0C9EA79F9BACE118C8200AA004BA90B02000000080000000E0000005F0054006F0063003200340035003800390034003100300038000000&lt;/w:data&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;/span&gt;&lt;!--[if supportFields]&gt;&lt;span style="'mso-bidi-font-family:"&gt;&lt;span style="'mso-element:field-end'"&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;a name="_Toc245894054"&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CAHMEDE%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;o:officedocumentsettings&gt;   &lt;o:relyonvml/&gt;   &lt;o:allowpng/&gt;  &lt;/o:OfficeDocumentSettings&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;link rel="themeData" href="file:///C:%5CDOCUME%7E1%5CAHMEDE%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link rel="colorSchemeMapping" href="file:///C:%5CDOCUME%7E1%5CAHMEDE%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:trackmoves/&gt;   &lt;w:trackformatting/&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:donotpromoteqf/&gt;   &lt;w:lidthemeother&gt;EN-US&lt;/w:LidThemeOther&gt;   &lt;w:lidthemeasian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:lidthemecomplexscript&gt;AR-SA&lt;/w:LidThemeComplexScript&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:splitpgbreakandparamark/&gt;    &lt;w:dontvertaligncellwithsp/&gt;    &lt;w:dontbreakconstrainedforcedtables/&gt;    &lt;w:dontvertalignintxbx/&gt;    &lt;w:word11kerningpairs/&gt;    &lt;w:cachedcolbalance/&gt;    &lt;w:usefelayout/&gt;   &lt;/w:Compatibility&gt;   &lt;m:mathpr&gt;    &lt;m:mathfont val="Cambria Math"&gt;    &lt;m:brkbin val="before"&gt;    &lt;m:brkbinsub val="&amp;#45;-"&gt;    &lt;m:smallfrac val="off"&gt;    &lt;m:dispdef/&gt;    &lt;m:lmargin val="0"&gt;    &lt;m:rmargin val="0"&gt;    &lt;m:defjc val="centerGroup"&gt;    &lt;m:wrapindent val="1440"&gt;    &lt;m:intlim val="subSup"&gt;    &lt;m:narylim val="undOvr"&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"&gt;   &lt;w:lsdexception locked="false" priority="0" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"&gt;   &lt;w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 1"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 2"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 3"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 4"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 5"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 6"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 7"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 8"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 9"&gt;   &lt;w:lsdexception locked="false" priority="35" qformat="true" name="caption"&gt;   &lt;w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"&gt;   &lt;w:lsdexception locked="false" priority="1" name="Default Paragraph Font"&gt;   &lt;w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"&gt;   &lt;w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"&gt;   &lt;w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Revision"&gt;   &lt;w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"&gt;   &lt;w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"&gt;   &lt;w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"&gt;   &lt;w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"&gt;   &lt;w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"&gt;   &lt;w:lsdexception locked="false" priority="37" name="Bibliography"&gt;   &lt;w:lsdexception locked="false" priority="39" qformat="true" name="TOC Heading"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"MS Mincho"; 	panose-1:2 2 6 9 4 2 5 8 3 4; 	mso-font-alt:"ＭＳ 明朝"; 	mso-font-charset:128; 	mso-generic-font-family:modern; 	mso-font-pitch:fixed; 	mso-font-signature:-1610612033 1757936891 16 0 131231 0;} @font-face 	{font-family:Batang; 	panose-1:2 3 6 0 0 1 1 1 1 1; 	mso-font-alt:바탕; 	mso-font-charset:129; 	mso-generic-font-family:auto; 	mso-font-format:other; 	mso-font-pitch:fixed; 	mso-font-signature:1 151388160 16 0 524288 0;} @font-face 	{font-family:"MS Gothic"; 	panose-1:2 11 6 9 7 2 5 8 2 4; 	mso-font-alt:"ＭＳ ゴシック"; 	mso-font-charset:128; 	mso-generic-font-family:modern; 	mso-font-format:other; 	mso-font-pitch:fixed; 	mso-font-signature:1 134676480 16 0 131072 0;} @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Cambria; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073741899 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face 	{font-family:"\@MS Mincho"; 	panose-1:2 2 6 9 4 2 5 8 3 4; 	mso-font-charset:128; 	mso-generic-font-family:modern; 	mso-font-pitch:fixed; 	mso-font-signature:-1610612033 1757936891 16 0 131231 0;} @font-face 	{font-family:"\@MS Gothic"; 	panose-1:0 0 0 0 0 0 0 0 0 0; 	mso-font-charset:128; 	mso-generic-font-family:modern; 	mso-font-format:other; 	mso-font-pitch:fixed; 	mso-font-signature:1 134676480 16 0 131072 0;} @font-face 	{font-family:"\@Batang"; 	panose-1:0 0 0 0 0 0 0 0 0 0; 	mso-font-charset:129; 	mso-generic-font-family:auto; 	mso-font-format:other; 	mso-font-pitch:fixed; 	mso-font-signature:1 151388160 16 0 524288 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:6.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"MS Mincho"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi; 	mso-bidi-language:EN-US;} p.MsoToc1, li.MsoToc1, div.MsoToc1 	{mso-style-update:auto; 	mso-style-priority:39; 	mso-style-next:Normal; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:5.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:"Times New Roman";} p.MsoToc3, li.MsoToc3, div.MsoToc3 	{mso-style-update:auto; 	mso-style-priority:39; 	mso-style-next:Normal; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:5.0pt; 	margin-left:22.0pt; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"MS Mincho"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi; 	mso-bidi-language:EN-US;} a:link, span.MsoHyperlink 	{mso-style-priority:99; 	mso-style-unhide:no; 	font-family:"Times New Roman","serif"; 	mso-bidi-font-family:"Times New Roman"; 	color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:purple; 	mso-themecolor:followedhyperlink; 	text-decoration:underline; 	text-underline:single;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"MS Mincho"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-top:17.0pt; 	margin-right:0in; 	margin-bottom:1.0pt; 	margin-left:0in; 	line-height:19.0pt;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:17.0pt; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:1.0pt; 	mso-para-margin-left:0in; 	line-height:19.0pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p class="MsoToc1" style=""&gt;&lt;!--[if supportFields]&gt;&lt;b&gt;&lt;span style="'line-height:115%;font-family:font-size:14.0pt;"&gt;&lt;span style="'mso-element:field-begin'"&gt;&lt;/span&gt;&lt;span style="'mso-spacerun:yes'"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;![endif]--&gt;&lt;!--[if supportFields]&gt;&lt;b&gt;&lt;span style="'line-height:115%;font-family:font-size:14.0pt;"&gt;&lt;span style="'mso-element:field-end'"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;![endif]--&gt;&lt;!--[if supportFields]&gt;&lt;b&gt;&lt;span style="'mso-bidi-line-height:115%;font-family:font-size:14.0pt;font-size:10.0pt;"&gt;&lt;span style="'mso-element:field-begin'"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="'line-height:115%;font-family:font-size:14.0pt;"&gt;&lt;span style="'mso-spacerun:yes'"&gt; &lt;/span&gt;TOC \h \z \t &amp;quot;Heading 2,2,pp Topic,1,PP Procedure start,3&amp;quot; &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="'font-size:10.0pt;mso-bidi-font-size:"&gt;&lt;span style="'mso-element:"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;![endif]--&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;!--[if supportFields]&gt;&lt;span style="'font-size:11.0pt;mso-bidi-font-size:10.0pt;"&gt;&lt;span style="'mso-element:field-end'"&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enabling Business Application Development&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;   Printing&lt;/li&gt;&lt;li&gt;   Localization with Bi-Directional and Script-Based Text and Right-to-Left Support&lt;/li&gt;&lt;li&gt;   Rich Text Area Control&lt;/li&gt;&lt;li&gt;   Text Input&lt;/li&gt;&lt;li&gt;   WCF RIA Services&lt;/li&gt;&lt;li&gt;   Managed Extensibility Framework (MEF)&lt;/li&gt;&lt;li&gt;   Viewbox Control&lt;/li&gt;&lt;li&gt;   Auto-Sizing Columns and Copy from DataGrid&lt;/li&gt;&lt;li&gt;   Navigation Page Loading Extensibility&lt;/li&gt;&lt;li&gt;   Command Property on ButtonBase and Hyperlink&lt;/li&gt;&lt;li&gt;   SelectedValue and SelectedValuePath on the Selector&lt;/li&gt;&lt;li&gt;   Support for Referer Header&lt;/li&gt;&lt;li&gt;   UDP Multicast Client Support&lt;/li&gt;&lt;li&gt;   Authentication Support with ClientHttpWebRequest&lt;/li&gt;&lt;li&gt;   IDataErrorInfo&lt;/li&gt;&lt;li&gt;   INotifyDataErrorInfo&lt;/li&gt;&lt;li&gt;   Grouping on CollectionViewSource&lt;/li&gt;&lt;li&gt;   Editable CollectionView IEditableCollectionView&lt;/li&gt;&lt;li&gt;   Binding to String Indexers&lt;/li&gt;&lt;li&gt;   StringFormat, TargetNullValue, FallbackValue&lt;/li&gt;&lt;li&gt;   Databinding Support for Dependency Objects&lt;/li&gt;&lt;li&gt;   ObservableCollection&lt;t&gt; Constructor Accepts IList and IEnumerable&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   Empowering Richer Experiences&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   Fluid UI States for ItemsControl&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   Implicit Styles&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   MouseWheel Support&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   Right Mouse Click&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   Programmatic Clipboard Access&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   Webcam and Microphone Support&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   CompositeTransform&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   Support for all PNG Formats&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   Offline Digital Rights Management&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   MP4 Playback Protected DRM&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   WMS Multicast&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   Output Protection&lt;/t&gt;&lt;/li&gt;&lt;/ul&gt;&lt;t&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Moving Beyond the Browser – Sandboxed Applications&lt;/span&gt;&lt;/t&gt;&lt;ul&gt;&lt;li&gt;&lt;t&gt;   Out-of-Browser Windowing Updates&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   WebBrowser Control&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   HtmlBrush&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   Notifications (Toast)&lt;/t&gt;&lt;/li&gt;&lt;/ul&gt;&lt;t&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Moving Beyond the Browser – Trusted Applications&lt;/span&gt;&lt;br /&gt;&lt;/t&gt;&lt;ul&gt;&lt;li&gt;&lt;t&gt;   Native Integration&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   File System Access&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   Cross-Domain Networking Access&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   Full File Path on Open and Save Dialogs&lt;/t&gt;&lt;/li&gt;&lt;li&gt;&lt;t&gt;   Full Keyboard in Full Screen Mode&lt;/t&gt;&lt;/li&gt;&lt;/ul&gt;&lt;t&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CAHMEDE%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;o:officedocumentsettings&gt;   &lt;o:relyonvml/&gt;   &lt;o:allowpng/&gt;  &lt;/o:OfficeDocumentSettings&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;link rel="themeData" href="file:///C:%5CDOCUME%7E1%5CAHMEDE%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link rel="colorSchemeMapping" href="file:///C:%5CDOCUME%7E1%5CAHMEDE%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:trackmoves/&gt;   &lt;w:trackformatting/&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:donotpromoteqf/&gt;   &lt;w:lidthemeother&gt;EN-US&lt;/w:LidThemeOther&gt;   &lt;w:lidthemeasian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:lidthemecomplexscript&gt;AR-SA&lt;/w:LidThemeComplexScript&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:splitpgbreakandparamark/&gt;    &lt;w:dontvertaligncellwithsp/&gt;    &lt;w:dontbreakconstrainedforcedtables/&gt;    &lt;w:dontvertalignintxbx/&gt;    &lt;w:word11kerningpairs/&gt;    &lt;w:cachedcolbalance/&gt;    &lt;w:usefelayout/&gt;   &lt;/w:Compatibility&gt;   &lt;m:mathpr&gt;    &lt;m:mathfont val="Cambria Math"&gt;    &lt;m:brkbin val="before"&gt;    &lt;m:brkbinsub val="&amp;#45;-"&gt;    &lt;m:smallfrac val="off"&gt;    &lt;m:dispdef/&gt;    &lt;m:lmargin val="0"&gt;    &lt;m:rmargin val="0"&gt;    &lt;m:defjc val="centerGroup"&gt;    &lt;m:wrapindent val="1440"&gt;    &lt;m:intlim val="subSup"&gt;    &lt;m:narylim val="undOvr"&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"&gt;   &lt;w:lsdexception locked="false" priority="0" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"&gt;   &lt;w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 1"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 2"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 3"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 4"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 5"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 6"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 7"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 8"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 9"&gt;   &lt;w:lsdexception locked="false" priority="35" qformat="true" name="caption"&gt;   &lt;w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"&gt;   &lt;w:lsdexception locked="false" priority="1" name="Default Paragraph Font"&gt;   &lt;w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"&gt;   &lt;w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"&gt;   &lt;w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Revision"&gt;   &lt;w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"&gt;   &lt;w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"&gt;   &lt;w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"&gt;   &lt;w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"&gt;   &lt;w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"&gt;   &lt;w:lsdexception locked="false" priority="37" name="Bibliography"&gt;   &lt;w:lsdexception locked="false" priority="39" qformat="true" name="TOC Heading"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"MS Mincho"; 	panose-1:2 2 6 9 4 2 5 8 3 4; 	mso-font-alt:"ＭＳ 明朝"; 	mso-font-charset:128; 	mso-generic-font-family:modern; 	mso-font-pitch:fixed; 	mso-font-signature:-1610612033 1757936891 16 0 131231 0;} @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face 	{font-family:"\@MS Mincho"; 	panose-1:2 2 6 9 4 2 5 8 3 4; 	mso-font-charset:128; 	mso-generic-font-family:modern; 	mso-font-pitch:fixed; 	mso-font-signature:-1610612033 1757936891 16 0 131231 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:6.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"MS Mincho"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi; 	mso-bidi-language:EN-US;} p.ppNote, li.ppNote, div.ppNote 	{mso-style-name:"pp Note"; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:6.0pt; 	margin-left:7.1pt; 	text-indent:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	mso-list:l0 level2 lfo1; 	background:#EAF1DD; 	mso-background-themecolor:accent3; 	mso-background-themetint:51; 	border:none; 	mso-border-alt:solid #999999 1.5pt; 	padding:0in; 	mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"MS Mincho"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi; 	mso-bidi-language:EN-US;} p.ppNoteIndent, li.ppNoteIndent, div.ppNoteIndent 	{mso-style-name:"pp Note Indent"; 	mso-style-unhide:no; 	mso-style-parent:"pp Note"; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:6.0pt; 	margin-left:43.1pt; 	text-indent:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	mso-list:l0 level3 lfo1; 	background:#EAF1DD; 	mso-background-themecolor:accent3; 	mso-background-themetint:51; 	border:none; 	mso-border-alt:solid #999999 1.5pt; 	padding:0in; 	mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"MS Mincho"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi; 	mso-bidi-language:EN-US;} p.ppNoteIndent2, li.ppNoteIndent2, div.ppNoteIndent2 	{mso-style-name:"pp Note Indent 2"; 	mso-style-unhide:no; 	mso-style-parent:"pp Note Indent"; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:6.0pt; 	margin-left:1.1in; 	text-indent:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	mso-list:l0 level4 lfo1; 	background:#EAF1DD; 	mso-background-themecolor:accent3; 	mso-background-themetint:51; 	border:none; 	mso-border-alt:solid #999999 1.5pt; 	padding:0in; 	mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"MS Mincho"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi; 	mso-bidi-language:EN-US;} p.ppNoteIndent3, li.ppNoteIndent3, div.ppNoteIndent3 	{mso-style-name:"pp Note Indent 3"; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:"pp Note Indent 2"; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:6.0pt; 	margin-left:115.1pt; 	text-indent:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	mso-list:l0 level5 lfo1; 	background:#EAF1DD; 	mso-background-themecolor:accent3; 	mso-background-themetint:51; 	border:none; 	mso-border-alt:solid #999999 1.5pt; 	padding:0in; 	mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"MS Mincho"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi; 	mso-bidi-language:EN-US;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"MS Mincho"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-top:17.0pt; 	margin-right:0in; 	margin-bottom:1.0pt; 	margin-left:0in; 	line-height:19.0pt;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:759716927; 	mso-list-template-ids:244319572;} @list l0:level1 	{mso-level-number-format:none; 	mso-level-suffix:none; 	mso-level-text:""; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	margin-left:.6in; 	text-indent:0in;} @list l0:level2 	{mso-level-number-format:none; 	mso-level-style-link:"pp Note"; 	mso-level-suffix:none; 	mso-level-text:""; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	margin-left:.6in; 	text-indent:0in;} @list l0:level3 	{mso-level-number-format:none; 	mso-level-style-link:"pp Note Indent"; 	mso-level-suffix:none; 	mso-level-text:""; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	margin-left:1.1in; 	text-indent:0in;} @list l0:level4 	{mso-level-number-format:none; 	mso-level-style-link:"pp Note Indent 2"; 	mso-level-suffix:none; 	mso-level-text:""; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	margin-left:1.6in; 	text-indent:0in;} @list l0:level5 	{mso-level-number-format:none; 	mso-level-style-link:"pp Note Indent 3"; 	mso-level-suffix:none; 	mso-level-text:""; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	margin-left:115.1pt; 	text-indent:0in;} @list l0:level6 	{mso-level-number-format:roman-lower; 	mso-level-tab-stop:3.65in; 	mso-level-number-position:right; 	margin-left:3.65in; 	text-indent:-9.0pt;} @list l0:level7 	{mso-level-tab-stop:4.15in; 	mso-level-number-position:left; 	margin-left:4.15in; 	text-indent:-.25in;} @list l0:level8 	{mso-level-number-format:alpha-lower; 	mso-level-tab-stop:4.65in; 	mso-level-number-position:left; 	margin-left:4.65in; 	text-indent:-.25in;} @list l0:level9 	{mso-level-number-format:roman-lower; 	mso-level-tab-stop:5.15in; 	mso-level-number-position:right; 	margin-left:5.15in; 	text-indent:-9.0pt;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:17.0pt; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:1.0pt; 	mso-para-margin-left:0in; 	line-height:19.0pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;div style="border: 1.5pt solid rgb(153, 153, 153); padding: 1pt 4pt; background: rgb(234, 241, 221) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; margin-left: 7.1pt; margin-right: 0in;"&gt;  &lt;p class="ppNote" style="background: rgb(234, 241, 221) none repeat scroll 0% 0%; margin-left: 0in; text-indent: 0in; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;"&gt;&lt;span dir="LTR"&gt;&lt;/span&gt;&lt;b&gt;Note: &lt;/b&gt;Silverlight 4 Beta is a developer release.  There is no “go-live” licensing available as the end-user runtime of Silverlight 4 Beta is &lt;em&gt;&lt;span style=";font-family:&amp;quot;;" &gt;not&lt;/span&gt;&lt;/em&gt; generally available.  &lt;/p&gt;  &lt;/div&gt;&lt;br /&gt;&lt;/t&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7675919696011934755-4513071742363491246?l=ahmedalfi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmedalfi.blogspot.com/feeds/4513071742363491246/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7675919696011934755&amp;postID=4513071742363491246' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/4513071742363491246'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/4513071742363491246'/><link rel='alternate' type='text/html' href='http://ahmedalfi.blogspot.com/2009/11/microsoft-silverlight-4-beta-available.html' title='Microsoft Silverlight 4 Beta available'/><author><name>ahmedalfi</name><uri>http://www.blogger.com/profile/04312217606510783024</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='25' src='http://3.bp.blogspot.com/_wUQc5dESJ40/Se5gazSbgOI/AAAAAAAAACc/NOJpD5WbChc/S220/PhotoFunia-Small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_wUQc5dESJ40/SwqMNuYz0AI/AAAAAAAAADE/JqhXNkejeaE/s72-c/Silverlight.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7675919696011934755.post-5738464997205605767</id><published>2009-04-21T16:41:00.000-07:00</published><updated>2009-04-21T16:44:44.345-07:00</updated><title type='text'>Microsoft Innovation Day &amp; Steve Ballmer Key note Speaker</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Arial; font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; "&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Date: April 22&lt;sup style="font-size: 12px; font-family: Arial, sans-serif; "&gt;nd&lt;/sup&gt; &lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt; &lt;/span&gt;2009.&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Location: Intercontinental City Stars, ElSaraya Ballroom&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/p&gt;&lt;table class="MsoNormalTable" cellspacing="0" cellpadding="0" width="631" border="0" style="width: 473.4pt; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 1em; "&gt;&lt;tbody style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(192, 80, 77); padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; background-position: initial initial; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;b style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Start&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(192, 80, 77); padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; background-position: initial initial; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;b style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;End&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(192, 80, 77); padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; background-position: initial initial; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;b style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Session&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(192, 80, 77); padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; background-position: initial initial; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;b style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Speaker&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(192, 80, 77); padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; background-position: initial initial; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;b style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Community&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;9:00&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;10:00&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Registration &amp;amp; Coffee Break - Recruitment Booths - Surprise Fun Activity&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;10:00&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;10:30&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Opening Speech&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Ahmed Adel&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;10:30&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;10:45&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;How Do I: &lt;i style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Work with Fantastic 40 MOSS templates&lt;/i&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Shady Khorshed&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="color: black; font-size: 12px; font-family: Arial, sans-serif; "&gt;Barmagy&lt;/span&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;10:50&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;11:05&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="color: red; font-size: 12px; font-family: Arial, sans-serif; "&gt;???&lt;/span&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="color: red; font-size: 12px; font-family: Arial, sans-serif; "&gt;???&lt;/span&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="color: black; font-size: 12px; font-family: Arial, sans-serif; "&gt;EGJUG&lt;/span&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;11:10&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;11:25&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;How Do I: &lt;i style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Protect from Cross Site Request Forgery Attack in ASP.NET&lt;/i&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Mostafa Siraj&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="color: black; font-size: 12px; font-family: Arial, sans-serif; "&gt;Cutting Edge&lt;/span&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;11:30&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;11:45&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;How Do I: &lt;i style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Use Jquery in SharePoint&lt;/i&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Marwan Tarek&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="color: black; font-size: 12px; font-family: Arial, sans-serif; "&gt;EGYSUG&lt;/span&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;11:50&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;12:05&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;How Do I: &lt;i style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Code Fun, Hello Facebook&lt;/i&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="color: red; font-size: 12px; font-family: Arial, sans-serif; "&gt;???&lt;/span&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Innovation-Hut&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;12:10&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;12:25&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="color: red; font-size: 12px; font-family: Arial, sans-serif; "&gt;???&lt;/span&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="color: red; font-size: 12px; font-family: Arial, sans-serif; "&gt;???&lt;/span&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="color: black; font-size: 12px; font-family: Arial, sans-serif; "&gt;dotNETWORK&lt;/span&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;12:30&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;1:00&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Executive Speech&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;MS Exec&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;1:00&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;1:30&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Communities Q&amp;amp;A&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;1:30&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;2:30&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Lunch Break&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;2:30&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;3:15&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;A lap around Azure and Cloud computing concepts&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Mohamed Sami&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;3:15&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;4:00&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Developing in a Hybrid Environment&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Mohamed Nar &amp;amp; Nohal Rady&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;4:00&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;4:30&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Coffee Break&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="60" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 45pt; padding-top: 0in; border-bottom-color: rgb(240, 240, 240); border-bottom-width: initial; border-bottom-style: initial; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 15pt; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;td valign="bottom" nowrap="" width="73" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(192, 80, 77); border-left-width: 1pt; border-left-style: solid; width: 54.9pt; padding-top: 0in; border-bottom-color: rgb(192, 80, 77); border-bottom-width: 1pt; border-bottom-style: solid; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;4:30&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="72" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 0.75in; padding-top: 0in; border-bottom-color: rgb(192, 80, 77); border-bottom-width: 1pt; border-bottom-style: solid; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;5:15&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="318" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 238.5pt; padding-top: 0in; border-bottom-color: rgb(192, 80, 77); border-bottom-width: 1pt; border-bottom-style: solid; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;The Future: Software + Services&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="bottom" nowrap="" width="108" style="border-right-color: rgb(240, 240, 240); border-right-width: initial; border-right-style: initial; padding-right: 5.4pt; border-top-color: rgb(192, 80, 77); border-top-width: 1pt; border-top-style: solid; padding-left: 5.4pt; padding-bottom: 0in; border-left-color: rgb(240, 240, 240); border-left-width: initial; border-left-style: initial; width: 81pt; padding-top: 0in; border-bottom-color: rgb(192, 80, 77); border-bottom-width: 1pt; border-bottom-style: solid; height: 15pt; background-color: transparent; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; "&gt;&lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: normal; text-align: center; font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;span style="font-size: 12px; font-family: Arial, sans-serif; "&gt;Mohamed Fayez&lt;o:p style="font-size: 12px; font-family: Arial, sans-serif; "&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: 12px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7675919696011934755-5738464997205605767?l=ahmedalfi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmedalfi.blogspot.com/feeds/5738464997205605767/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7675919696011934755&amp;postID=5738464997205605767' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/5738464997205605767'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/5738464997205605767'/><link rel='alternate' type='text/html' href='http://ahmedalfi.blogspot.com/2009/04/microsoft-innovation-day-steve-ballmer.html' title='Microsoft Innovation Day &amp; Steve Ballmer Key note Speaker'/><author><name>ahmedalfi</name><uri>http://www.blogger.com/profile/04312217606510783024</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='25' src='http://3.bp.blogspot.com/_wUQc5dESJ40/Se5gazSbgOI/AAAAAAAAACc/NOJpD5WbChc/S220/PhotoFunia-Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7675919696011934755.post-889642520121081936</id><published>2008-11-12T18:06:00.000-08:00</published><updated>2008-11-12T18:22:20.780-08:00</updated><title type='text'>.NetWork.org 9th Gathering</title><content type='html'>&lt;a href="http://4.bp.blogspot.com/_wUQc5dESJ40/SRuO7tqo5aI/AAAAAAAAABg/xrS3rJSwS-s/s1600-h/donetgroup.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5267961345661789602" style="FLOAT: right; MARGIN: 0px 0px 10px 10px; WIDTH: 192px; CURSOR: hand; HEIGHT: 265px" alt="" src="http://4.bp.blogspot.com/_wUQc5dESJ40/SRuO7tqo5aI/AAAAAAAAABg/xrS3rJSwS-s/s320/donetgroup.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;12:00 - 14:00&lt;/div&gt;&lt;br /&gt;&lt;div&gt;BizTalk-SharePoint Integration -&gt; &lt;em&gt;Hossam El-Deen M. Barakat&lt;/em&gt;.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Information Architectureby &lt;em&gt;Mostafa Mourad&lt;/em&gt;.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;14:30 - 16:30&lt;/div&gt;&lt;br /&gt;&lt;div&gt;IIS 7.0 -&gt; by &lt;em&gt;Hosam Kamel&lt;/em&gt;.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Applying Domain Driven Design on ASP.NET MVC -&gt; by Mohamed Meligy.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Attendance is FREE =)&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Saturday, November 29, 2008&lt;br /&gt;Time: 12:00pm - 4:30pm&lt;br /&gt;Location: CIC Canadian International College, "Al-Tagamo3 Al 5ames"&lt;br /&gt;Street: Beside MSE (masr 2000 school) &amp;amp; Mubarak Security Academy&lt;br /&gt;City/Town: Cairo, Egypt&lt;br /&gt;Phone: 0020127218784&lt;br /&gt;Email: &lt;a href="mailto:shady.mostafa@dotnetwork.org"&gt;shady.mostafa@dotnetwork.org&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7675919696011934755-889642520121081936?l=ahmedalfi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmedalfi.blogspot.com/feeds/889642520121081936/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7675919696011934755&amp;postID=889642520121081936' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/889642520121081936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/889642520121081936'/><link rel='alternate' type='text/html' href='http://ahmedalfi.blogspot.com/2008/11/networkorg-9th-gathering.html' title='.NetWork.org 9th Gathering'/><author><name>ahmedalfi</name><uri>http://www.blogger.com/profile/04312217606510783024</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='25' src='http://3.bp.blogspot.com/_wUQc5dESJ40/Se5gazSbgOI/AAAAAAAAACc/NOJpD5WbChc/S220/PhotoFunia-Small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_wUQc5dESJ40/SRuO7tqo5aI/AAAAAAAAABg/xrS3rJSwS-s/s72-c/donetgroup.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7675919696011934755.post-1870369428958056217</id><published>2008-11-12T15:49:00.000-08:00</published><updated>2008-11-12T15:52:05.575-08:00</updated><title type='text'></title><content type='html'>&lt;div align="justify"&gt;This is just the lunch of my blog&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7675919696011934755-1870369428958056217?l=ahmedalfi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmedalfi.blogspot.com/feeds/1870369428958056217/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7675919696011934755&amp;postID=1870369428958056217' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/1870369428958056217'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7675919696011934755/posts/default/1870369428958056217'/><link rel='alternate' type='text/html' href='http://ahmedalfi.blogspot.com/2008/11/this-is-just-lunch-of-my-blog.html' title=''/><author><name>ahmedalfi</name><uri>http://www.blogger.com/profile/04312217606510783024</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='25' src='http://3.bp.blogspot.com/_wUQc5dESJ40/Se5gazSbgOI/AAAAAAAAACc/NOJpD5WbChc/S220/PhotoFunia-Small.jpg'/></author><thr:total>0</thr:total></entry></feed>
