<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Orcas, Vista &amp; .NET 3.x</title>
        <link>http://geekswithblogs.net/Mohamed/category/3707.aspx</link>
        <description>There's much cool stuff to look at around these names, and here, I try to give those a look.</description>
        <language>en</language>
        <copyright>Mohamed Ahmed Meligy</copyright>
        <managingEditor>eng.meligy@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>Microsoft .NET Framework 3.5 Library Source Code Now Available</title>
            <link>http://geekswithblogs.net/Mohamed/archive/2008/01/17/microsoft-.net-framework-3.5-library-source-code-now-available.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://weblogs.asp.net/scottgu/"&gt;Scott Guthrie&lt;/a&gt;[MSFT] &lt;a href="http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx"&gt;announced&lt;/a&gt; the availability of .NET fx 3.5 library source code as &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx"&gt;promised&lt;/a&gt;. (&lt;a href="http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx"&gt;&lt;strong&gt;Setup and how to use&lt;/strong&gt;&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Quote from &lt;a href="http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx"&gt;the announcement&lt;/a&gt;:&lt;/u&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;Specifically, you can now browse and debug the source code for the following .NET Framework libraries:&lt;/em&gt;&lt;/p&gt;    &lt;ul&gt;     &lt;li&gt;&lt;em&gt;.NET Base Class Libraries (including System, System.CodeDom, System.Collections, System.ComponentModel, System.Diagnostics, System.Drawing, System.Globalization, System.IO, System.Net, System.Reflection, System.Runtime, System.Security, System.Text, System.Threading, etc). &lt;/em&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;&lt;em&gt;ASP.NET (System.Web, System.Web.Extensions) &lt;/em&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;&lt;em&gt;Windows Forms (System.Windows.Forms) &lt;/em&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;&lt;em&gt;Windows Presentation Foundation (System.Windows) &lt;/em&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;&lt;em&gt;ADO.NET and XML (System.Data and System.Xml) &lt;/em&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;p&gt;&lt;em&gt;We are in the process of adding additional framework libraries (including LINQ, WCF and Workflow) to the above list. I'll blog details on them as they become available in the weeks and months ahead.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;[IMPORTANT] License Note:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;First let's see what Scott said about it:&lt;/u&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;h5&gt;&lt;em&gt;Reference License&lt;/em&gt;&lt;/h5&gt;    &lt;p&gt;&lt;em&gt;The .NET Framework source is being released under a read-only reference license. When we announced that we were releasing the source back in October, some people had concerns about the potential impact of their viewing the source. To help clarify and address these concerns, we made a small change to the license to specifically call out that the license does not apply to users developing software for a non-Windows platform that has “the same or substantially the same features or functionality” as the .NET Framework. If the software you are developing is for Windows platforms, you can look at the code, even if that software has "the same or substantially the same features or functionality" as the .NET Framework.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;u&gt;&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Long story short:&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;The source code is meant to be used solely for better debugging inside Visual Studio 2008, not any other use. You are truly &lt;strong&gt;not&lt;/strong&gt; permitted to not just copy but also to read with intend to use it for learning or inspiration in your open projects (if any!).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://weblogs.asp.net/fbouma/"&gt;Frans Bouma&lt;/a&gt; (the key guy behind &lt;a href="http://www.llblgen.com/"&gt;LLBLGen&lt;/a&gt;, one of the best .NET &lt;a href="http://en.wikipedia.org/wiki/Object-relational_mapping"&gt;ORM&lt;/a&gt;s) had &lt;a href="http://weblogs.asp.net/fbouma/archive/2007/10/04/don-t-look-at-the-sourcecode-of-net-licensed-under-the-reference-license.aspx"&gt;&lt;strong&gt;a very detailed take on this&lt;/strong&gt;&lt;/a&gt; earlier. I think you need to read it.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;a href="Specifically, you can now browse and debug the source code for the following .NET Framework libraries:"&gt;Read How to Setup and Use The Source Code&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a457451e-83ca-4c3d-a981-2bd35be28f0a" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/.NET%20Framework" rel="tag"&gt;.NET Framework&lt;/a&gt;,&lt;a href="http://technorati.com/tags/.NET%20Framework%20Source%20Code" rel="tag"&gt;.NET Framework Source Code&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Visual%20Studio" rel="tag"&gt;Visual Studio&lt;/a&gt;,&lt;a href="http://technorati.com/tags/VS%202008" rel="tag"&gt;VS 2008&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Announcements" rel="tag"&gt;Announcements&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118634"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118634" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Mohamed/aggbug/118634.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mohamed Ahmed Meligy</dc:creator>
            <guid>http://geekswithblogs.net/Mohamed/archive/2008/01/17/microsoft-.net-framework-3.5-library-source-code-now-available.aspx</guid>
            <pubDate>Thu, 17 Jan 2008 10:41:09 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Mohamed/comments/118634.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Mohamed/archive/2008/01/17/microsoft-.net-framework-3.5-library-source-code-now-available.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Mohamed/comments/commentRss/118634.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Mohamed/services/trackbacks/118634.aspx</trackback:ping>
        </item>
        <item>
            <title> Silverlight 1.1 Alpha Tools for Visual Studio 2008 Updated for RTM</title>
            <link>http://geekswithblogs.net/Mohamed/archive/2007/11/27/Silverlight-1.1-Alpha-Tools-for-Visual-Studio-2008-Updated.aspx</link>
            <description>Silverlight 1.1 Tools Alpha for Visual Studio 2008 have just been updated to work with the &lt;a href="http://geekswithblogs.net/Mohamed/archive/2007/11/20/Visual-Studio-2008-Shipped-Already.aspx"&gt;final version (RTM) of VS 2008&lt;/a&gt;.&lt;br /&gt;
