<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.windows-now.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'Windows Vista' and 'Indigo'</title><link>http://www.windows-now.com/search/SearchResults.aspx?o=DateDescending&amp;tag=Windows+Vista,Indigo&amp;orTags=0</link><description>Search results matching tags 'Windows Vista' and 'Indigo'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008 SP2 (Build: 31104.93)</generator><item><title>Main Blog moved to CodeBetter.com</title><link>http://www.windows-now.com/blogs/sgentile/archive/2006/01/20/15717.aspx</link><pubDate>Sat, 21 Jan 2006 05:43:00 GMT</pubDate><guid isPermaLink="false">20f58a17-7e15-440c-89b3-dfe02fe74bcd:15717</guid><dc:creator>sgentile</dc:creator><description>Ok, the &lt;a href="http://samgentile.com/blog/archive/2006/01/16/32236.aspx"&gt;confusion &lt;/a&gt;is over back on my old .TEXT blog. I tried &lt;a href="http://sgentile.wordpress.com/"&gt;WordPress&lt;/a&gt;. I liked it. However, I recieved a gracious invitation from &lt;a href="http://codebetter.com/blogs/scott.bellware/default.aspx"&gt;Scott Belleware &lt;/a&gt;and &lt;a href="http://codebetter.com/blogs/brendan.tompkins/default.aspx"&gt;Brendan Tompkins &lt;/a&gt;via
email to join the CodeBetter community. Based on messages from
their/our community, they felt my proper home was there on CodeBetter so this is my&lt;a href="http://codebetter.com/blogs/sam.gentile/default.aspx"&gt; new blog&lt;/a&gt; and this is my &lt;a href="http://feeds.feedburner.com/SamGentile"&gt;new FeedBurner feed.&lt;/a&gt; I agree. I have
written extensively about the Agile movement, Software Architecture,
and the changes that need to happen in the .NET community to move this
community upward and forward into an respected Enterprise Development
technology community. I feel that &lt;a href="http://codebetter.com/blogs/brendan.tompkins/archive/2005/12/21/135839.aspx"&gt;CodeBetter is a large part &lt;/a&gt;of
making that happen. So I am real honored to be here. I'm sorry for all
the confusion on my other blogs but please join me on CodeBetter.</description></item><item><title>SOLVED! Indigo Problem with Vista/IIS 7 and Dec WinFX</title><link>http://www.windows-now.com/blogs/sgentile/archive/2005/12/29/15528.aspx</link><pubDate>Thu, 29 Dec 2005 17:44:00 GMT</pubDate><guid isPermaLink="false">20f58a17-7e15-440c-89b3-dfe02fe74bcd:15528</guid><dc:creator>sgentile</dc:creator><description>&lt;P&gt;I have an advanced scenario that is producing an exception that&amp;nbsp;I suspect is a simple configuration setting but I don't know what it is. I am posting this on &lt;a href="http://www.longhornblogs.com/sgentile/archive/2005/12/29/15528.aspx"&gt;my Longhorn Blog so please comment there&lt;/A&gt;. I have an Indigo service (actually one of a whole bunch) that has been working with IIS6/Windows XP and Nov CTP. Our dev team moved to the Dec CTP and we have verified that there are zero changes in our code or config andit works on XP/IIS 6.0. Meanwhile bonehead Sam has &lt;a href="http://www.longhornblogs.com/sgentile/archive/2005/12/24/15473.aspx"&gt;overwritten his "work" system with Dec Vista and IIS 7.&lt;/A&gt; Everything like &lt;a href="http://www.longhornblogs.com/sgentile/archive/2005/12/26/15502.aspx"&gt;VS2005 and WinFX is working &lt;/A&gt;but I am getting this exception from Indigo on running:&lt;/P&gt;
&lt;P&gt;System.ServiceModel.ProtocolException&lt;/P&gt;
&lt;P&gt;{"The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8)."}&lt;/P&gt;
&lt;P&gt;Do I need to change some setting in IIS 7.0 to get it work? It seems like a mismatch between text/html and application/soap+xml both using charset=utf-8. IIS7 is set to “utf-8“ for “Requests“, Response Headers and Responses under Globalization. We are using wsHttpBinding.&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#ff0000&gt;Solution So Far&lt;/FONT&gt;: The first aspect of getting things correct, as somone emailed me is making sure that the .svc file extension was configured as a file type. That got me to the point where I could browse to the .svc file on my local machine and it is not finding the built assembly &lt;STRONG&gt;even though it is indeed BUILT and in the virtual directory's bin&lt;/STRONG&gt; directory. Running it still produces the same error however.&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#ff0000&gt;Solution Part 2: That just won't stand with me so I tore open the offending DLL with Reflector and sure enough the type is there inside the right DLL and namespace and public. There has to be something about how IIS7 is dealing with this.&lt;/FONT&gt;&lt;/P&gt;&lt;FONT color=#a52a2a&gt;&lt;STRONG&gt;
&lt;P&gt;&lt;FONT face=Tahoma&gt;&lt;FONT color=#ff0000&gt;&lt;U&gt;The Real Solution:&lt;/U&gt; Thanks to &lt;A href="http://www.wilcob.com/"&gt;Wilco Bauwer &lt;/A&gt;for the solution in email. The Virtual Directory I created for the service was not an Application. In IIS7, the UI of the Management Console is quite different and they are created distinctly. Of course, being a (former) CLR Guy I should have known this following part - DOH!!!, “&lt;FONT size=2&gt;&lt;FONT size=3&gt;When a VD is not created as an application, the runtime will (by default) not probe any of the VD’s bin directories, and instead just look in the GAC/bin of the website.”&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face=Arial color=#000080 size=2&gt;I now have Indigo Services running on IIS7 and Vista. How cool is that?&lt;/FONT&gt;&lt;/P&gt;</description></item><item><title>Feedback Time Please</title><link>http://www.windows-now.com/blogs/sgentile/archive/2005/12/29/15524.aspx</link><pubDate>Thu, 29 Dec 2005 15:41:00 GMT</pubDate><guid isPermaLink="false">20f58a17-7e15-440c-89b3-dfe02fe74bcd:15524</guid><dc:creator>sgentile</dc:creator><description>&lt;P&gt;[&lt;A href="http://samgentile.com/blog/archive/2005/12/29/32198.aspx"&gt;Topic from Main Blog&lt;/A&gt;]&lt;/P&gt;
&lt;P&gt;This blog has been going since&lt;A href="http://samgentile.com/blog/archive/2002/03/29/704.aspx"&gt; March 2002 &lt;/A&gt;when it was only me, &lt;A href="http://www.razorsoft.net/weblog/"&gt;Peter Drayton &lt;/A&gt;and &lt;A href="http://www.pocketsoap.com/weblo"&gt;Simon Fell &lt;/A&gt;as .NET bloggers. Its come a long way since then. I know I have a lot of loyal readers and a lot of people that recomend me on their blogs. I thank you from the bottom of my heart. I am truly blessed. I would like to take stock at this point and ask you for a little feedback. Since that blog can't do comments (tech reasons, that could be part of your feedback), I am going to direct you to this same topic on Longhorn Blog (as this one can). &amp;nbsp;If you have only have a minute tell me what is the single best reason you read and single worst aspect of the blog. If you have a few then:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;What do you like? 
&lt;LI&gt;What don't you like? 
&lt;LI&gt;What do you want to see more of? 
&lt;LI&gt;Less of? 
&lt;LI&gt;What would make you read/comment more?&lt;/LI&gt;&lt;/OL&gt;</description></item><item><title>What's Installed and Working on 5270</title><link>http://www.windows-now.com/blogs/sgentile/archive/2005/12/24/15486.aspx</link><pubDate>Sat, 24 Dec 2005 17:41:00 GMT</pubDate><guid isPermaLink="false">20f58a17-7e15-440c-89b3-dfe02fe74bcd:15486</guid><dc:creator>sgentile</dc:creator><description>&lt;P&gt;So now that things are working, at least without Glass, I have kept going. The following is what I have tried installing:&lt;/P&gt;
&lt;TABLE&gt;
Installed Software