It's not yet available on the &lt;a href="http://www.silverlight.net"&gt;Silverlight official community website&lt;/a&gt;, but the announcement and &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=25144C27-6514-4AD4-8BCB-E2E051416E03&amp;amp;displaylang=en"&gt;download link&lt;/a&gt; are already &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/11/26/silverlight-1-1-tools-alpha-for-visual-studio-2008-available-for-download.aspx"&gt;available on Scott Guthrie's weblog&lt;/a&gt;.&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117153"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117153" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Mohamed/aggbug/117153.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mohamed Ahmed Meligy</dc:creator>
            <guid>http://geekswithblogs.net/Mohamed/archive/2007/11/27/Silverlight-1.1-Alpha-Tools-for-Visual-Studio-2008-Updated.aspx</guid>
            <pubDate>Tue, 27 Nov 2007 20:57:19 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Mohamed/comments/117153.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Mohamed/archive/2007/11/27/Silverlight-1.1-Alpha-Tools-for-Visual-Studio-2008-Updated.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Mohamed/comments/commentRss/117153.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Mohamed/services/trackbacks/117153.aspx</trackback:ping>
        </item>
        <item>
            <title>Visual Studio 2008 Shipped Already!!</title>
            <link>http://geekswithblogs.net/Mohamed/archive/2007/11/20/Visual-Studio-2008-Shipped-Already.aspx</link>
            <description>An hour ago, I claimed (based on my my &lt;a href="http://geekswithblogs.net/Mohamed/archive/2007/11/19/Visual-Studio-2008-To-Come-Next-Week-Or-so.aspx"&gt;previous post&lt;/a&gt;) in &lt;a href="http://geekswithblogs.net/Mohamed/archive/2007/11/20/My-Web-2.0-Using-ASP.NET-AJAX-Session-PowerPoint-Slides.aspx"&gt;my ASP.NET AJAX session @ IT WORX&lt;/a&gt; that VS 2008 would ship next week or by end f the month, but just now realized it has just been shipped already!!&lt;br /&gt;
&lt;span style="text-decoration: underline; font-weight: bold;"&gt;&lt;br /&gt;
Quoting &lt;a href="http://blogs.msdn.com/somasegar/archive/2007/11/19/visual-studio-2008-and-net-framework-3-5-shipped.aspx"&gt;Somasegar[MSFT]'s post&lt;/a&gt;:&lt;/span&gt;&lt;br /&gt;
&lt;div style="margin-left: 40px;"&gt;&lt;span style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif';"&gt; &lt;span style="font-style: italic;"&gt;am thrilled to announce that earlier today we shipped Visual Studio 2008 and .NET Framework 3.5.&lt;/span&gt;&lt;o:p style="font-style: italic;"&gt;&lt;/o:p&gt;&lt;/span&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; font-style: italic;"&gt;&lt;span style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif';"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; font-style: italic;"&gt;&lt;span style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif';"&gt;Over the past few months, I have blogged about some incredible features that the team working on Visual Studio 2008 and .NET Framework 3.5 have built.  I wanted to share these with you so that you can get a flavor of a few of the several hundred features that are a part of this release.  The entire family of Visual Studio products (from the Express Editions to the Professional version to Visual Studio Team Suite) and .NET Framework 3.5 are available for immediate download &lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;&lt;a href="http://msdn2.microsoft.com/en-us/vstudio/products/aa700831.aspx" mce_href="http://msdn2.microsoft.com/en-us/vstudio/products/aa700831.aspx"&gt;here&lt;/a&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; font-style: italic;"&gt;&lt;span style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif';"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; font-style: italic;"&gt;&lt;span style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif';"&gt;I am incredibly proud to be a part of the team that is truly advancing the state of developer tools.  We know we could not have done this alone and I wish to thank you all (the community, customers and early adopters) who have provided incredibly valuable feedback to make these products the right ones.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; font-style: italic;"&gt;&lt;span style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif';"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; font-style: italic;"&gt;&lt;span style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif';"&gt;When I look back over the last few years at how we were able to ship these two products, I truly believe that both our customer input and our renewed focus on intentional engineering allowed us to release a great product in the timeline that we originally set out to hit.  We adopted Team Foundation Server to manage this release and to collect data and enable reporting on our progress.  It was incredibly helpful to me personally to be able to view our progress in real time.  Just adopting TFS, however, was not the silver bullet – it was just a vehicle to enable the behaviors we desired.  TFS enables process enactment, collects a lot of data, and enables reporting on it.  It provides visibility to everyone and it enables enforcement of certain things.  I had a chance to film a &lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;&lt;a class="" href="http://channel9.msdn.com/ShowPost.aspx?PostID=357748" target="_blank" mce_href="http://channel9.msdn.com/ShowPost.aspx?PostID=357748"&gt;&lt;font color="#0000ff"&gt;Channel9&lt;/font&gt;&lt;/a&gt; &lt;span style="color: black;"&gt;video talking about this that you can check out.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; font-style: italic;"&gt;&lt;span style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif';"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; font-style: italic;"&gt;&lt;span style="font-size: 10pt; color: black; font-family: 'Arial','sans-serif';"&gt;We hope that Visual Studio 2008 and .NET Framework 3.5 enables you as an individual or as a team to build great applications.  Whether you are a professional developer or a software enthusiast, are building applications for the client, server, web, or devices we hope you have fun with these products as your software is our passion.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
Sorry guys in the session for the misleading information !! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/teeth_smile.gif" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold; text-decoration: underline; color: rgb(255, 0, 0);"&gt;UPDATE:&lt;/span&gt;&lt;br /&gt;
Read &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/11/19/visual-studio-2008-and-net-3-5-released.aspx"&gt;&lt;span style="font-weight: bold;"&gt;Scott Guthrie[MSFT]'s post&lt;/span&gt;&lt;/a&gt; on the VS 2008 RTM for way more information on VS 2008 and so useful resourcesa bout it.&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117000"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117000" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Mohamed/aggbug/117000.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mohamed Ahmed Meligy</dc:creator>
            <guid>http://geekswithblogs.net/Mohamed/archive/2007/11/20/Visual-Studio-2008-Shipped-Already.aspx</guid>
            <pubDate>Tue, 20 Nov 2007 20:00:38 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Mohamed/comments/117000.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Mohamed/archive/2007/11/20/Visual-Studio-2008-Shipped-Already.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Mohamed/comments/commentRss/117000.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Mohamed/services/trackbacks/117000.aspx</trackback:ping>
        </item>
        <item>
            <title>Visual Studio 2008 To Come Next Week (Or so...)</title>
            <link>http://geekswithblogs.net/Mohamed/archive/2007/11/19/Visual-Studio-2008-To-Come-Next-Week-Or-so.aspx</link>
            <description>&lt;span style="text-decoration: line-through;"&gt;Yeah, of course that's for MSDN subscribers. VS 2008 to be available by end of the month.&lt;/span&gt;&lt;br style="text-decoration: line-through;" /&gt;
&lt;span style="text-decoration: line-through;"&gt; The news comes from &lt;/span&gt;&lt;a href="http://www.eweek.com/article2/0%2C1895%2C2218692%2C00.asp" style="text-decoration: line-through;"&gt;eWeek note&lt;/a&gt;&lt;span style="text-decoration: line-through;"&gt;, as well as &lt;/span&gt;&lt;a href="http://blogs.msdn.com/msdnsubscriptions/archive/2007/11/16/look-for-visual-studio-2008-downloads-on-top-subscriber-downloads-early-next-week.aspx" style="text-decoration: line-through;"&gt;MSDN Subscribers Weblog post&lt;/a&gt;&lt;span style="text-decoration: line-through;"&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold; text-decoration: underline; color: rgb(255, 0, 0);"&gt;UPDATE:&lt;/span&gt;&lt;br /&gt;
It &lt;a href="http://geekswithblogs.net/Mohamed/archive/2007/11/20/Visual-Studio-2008-Shipped-Already.aspx"&gt;shipped already&lt;/a&gt;.&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=116927"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=116927" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Mohamed/aggbug/116927.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mohamed Ahmed Meligy</dc:creator>
            <guid>http://geekswithblogs.net/Mohamed/archive/2007/11/19/Visual-Studio-2008-To-Come-Next-Week-Or-so.aspx</guid>
            <pubDate>Mon, 19 Nov 2007 06:44:01 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Mohamed/comments/116927.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Mohamed/archive/2007/11/19/Visual-Studio-2008-To-Come-Next-Week-Or-so.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Mohamed/comments/commentRss/116927.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Mohamed/services/trackbacks/116927.aspx</trackback:ping>
        </item>
        <item>
            <title>Gotcha: Wokflow designer not working when openning workflow in non-workflow VS 2005 project</title>
            <link>http://geekswithblogs.net/Mohamed/archive/2007/08/19/Gotcha-Wokflow-designer-not-working-when-openning-workflow-in-non-workflow.aspx</link>
            <description>If you worked with Windows Workflow before on Visual Studio 2005, copied a workflow diagram from a workflow project into a second normal project, added the proper references, built the second project and everything, but afterwards tried to open the workflow diagram in designer, and it didn't work, giving you an error message like tis one:&lt;br /&gt;