&lt;TR&gt;
&lt;TH&gt;Product 
&lt;TH&gt;Status &lt;/TH&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Microsoft Office Professsional 2003 with SP2&lt;/TD&gt;
&lt;TD&gt;Success but Outlook 2003 doesn't seem to retreive mail&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TR&gt;
&lt;TD&gt;Microsoft Visual Studio 2005 Team Architect&lt;/TD&gt;
&lt;TD&gt;Success&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;XML Spy Home Edition&lt;/TD&gt;
&lt;TD&gt;Success&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;WinFX Dec CTP Runtime Components&lt;/TD&gt;
&lt;TD&gt;Success but see Posts&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TR&gt;
&lt;TD&gt;Vista DEC Windows SDK&lt;/TD&gt;
&lt;TD&gt;Success but See Posts&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TR&gt;
&lt;TD&gt;WinFX Dec CTP Integration with VS2005&lt;/TD&gt;
&lt;TD&gt;Success&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TR&gt;
&lt;TD&gt;WinFX Dec CTP Windows Workflow&lt;/TD&gt;
&lt;TD&gt;Success&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Daemon Tools 4.0&lt;/TD&gt;
&lt;TD&gt;Success but not operating properly&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;SQL Server 2005 Engine&lt;/TD&gt;
&lt;TD&gt;Success on server parts from file system&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;SQL Server Management Studio and Tools&lt;/TD&gt;
&lt;TD&gt;Success!!!&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;CheckPoint Secure Client VPN&lt;/TD&gt;
&lt;TD&gt;Blue Screen&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Notepad2&lt;/TD&gt;
&lt;TD&gt;Success&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Hilight Code Converter&lt;/TD&gt;
&lt;TD&gt;Success&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;WinMerge&lt;/TD&gt;
&lt;TD&gt;Success&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Paint.NET 2.6 Alpha 2&lt;/TD&gt;
&lt;TD&gt;Success&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Visual Source Safe 2005&lt;/TD&gt;
&lt;TD&gt;Success&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TR&gt;
&lt;TD&gt;Infragistics NetAdvantage 2005 Volume 2 or 3&lt;/TD&gt;
&lt;TD&gt;Refuses to install because can't access \inetpub\wwwroot!!!&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;NUnit 2.2.5&lt;/TD&gt;
&lt;TD&gt;Success&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;SysInternals Tools&lt;/TD&gt;
&lt;TD&gt;All&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;</description></item><item><title>WinFX Dec CTP Released along with Public Release of Vista </title><link>http://www.windows-now.com/blogs/sgentile/archive/2005/12/19/15467.aspx</link><pubDate>Mon, 19 Dec 2005 18:45:00 GMT</pubDate><guid isPermaLink="false">20f58a17-7e15-440c-89b3-dfe02fe74bcd:15467</guid><dc:creator>sgentile</dc:creator><description>Normally I am really excited about new releases of WinFX/Indigo but our team members just looked up after reading &lt;A href="http://dotnetjunkies.com/WebLog/paul/archive/2005/12/19/134391.aspx&gt;Tom Archer's post &lt;/A&gt; and said “***, we have to upgrade again.” As Tom says, “Go to my &lt;A href=" http: default.aspx? getthebeta windowsvista msdn.microsoft.com&gt;Windows Vista Get the Beta Web&lt;/A&gt; page to see a description of what's included, read the release notes and download the goods!” It is actually very exciting even though we have to upgrade because as &lt;A href="http://blogs.msdn.com/mswanson/archive/2005/12/19/505541.aspx"&gt;Mike Swanson notes &lt;/A&gt;that the Visual Studio Code Name "Orcas" CTP WinFX Development Tools are included!
</description></item><item><title>New and Notable 79</title><link>http://www.windows-now.com/blogs/sgentile/archive/2005/09/16/14704.aspx</link><pubDate>Fri, 16 Sep 2005 19:06:00 GMT</pubDate><guid isPermaLink="false">20f58a17-7e15-440c-89b3-dfe02fe74bcd:14704</guid><dc:creator>sgentile</dc:creator><description>&lt;DIV id=main&gt;
&lt;DIV&gt;
&lt;P&gt;I was in the middle of a beautifull New and Notable, 2nd day in a row no less when Windows Vista Beta 1 froze. No blue screen, just totally froze. No response to Task Manager or Ctrl-Alt-Delete. I guess you are not supposed to play a Windows Media Player file at the same time as doing anything else or maybe Vista hates Since I've Been Loving You from Led Zeppelin. &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.neowin.net/comments.php?id=30443&amp;amp;category=main"&gt;Windows Vista&amp;nbsp;5219 was released &lt;/A&gt;to us testers on Microsoft&amp;nbsp;Connect (finally!!). &amp;nbsp;I don't know if I have to wipe out Beta 1 or it will install over it, but knowing Microsoft I'm sure I have to repave my machine... 
&lt;LI&gt;When I get that installed, then I can attempt to &lt;a href="http://www.longhornblogs.com/rrelyea/archive/2005/09/16/PDC2005Software.aspx"&gt;install the PDC CTP of WinFX&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.microsoft-watch.com/article2/0,1995,1859710,00.asp?kc=MWRSS02129TX1K0000535"&gt;Mary Joe says &lt;/A&gt;“The newest Windows 'pillar' was not expected to debut until Longhorn Server. But now it seems WWF is on track to ship with Windows Vista and to be back-ported to older Windows variants.“ Boy, that free StarBucks in Redmond sure does wonders. 
&lt;LI&gt;The main man, Rico Mariani, the CLR Performance God, had a great session yesterday or so they tell me. &lt;A href="http://blogs.msdn.com/ricom/archive/2005/09/15/467939.aspx"&gt;In his post, &lt;/A&gt;he discusses various CLR tools all of which I personally use on a daily basis except for his&amp;nbsp;LogDump tool from his blog &lt;A href="http://blogs.msdn.com/ricom/archive/2005/08/08/449246.aspx"&gt;here&lt;/A&gt;. You need to read this post! 
&lt;LI&gt;&lt;a href="http://www.longhornblogs.com/mrusso/archive/2005/09/16/14673.aspx"&gt;Marco Russo on new Vista Kernel Features&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://blog.magenic.com/rajeshd/archive/2005/09/16/1982.aspx"&gt;Raj Das::A Little More on InfoCard &amp;amp; WWF &amp;amp; Vista RSS&lt;/A&gt; 
&lt;LI&gt;Congrats to &lt;A href="http://www.bristowe.com/blog/PermaLink.aspx?guid=4fc6e7db-5c4f-4f37-b2d2-814a15cc1d26"&gt;John Bristowe for taking the pill&lt;/A&gt;. Microsoft is getting a true superstar here that knows his stuff.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;posted on Friday, September 16, 2005 12:06 PM &lt;/P&gt;&lt;/DIV&gt;