&lt;table width="80%" cellspacing="1" cellpadding="5" border="0" align="center" style="border-style: solid;border-width:1px; border-color: rgb(0, 0, 0); color: rgb(255, 0, 0);" summary=""&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;The service 'System.Workflow.ComponentModel.Design.IIdentifierCreationService' must be installed for this operation to succeed. Ensure that this service is available.&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
You can solve this by one of two ways:&lt;br /&gt;
&lt;ol&gt;
    &lt;li&gt;Create a 3rd project as workflow project and move everything from the 2nd project to it. [&lt;a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1894683&amp;amp;SiteID=1"&gt;Sounds like Microsoft recommendation&lt;/a&gt; - I hate that one though]&lt;br /&gt;
    &lt;/li&gt;
    &lt;li&gt;Modify the .csproj file file to add the lines in green under the black lines:&lt;/li&gt;
&lt;/ol&gt;
&lt;table width="80%" cellspacing="1" cellpadding="5" border="0" align="center" summary="" style="border-style: solid;border-width:1px; border-color: rgb(0, 0, 0);"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;span style="color: rgb(0, 255, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;    &amp;lt;AssemblyName&amp;gt;ASEEMBLY_NAME_HERE__TYPICALLY _SAME_AS_PROJECT_FILE&amp;lt;/AssemblyName&amp;gt;&lt;/span&gt;&lt;br /&gt;
                &lt;span style="color: rgb(153, 204, 0);"&gt;&amp;lt;ProjectTypeGuids&amp;gt;{14822709-B5A1-4724-98CA-57A101D1B079};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}&amp;lt;/ProjectTypeGuids&amp;gt;&lt;/span&gt;&lt;br /&gt;
            &lt;span style="color: rgb(0, 0, 0);"&gt;               &amp;lt;/PropertyGroup&amp;gt;&lt;/span&gt;&lt;br /&gt;
            &lt;span style="color: rgb(153, 204, 0);"&gt;  &amp;lt;Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.Targets" /&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
Hope  that helps!&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=114765"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=114765" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Mohamed/aggbug/114765.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mohamed Ahmed Meligy</dc:creator>
            <guid>http://geekswithblogs.net/Mohamed/archive/2007/08/19/Gotcha-Wokflow-designer-not-working-when-openning-workflow-in-non-workflow.aspx</guid>
            <pubDate>Sun, 19 Aug 2007 08:45:24 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Mohamed/comments/114765.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Mohamed/archive/2007/08/19/Gotcha-Wokflow-designer-not-working-when-openning-workflow-in-non-workflow.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Mohamed/comments/commentRss/114765.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Mohamed/services/trackbacks/114765.aspx</trackback:ping>
        </item>
        <item>
            <title>Visual Studio  2008 Beta 2 is out</title>
            <link>http://geekswithblogs.net/Mohamed/archive/2007/07/27/Visual-Studio--2008-Beta-2-is-out.aspx</link>
            <description>&lt;a href="http://weblogs.asp.net/scottgu/"&gt;Scott Guthrie&lt;/a&gt; earlier today &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/07/26/vs-2008-and-net-3-5-beta-2-released.aspx"&gt;announced&lt;/a&gt; the availability of Visual Studio 2008 (Codename Orcas) Beta 2 for &lt;a href="http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx"&gt;download&lt;/a&gt;.&lt;br /&gt;
The downloads available are separate installation disc image for each of VS 2008 editions (including Express), and a couple of more disc images for MSDN library and TFS; also, included separated VPC image for VSTS and TFS.&lt;br /&gt;
&lt;span style="font-weight: bold; text-decoration: underline;"&gt;Quote from the &lt;a href="http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx"&gt;download homepage&lt;/a&gt;:&lt;/span&gt;&lt;br /&gt;
&lt;div style="margin-left: 40px; font-style: italic;"&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Installation Disc Images&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you prefer to install the software yourself, you can download separate disc images for the following products: &lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a onclick="javascript:Track('ctl00_ctl01|ctl00_ctl05',this);" href="http://go.microsoft.com/?linkid=7171915"&gt;Visual Studio 2008 Standard Edition Beta 2&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a onclick="javascript:Track('ctl00_ctl01|ctl00_ctl06',this);" href="http://go.microsoft.com/?linkid=7171916"&gt;Visual Studio 2008 Professional Edition Beta 2&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a onclick="javascript:Track('ctl00_ctl01|ctl00_ctl07',this);" href="http://go.microsoft.com/?linkid=7171917"&gt;Visual Studio Team System 2008 - Team Suite Beta 2&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a onclick="javascript:Track('ctl00_ctl01|ctl00_ctl08',this);" href="http://go.microsoft.com/?linkid=7171919"&gt;Visual Studio Team System 2008 - Team Foundation Server Beta 2&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a onclick="javascript:Track('ctl00_ctl01|ctl00_ctl09',this);" href="http://go.microsoft.com/?linkid=7171922"&gt;Visual Studio Team System 2008 - Test Load Agent Beta 2&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a onclick="javascript:Track('ctl00_ctl01|ctl00_ctl10',this);" href="http://go.microsoft.com/?linkid=7171921"&gt;MSDN Library for Visual Studio 2008 Beta 2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;IMPORTANT:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;After the Beta 2 installation has finished, you should run this &lt;a onclick="javascript:Track('ctl00_ctl01|ctl00_ctl11',this);" href="http://go.microsoft.com/fwlink/?linkid=95792"&gt;&lt;span title="http://go.microsoft.com/fwlink/?LinkID=95792"&gt;script&lt;/span&gt;&lt;/a&gt; to ensure that the installation of .NET Framework 3.5 Beta 2 will not affect the development of ASP.NET AJAX 1.0 applications.&lt;/li&gt;
    &lt;li&gt;To install Team Foundation Server, you must follow the steps and system requirements details on the download page.&lt;/li&gt;
    &lt;li&gt;When installing prerelease software, we advise that you do not install it on a production machine.&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold; text-decoration: underline;"&gt;Note: Alternative Method of Download:&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://blogs.msdn.com/robcaron/"&gt;Rob Caron&lt;/a&gt; &lt;a href="http://blogs.msdn.com/robcaron/archive/2007/07/26/4071925.aspx"&gt;blogged&lt;/a&gt; about an alternative method of download, using a tool from Microsoft research.&lt;br /&gt;
&lt;span style="font-weight: bold; text-decoration: underline;"&gt;Quote from &lt;a href="http://blogs.msdn.com/robcaron/archive/2007/07/26/4071925.aspx"&gt;Rob Caron's post&lt;/a&gt;:&lt;/span&gt;&lt;br style="font-style: italic;" /&gt;
&lt;div style="margin-left: 40px; font-style: italic;"&gt;
&lt;p&gt;Psst! Looking for an easier way to download those huge Visual Studio 2008 Beta 2 files? Go grab the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9a927cf6-16e4-4e21-9608-77f06d2156bb"&gt;Microsoft Secure Content Downloader&lt;/a&gt; from Microsoft Research.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogshare.members.winisp.net/images/AnEasierWaytoDownloadVisualStudio2008Bet_EAE5/MSCD.png" atomicselection="true"&gt;&lt;img width="504" height="212" border="0" style="border: 0px none ;" alt="Microsoft Secure Content Downloader" src="http://blogshare.members.winisp.net/images/AnEasierWaytoDownloadVisualStudio2008Bet_EAE5/MSCD_thumb.png" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;/div&gt;
&lt;span style="font-weight: bold; text-decoration: underline;"&gt;Post Installation Notes:&lt;/span&gt;&lt;br /&gt;
Scott Guthrie mentioned in his post important notes you have to watch out for when installing VS2008 Beta 2 side by side with VS 2005.&lt;br /&gt;
&lt;span style="font-weight: bold; text-decoration: underline;"&gt;Quote from Scott Guthrie's post:&lt;/span&gt;&lt;br style="font-style: italic;" /&gt;
&lt;div style="margin-left: 40px; font-style: italic;"&gt;
&lt;h3&gt;&lt;font size="2" face="arial"&gt;&lt;u&gt;Important Installation Notes - PLEASE READ!&lt;/u&gt;&lt;/font&gt;&lt;/h3&gt;
&lt;font size="2" face="arial"&gt; &lt;/font&gt;
&lt;p&gt;&lt;font size="2" face="arial"&gt;There are two important things you should do immediately after i ()nstalling VS 2008 and .NET 3.5 Beta2:&lt;/font&gt;&lt;/p&gt;
&lt;font size="2" face="arial"&gt; &lt;/font&gt;
&lt;p&gt;&lt;font size="2" face="arial"&gt;1) You should download and &lt;a href="http://download.microsoft.com/download/7/9/2/79268325-1006-4566-bd26-5581b8971f36/DisableAjaxPolicy.EXE" target="_blank"&gt;run this batch file&lt;/a&gt;.  This takes only a few seconds to run, and fixes an issue we found earlier this week with the version policy of System.Web.Extensions.dll - which is the assembly that contains ASP.NET AJAX.  If you don't run this batch file, then existing ASP.NET 2.0 projects built with ASP.NET AJAX 1.0 and VS 2005 will end up automatically picking up the new version of ASP.NET AJAX that ships in .NET 3.5 Beta2.  This will work and run fine - but cause you to inadvertently introduce a .NET 3.5 dependency in the applications you build with VS 2005.  Running the batch file will change the version binding policy of the new System.Web.Extensions.dll assembly and ensure that you only use the new .NET 3.5 ASP.NET AJAX version with projects that you are explicitly building for .NET 3.5.&lt;/font&gt;&lt;/p&gt;
&lt;font size="2" face="arial"&gt; &lt;/font&gt;
&lt;p&gt;&lt;font size="2" face="arial"&gt;2) If you have ever installed a previous version of "Orcas" or VS 2008 on your machine (either Beta1 or one of the CTP versions), you need to reset your VS 2008 settings after installing Beta2.  If you don't do this, you'll have an odd set of settings configured (some windows will be in the wrong place), and you'll potentially see some IDE performance slowness.  You can reset your settings by typing "DevEnv /resetsettings" on the command-line against the VS 2008 version of the IDE:&lt;/font&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
So, here come more days/hours of download again &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/teeth_smile.gif" /&gt;  (and probably troubleshooting afterwards &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br style="color: rgb(255, 0, 0);" /&gt;
&lt;span style="font-weight: bold; text-decoration: underline; color: rgb(255, 0, 0);"&gt;&lt;br /&gt;
Update:&lt;br /&gt;
Troubleshooting During-&amp;amp;-Post Installation Problems&lt;/span&gt;&lt;br /&gt;
If you installed VS 2008 Beta 2 (or tried) and ran into an issue or a blocking point, these are reference places to check out:&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1963789&amp;amp;SiteID=1"&gt;MSDN Forums: &lt;span id="_ctl0_MainContent_PostFlatView__ctl0_PostSubject" class="forumName"&gt;Common  VS2008 and NETFX 3.5 Setup Problems&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2007/08/04/fixes-for-common-vs-2008-and-net-3-5-beta2-issues.aspx"&gt;&lt;span id="_ctl0_MainContent_PostFlatView__ctl0_PostSubject" class="forumName"&gt;Scott Guthrie: &lt;/span&gt;Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=289512"&gt;Microsoft Connect Bug Feedback: VS 2008 Beta 2: IDE fails to load the XML Editor and Workflow Designer Packages&lt;/a&gt; (I'm facing this myself and not resolved yet, check for updates)&lt;br /&gt;
    &lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=114212"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=114212" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Mohamed/aggbug/114212.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mohamed Ahmed Meligy</dc:creator>
            <guid>http://geekswithblogs.net/Mohamed/archive/2007/07/27/Visual-Studio--2008-Beta-2-is-out.aspx</guid>
            <pubDate>Fri, 27 Jul 2007 08:31:52 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Mohamed/comments/114212.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Mohamed/archive/2007/07/27/Visual-Studio--2008-Beta-2-is-out.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Mohamed/comments/commentRss/114212.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Mohamed/services/trackbacks/114212.aspx</trackback:ping>
        </item>
        <item>
            <title>VS 2008 Launch With Other Stuff in Feb. 2008</title>
            <link>http://geekswithblogs.net/Mohamed/archive/2007/07/11/VS-2008-Launch-With-Other-Stuff-in-Feb.-2008.aspx</link>
            <description>Quote from &lt;a href="http://www.theserverside.net/news/thread.tss?thread_id=46136&amp;amp;asrc=EM_NLN_1757377&amp;amp;uid=2481154"&gt;TheServerSide.NET&lt;/a&gt;&lt;br /&gt;