--&gt;&lt;/DIV&gt;</description></item><item><title>New and Notable 78 </title><link>http://www.windows-now.com/blogs/sgentile/archive/2005/09/15/14702.aspx</link><pubDate>Thu, 15 Sep 2005 20:03:00 GMT</pubDate><guid isPermaLink="false">20f58a17-7e15-440c-89b3-dfe02fe74bcd:14702</guid><dc:creator>sgentile</dc:creator><description>&lt;DIV id=main&gt;
&lt;DIV class=post&gt;
&lt;P&gt;Yet another big gap (August 3rd) [:D]. As you can tell from all the latest posts, I am playing &lt;STRONG&gt;a lot&lt;/STRONG&gt; with Vista, WinFX (Indigo AND Avalon) and half a dozen incompatible versions of SQL Server/VSTS as well as diving into ADO.NET 2.0 in my day job. I am also writing some great new code and material for my &lt;A href="http://www.ftponline.com/conferences/vslive/2005/or/sclive-sessions.aspx"&gt;Occasionally-Connected Smart Client session in Orlando&lt;/A&gt;. If you have seen this talk before at DevTeach and Code Camp, I apologize [:$]; it's been kind of lame but this one is really cool with an Outlook style app and Whidbey's Click Once as well as OCC and syncing with SQL Mobile and the like. So what&amp;nbsp;do I have to share? More left-over stuff from the PDC that I haven't posted yet. I am also writing a book proposal together with someone from That Small Software Company in the Pacific Northwest. Take 3 guesses on subject? It sure ain't Visual C++.NET like the last one!&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://benjaminm.net/PermaLink.aspx?guid=78af47aa-b054-4c05-a6c3-9bde417fcfde"&gt;Benjamin Mitchell has an excellent write-up &lt;/A&gt;on Jeff Richter's pre-PDC session which&amp;nbsp;he terms “The Good, The Bad, The Ugly of C# 2.0 and .NET 2.0.“ I love this quote from Jeff, “Indigo loves using attributes.&amp;nbsp; They use attributes so much that you no longer have to write code." Great stuff. 
&lt;LI&gt;&lt;A href="http://weblogs.asp.net/scottgu/archive/2005/09/13/425062.aspx"&gt;ScottGu on Atlas Unleashed&lt;/A&gt;. Ok, see it? That's my one and only Atlas post on this blog 
&lt;LI&gt;Lots of people have commented on how cool the new Office 12 UI is. I agree and also think it's the best change in many years. I link to one of my favorite sites here; &lt;A href="http://feeds.feedburner.com/neowin-main?m=230"&gt;Neowin and their report&lt;/A&gt; 
&lt;LI&gt;The &lt;A href="http://www.agilemanagement.net/Articles/MSF/MSFInTheNewsAgain.html"&gt;Agile Management blog &lt;/A&gt;points to “&lt;A href="http://www.sdtimes.com/article/story-20050901-03.html"&gt;This well balanced piece of journalism&lt;/A&gt; looks at the new trend in agile management tools including Team System and its MSF process guidance. The piece manages to cover both MSF for Agile Software Development and MSF for CMMI Process Improvement as well as looking at rival products that support Scrum and Extreme Programming.“ This is a great blog. BTW, my pal &lt;A href="http://blogs.msdn.com/robcaron/"&gt;Rob &lt;/A&gt;probably wanted me to comment on the recent posts about MSF-CMM and Agile. Just because you can now throw the word “Agile“ at everything doesn't make it so. 
&lt;LI&gt;&lt;A href="http://weblogs.asp.net/scottgu/archive/2005/09/14/425216.aspx"&gt;ScottGu on the Quartz Web Designer&lt;/A&gt;. This product, and the other Expression products, really rock. It wasn't apparent from the quick look I took but hopefully these products will spare&amp;nbsp;me from the hell that is XAML and Angle Brackets and let me do Avalon work in&amp;nbsp;much&amp;nbsp;better way&amp;nbsp; 
&lt;LI&gt;&lt;A href="http://weblog.infoworld.com/udell/2005/09/13.html#a1300"&gt;Jon Udell captures an interview &lt;/A&gt;with Bill Gates and a&amp;nbsp; &lt;A href="http://weblog.infoworld.com/udell/gems/ju_gates.mp3"&gt;podcast&lt;/A&gt;. Look at the list of questions - these are the questions I am interested in 
&lt;LI&gt;&lt;A href="http://objectsharp.com/blogs/barry/archive/2005/09/14/3410.aspx"&gt;Barry&lt;/A&gt;, who is doing some excellent blogging this week, talks about my friend Eric Sink and his latest smart move: &lt;A href="http://www.teamprise.com/"&gt;TeamPrise&lt;/A&gt;&amp;nbsp;which allows you to access Team Foundation Server/VSTS from Unix, Mac and Eclipse 
&lt;LI&gt;&lt;A href="http://joelblogs.co.uk/Default.aspx?tabid=52&amp;amp;mid=426&amp;amp;ctl=ViewEntry&amp;amp;EntryID=169"&gt;Joel Jeffrey blogs &lt;/A&gt;the Windows Communication Foundation Best Practices PDC session 
&lt;LI&gt;&lt;A href="http://sharepointblogs.com/dustin/archive/2005/09/14/3503.aspx"&gt;Dustin Miller covers the Sharepoint V3.0 Features&lt;/A&gt; 
&lt;LI&gt;Paul Wilson thinks “&lt;A href="http://weblogs.asp.net/pwilson/archive/2005/09/15/425281.aspx"&gt;Linq is Really Cool -- But DLinq is a Big Mess&lt;/A&gt;.“ He raises some good points. 
&lt;LI&gt;&lt;A href="http://geekswithblogs.net/joelross/archive/2005/09/15/53916.aspx"&gt;Joel Ross notices &lt;/A&gt;that&amp;nbsp; &lt;A href="http://confluence.public.thoughtworks.org/display/CCNET/CCNet+1.0+RC2+Release+Notes"&gt;the release notes are posted&lt;/A&gt;&amp;nbsp;for CruiseControl.NET for RC2 so the release must be right around the corner 
&lt;LI&gt;&lt;A href="http://swigartconsulting.blogs.com/tech_blender/2005/09/the_people_buil.html"&gt;Scott Swigart interviews &lt;/A&gt;the key VB9 players and its&amp;nbsp;now on-line at &lt;A href="http://www.ddj.com/documents/s=9776/ddj1126793370067/"&gt;Dr. Dobbs&lt;/A&gt;. 
&lt;LI&gt;&lt;A href="http://www.thecampings.com/blog/PermaLink.aspx?guid=59f2090e-ee1c-493f-9342-554981b613db"&gt;Brian blogs &lt;/A&gt;Steve Schwartz's &lt;A class=TitleLinkStyle href="http://www.thecampings.com/blog/PermaLink.aspx?guid=59f2090e-ee1c-493f-9342-554981b613db"&gt;&lt;STRONG&gt;&lt;FONT color=#330033&gt;WCF (Indigo) - Under the Hood of the Service Layer&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;PDC Session 
&lt;LI&gt;I guess another one of my sacred beta programs is now public:&lt;A href="http://www.microsoft.com/windowsserversystem/windowsserver/bulletins/longhorn/beta1.mspx"&gt; Longhorn Server&lt;/A&gt; 
&lt;LI&gt;According to &lt;A href="http://www.neowin.net/comments.php?id=30432&amp;amp;category=software"&gt;Neowin&lt;/A&gt;, In total, 8 new games come with Windows Vista including Chess, Shanghai, a new Minesweeper, a new Freecell, a new game called "Purple Place", and a couple other card games. 
&lt;LI&gt;According to many &lt;A href="http://spaces.msn.com/members/iandixon/PersonalSpace.aspx?_c=" target=_blank&gt;blogs&lt;/A&gt; and the &lt;A href="http://oem.microsoft.com/" target=_blank&gt;Microsoft OEM site&lt;/A&gt;, Microsoft is due to release Windows Media Center Edition Update (codenamed Emerald) soon.&amp;nbsp; [via &lt;A href="http://www.neowin.net/comments.php?id=30428&amp;amp;category=software"&gt;Neowin&lt;/A&gt;] 
&lt;LI&gt;A new pretty &lt;A href="http://www.microsoft.com/windowsvista/default.mspx"&gt;Windows Vista Homepage&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.computerworld.com/softwaretopics/os/windows/story/0,10801,104671,00.html?source=x13"&gt;&lt;SPAN class=newheadline&gt;Q&amp;amp;A: Microsoft's Jim Allchin touts Vista, new developer technologies&lt;/SPAN&gt; &lt;/A&gt;
&lt;LI&gt;&lt;SPAN class=newkicker&gt;&lt;A href="http://pluralsight.com/blogs/jimjohn/archive/2005/09/15/14838.aspx"&gt;Jim Johnson::“What should I think about when using transactions with the file system?“&lt;/A&gt;&lt;/SPAN&gt; 
&lt;LI&gt;&lt;SPAN class=newkicker&gt;Jorgen::&lt;A href="http://www.thearchitect.co.uk/weblog/archives/2005/09/000373.html"&gt;Xbox 360 Launch Dates Announced &lt;/A&gt;&lt;/SPAN&gt;
&lt;LI&gt;&lt;SPAN class=newkicker&gt;&lt;A href="http://www.thearchitect.co.uk/weblog/archives/2005/09/000372.html"&gt;Jorgen::WS-Management submitted to DMTF&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P class=postfoot&gt;posted on Thursday, September 15, 2005 8:18 PM &lt;/P&gt;&lt;/DIV&gt;


--&gt;&lt;/DIV&gt;</description></item></channel></rss>