&lt;div style="margin-left: 40px;"&gt;&lt;span style="font-style: italic;"&gt;At a partners event in Denver, Microsoft disclosed its plans for formally releasing Windows Server 2008, Visual Studio 2008 and Microsoft SQL Server 2008. COO Kevin Turner said the company will launch all these products together at an event in Los Angeles on Feb. 27, 2008&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;
The Official Microsoft &lt;a href="http://www.microsoft.com/presspass/press/2007/jul07/07-10WPCDay1PartnersPR.mspx"&gt;Press Statement&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;P.S&lt;/span&gt;&lt;br /&gt;
We are supposed to get VS 2008 Beta2 in few weeks, with Go-Live license according to &lt;a href="http://www.andreas-kraus.net/blog/visual-studio-2008-beta-2/"&gt;this&lt;/a&gt;.&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=113848"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=113848" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Mohamed/aggbug/113848.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mohamed Ahmed Meligy</dc:creator>
            <guid>http://geekswithblogs.net/Mohamed/archive/2007/07/11/VS-2008-Launch-With-Other-Stuff-in-Feb.-2008.aspx</guid>
            <pubDate>Wed, 11 Jul 2007 08:41:37 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Mohamed/comments/113848.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Mohamed/archive/2007/07/11/VS-2008-Launch-With-Other-Stuff-in-Feb.-2008.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Mohamed/comments/commentRss/113848.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Mohamed/services/trackbacks/113848.aspx</trackback:ping>
        </item>
        <item>
            <title>SilverKey Demo Day 2 (SKDD2) FREE Registration - The 07/07/07 Event</title>
            <link>http://geekswithblogs.net/Mohamed/archive/2007/06/22/SilverKey-Demo-Day-2-SKDD2-FREE-Registration---The-070707.aspx</link>
            <description>&lt;p&gt;&lt;a atomicselection="true" href="http://www.demoday.us/"&gt;&lt;img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 0px; WIDTH: 553px; HEIGHT: 175px; BORDER-RIGHT-WIDTH: 0px" alt="top_banner" border="0" src="http://geekswithblogs.net/images/geekswithblogs_net/Mohamed/WindowsLiveWriter/SilverKeyDemoDay2SKDD2FREERegistrationTh_2A0B/top_banner_1.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Yesterday we &lt;a href="http://www.demoday.us/"&gt;started accepting FREE registration&lt;/a&gt; for the 2nd Demo Day. If you remember from &lt;a href="http://www.demoday.us/demoday1.aspx"&gt;the 1st one&lt;/a&gt;, Demo Day  is an event we love to hold being our way to expose knowledge and most importantly excitement regarding the latest pre-release technologies to the developer community in Egypt, mainly focusing on technologies bound to Microsoft, as our chosen method of getting things done, plus other technical inspirations that we'd think most developers would benefit from, at least as a new way of thinking.&lt;/p&gt;
&lt;p&gt;Last Demo Day we talked about C#3.0, WPF, ASP.NET AJAX (ATLAS by then, that was my session), UI Design, and Agile project management. This year we are planned to include: (Note: links lead to speakers' blogs)&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;em&gt;Jasper (Based on Entity Framework fundamentals, and how RAD that is)&lt;/em&gt; &lt;/li&gt;
    &lt;li&gt;&lt;em&gt;IronPython (vs. C#3.0 - A debate between &lt;/em&gt;&lt;a href="http://spellcoder.com/blogs/bashmohandes/"&gt;&lt;em&gt;static&lt;/em&gt;&lt;/a&gt;&lt;em&gt; and &lt;/em&gt;&lt;a href="http://spellcoder.com/blogs/tayseer/"&gt;&lt;em&gt;dynamic&lt;/em&gt;&lt;/a&gt;&lt;em&gt; languages supported by MS)&lt;/em&gt; &lt;/li&gt;
    &lt;li&gt;&lt;em&gt;Silverlight (&lt;/em&gt;&lt;a href="http://spellcoder.com/blogs/DotNet_Heaven"&gt;&lt;em&gt;Introducing&lt;/em&gt;&lt;/a&gt;&lt;em&gt; Silverlight 1.0 and 1.1 - including Architecture and showing inner power)&lt;/em&gt; &lt;/li&gt;
    &lt;li&gt;&lt;em&gt;CLR By XAML (From WPF, to Silverlight, to MS Surface, the common language)&lt;/em&gt; &lt;/li&gt;
    &lt;li&gt;&lt;em&gt;WCF (&lt;/em&gt;&lt;a href="http://spellcoder.com/blogs/bashmohandes/"&gt;&lt;em&gt;Answering&lt;/em&gt;&lt;/a&gt;&lt;em&gt; the BIG question "What's SOA?", and how to apply it using WCF)&lt;/em&gt; &lt;/li&gt;
    &lt;li&gt;&lt;em&gt;3D &lt;/em&gt;&lt;a href="http://spellcoder.com/blogs/hossam"&gt;&lt;em&gt;Game&lt;/em&gt;&lt;/a&gt;&lt;em&gt; Development on Windows Platform (Using Torque game engine)&lt;/em&gt; &lt;/li&gt;
    &lt;li&gt;&lt;em&gt;JavaScript (Deep into the language not various implementations, also includes Managed JScript) - &lt;strong&gt;By me&lt;/strong&gt;&lt;/em&gt; &lt;/li&gt;
    &lt;li&gt;&lt;em&gt;WF (A &lt;/em&gt;&lt;a href="http://mnour.blogspot.com/"&gt;&lt;em&gt;look&lt;/em&gt;&lt;/a&gt;&lt;em&gt; at the practical scenarios, not the typical demos)&lt;/em&gt; &lt;/li&gt;
    &lt;li&gt;&lt;em&gt;&lt;strong&gt;LINQ For XML&lt;/strong&gt; (A &lt;/em&gt;&lt;a href="http://spellcoder.com/Blogs/Maisoliman/"&gt;&lt;em&gt;master&lt;/em&gt;&lt;/a&gt;&lt;em&gt; insight on how to approach maximum data processing productivity without pain, even with XML!)&lt;/em&gt; &lt;/li&gt;
    &lt;li&gt;&lt;em&gt;Software Testing (&lt;/em&gt;&lt;a href="http://emad-net.blogspot.com/"&gt;&lt;em&gt;Using&lt;/em&gt;&lt;/a&gt;&lt;em&gt; Open Source .NET Tools)&lt;/em&gt; &lt;/li&gt;
    &lt;li&gt;&lt;em&gt;SEO for Programmers (What web developers should "get" for ) - &lt;strong&gt;By me&lt;/strong&gt;&lt;/em&gt; &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;&lt;em&gt;Un-conference Session (An open mic session for open discussions on future technologies)&lt;/em&gt;&lt;/strong&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The conference this time will be in the &lt;strong&gt;International Conference Center (Arabic: قاعة المؤتمرات), Mankaure Hall (Arabic: قاعة منقرع), on July 7, 2007&lt;/strong&gt;. Yeah, that's 07/07/07 &lt;img alt="Open-mouthed" src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/teeth_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt;check the conference website: &lt;a title="http://www.demoday.us/" href="http://www.demoday.us/"&gt;http://www.demoday.us/&lt;/a&gt; for more information about the sessions and speakers.&lt;/p&gt;
&lt;p&gt;Also that's where you need to go in order to get your &lt;a href="http://www.demoday.us/"&gt;FREE REGISTRATION&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you have been to our 1st Demo Day, you might also like to &lt;a href="http://www.demoday.us/demoday1.aspx"&gt;check its history page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;See you there &lt;img alt="Smile" src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/regular_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Update [Saturday, June 23rd, 2007]:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://spellcoder.com/blogs/dodyg/archive/2007/06/23/7335.aspx"&gt;Top 10 reasons why you should attend SKDD2&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.egypt-developers.com/forum/forum/viewthread?thread=3127"&gt;SKDD2 @ Egypt Developers Forum&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.facebook.com/event.php?eid=2391249198"&gt;SKDD2 @ Facebook&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=113374"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=113374" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Mohamed/aggbug/113374.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mohamed Ahmed Meligy</dc:creator>
            <guid>http://geekswithblogs.net/Mohamed/archive/2007/06/22/SilverKey-Demo-Day-2-SKDD2-FREE-Registration---The-070707.aspx</guid>
            <pubDate>Thu, 21 Jun 2007 23:59:40 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Mohamed/comments/113374.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Mohamed/archive/2007/06/22/SilverKey-Demo-Day-2-SKDD2-FREE-Registration---The-070707.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Mohamed/comments/commentRss/113374.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Mohamed/services/trackbacks/113374.aspx</trackback:ping>
        </item>
        <item>
            <title>Side-By-Side In-Process Versions of the CLR and Silverlight</title>
            <link>http://geekswithblogs.net/Mohamed/archive/2007/05/11/Side-By-Side-In-Process-Versions-of-the-CLR-and-Silverlight.aspx</link>
            <description>&lt;p&gt;&lt;a class="headermaintitle" id="ctl00___ctl00___bt___BlogTitle" href="http://blogs.msdn.com/jasonz/default.aspx"&gt;Jason Zander &lt;/a&gt; [MSFT] &lt;a href="http://blogs.msdn.com/jasonz/archive/2007/05/10/side-by-side-in-process-clrs-start-with-silverlight.aspx"&gt;wrote&lt;/a&gt; about a feature for the next ersions of the CLR which is enabling two versions of the CLR to work side by side &lt;strong&gt;in the same process&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;You might not know that now .NET supports hosting multiple versions of the CLR, but for each process, it has to run on one of those (the least version of the CLR that's equal to or bigger than the CLR version the assembly was compiled on), having two assmblies using different versions of the CLR to talk to each other is done via unmanaged interop.&lt;/p&gt;
&lt;p&gt;In this post, Jason also tells how the decision to support side-by-side in-process CLRs was activated while discussing whether Silverlight should use the existing .NET CLR capabilities IF installed on the client maching (no - it doesn't, and won't).and why this wasn't activated before (thread suspending issues).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/jasonz/archive/2007/05/10/side-by-side-in-process-clrs-start-with-silverlight.aspx"&gt;Very intersting post&lt;/a&gt; to read. &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/thumbs_up.gif" /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=112416"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=112416" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Mohamed/aggbug/112416.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mohamed Ahmed Meligy</dc:creator>
            <guid>http://geekswithblogs.net/Mohamed/archive/2007/05/11/Side-By-Side-In-Process-Versions-of-the-CLR-and-Silverlight.aspx</guid>
            <pubDate>Fri, 11 May 2007 15:19:29 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Mohamed/comments/112416.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Mohamed/archive/2007/05/11/Side-By-Side-In-Process-Versions-of-the-CLR-and-Silverlight.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Mohamed/comments/commentRss/112416.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Mohamed/services/trackbacks/112416.aspx</trackback:ping>
        </item>
        <item>
            <title>Sliverlight 1.0 Beta and 1.1 Alpha!!! Live@mix07</title>
            <link>http://geekswithblogs.net/Mohamed/archive/2007/04/30/Sliverlight-1.0-Beta-and-1.1-Alpha-Livemix07.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://visitmix.com/"&gt;Mix07&lt;/a&gt; is live and lots of awaited stuff has come &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/regular_smile.gif" /&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/silverlight"&gt;Silverlight&lt;/a&gt; has a couple of new releases, Silverlight 1.0 BETA, and 1.1 ALPHA.&lt;/p&gt;
&lt;p&gt;&lt;strike&gt;Why 1.1 while 1.0 is not fully released yet? No idea &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/teeth_smile.gif" /&gt;.&lt;/strike&gt; &lt;em&gt;(See update below)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;What matters here is that 1.1 ALPHA targets developers more than anyone else. It also has a GoLive license &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/regular_smile.gif" /&gt;&lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;. You should be just fine by installing it, and the SDK, and then start playing. &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/regular_smile.gif" /&gt; (maybe also download the pre-release expression products).&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://www.microsoft.com/silverlight"&gt;Silverlight Homepage&lt;/a&gt; (Has cool videos and more goodies) &lt;/li&gt;
    &lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/silverlight/default.aspx"&gt;Silverlight MSDN homepage&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.microsoft.com/silverlight/downloads.aspx"&gt;Silverlight Downloads&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/silverlight/bb187452.aspx"&gt;Silverlight MSDN Downloads&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=54b85d84-604d-43db-bcfe-7afd278208d8&amp;amp;displaylang=en"&gt;Silverlight 1.1 ALPHA SDK Download&lt;/a&gt; (the SDK download page in the main site is NOT working, use this link instead) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The downloads also have good good samples to check out.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Update {May1st, 2007]:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Silverlight 1.0 is for development using just JavaScript and a sub set of XAML, while Silverlight . is for development using a managed language and a subset of the .NET framework. &lt;/li&gt;
    &lt;li&gt;You can get much i insights about Silverlight from &lt;a class="breadcrumblink" href="http://silverlight.net/"&gt;Silverlight.net&lt;/a&gt;. &lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=112127"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=112127" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Mohamed/aggbug/112127.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mohamed Ahmed Meligy</dc:creator>
            <guid>http://geekswithblogs.net/Mohamed/archive/2007/04/30/Sliverlight-1.0-Beta-and-1.1-Alpha-Livemix07.aspx</guid>
            <pubDate>Mon, 30 Apr 2007 20:56:09 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Mohamed/comments/112127.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Mohamed/archive/2007/04/30/Sliverlight-1.0-Beta-and-1.1-Alpha-Livemix07.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Mohamed/comments/commentRss/112127.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Mohamed/services/trackbacks/112127.aspx</trackback:ping>
        </item>
    </channel>
</rss>