<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>ccBoy's WebLog : News</title><link>http://blogs.msdn.com/ccboy/archive/tags/News/default.aspx</link><description>Tags: News</description><dc:language>zh-CHS</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>.NET FX 3.5 sp1 with ADO.NET Entity Framework</title><link>http://blogs.msdn.com/ccboy/archive/2008/05/13/net-fx-3-5-sp1-with-ado-net-entity-framework.aspx</link><pubDate>Tue, 13 May 2008 07:08:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8498846</guid><dc:creator>ccBoy</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ccboy/comments/8498846.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ccboy/commentrss.aspx?PostID=8498846</wfw:commentRss><description>&lt;p&gt;Microsoft .NET Framework 3.5 Service pack 1 Beta&lt;br&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=23516C63-2DB2-4E7F-AABA-32B12D6E025C&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=23516C63-2DB2-4E7F-AABA-32B12D6E025C&amp;amp;displaylang=en&lt;/a&gt; &lt;p&gt;Microsoft Visual Studio 2008 Service Pack 1 Beta&lt;br&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=CF99C752-1391-4BC3-BABC-86BC0B9E8E5A&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=CF99C752-1391-4BC3-BABC-86BC0B9E8E5A&amp;amp;displaylang=en&lt;/a&gt; &lt;p&gt;NET Framework 3.5 Service Pack 1 Beta and Expression Blend &lt;br&gt;http://blogs.msdn.com/expression/archive/2008/04/18/vs2008sp1.aspx&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8498846" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ccboy/archive/tags/News/default.aspx">News</category></item><item><title>PowerCommands 1.1</title><link>http://blogs.msdn.com/ccboy/archive/2008/04/25/powercommands-1-1.aspx</link><pubDate>Fri, 25 Apr 2008 08:57:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8423525</guid><dc:creator>ccBoy</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/ccboy/comments/8423525.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ccboy/commentrss.aspx?PostID=8423525</wfw:commentRss><description>&lt;p&gt;如果你已经习惯了Coderush或Refactor! Pro的复杂和庞大，到时可以尝试一下 PowerCommands 1.1 for Visual Studio 2008&lt;br&gt;1.1版本包括下面的功能： &lt;p&gt;&lt;b&gt;Enable/Disable PowerCommands in Options dialog&lt;/b&gt;&lt;br&gt;This feature allows you to select which commands to enable in the Visual Studio IDE. Point to the Tools menu, then click Options. Expand the PowerCommands options, then click Commands. Check the commands you would like to enable.&lt;br&gt;Note: All power commands are initially defaulted Enabled.&lt;br&gt;&lt;b&gt;Format document on save / Remove and Sort Usings on save&lt;/b&gt;&lt;br&gt;The Format document on save option formats the tabs, spaces, and so on of the document being saved. It is equivalent to pointing to the Edit menu, clicking Advanced, and then clicking Format Document. The Remove and sort usings option removes unused using statements and sorts the remaining using statements in the document being saved.&lt;br&gt;Note: The Remove and sort usings option is only available for C# documents.&lt;br&gt;Note: Format document on save and Remove and sort usings both are initially defaulted OFF.&lt;br&gt;&lt;b&gt;Clear All Panes&lt;/b&gt;&lt;br&gt;This command clears all output panes. It can be executed from the button on the toolbar of the Output window.&lt;br&gt;&lt;b&gt;Copy Path&lt;/b&gt;&lt;br&gt;This command copies the full path of the currently selected item to the clipboard. It can be executed by right-clicking one of these nodes in the Solution Explorer:&lt;br&gt;The solution node; A project node; Any project item node; Any folder. &lt;br&gt;&lt;b&gt;Email CodeSnippet&lt;/b&gt;&lt;br&gt;To email the lines of text you select in the code editor, right-click anywhere in the editor and then click Email CodeSnippet. &lt;br&gt;&lt;b&gt;Insert Guid Attribute&lt;/b&gt;&lt;br&gt;This command adds a Guid attribute to a selected class. From the code editor, right-click anywhere within the class definition, then click Insert Guid Attribute.&lt;br&gt;&lt;b&gt;Show All Files&lt;/b&gt;&lt;br&gt;This command shows the hidden files in all projects displayed in the Solution Explorer when the solution node is selected. It enhances the Show All Files button, which normally shows only the hidden files in the selected project node.&lt;br&gt;&lt;b&gt;Undo Close&lt;/b&gt;&lt;br&gt;This command reopens a closed document , returning the cursor to its last position. To reopen the most recently closed document, point to the Edit menu, then click Undo Close. Alternately, you can use the Ctrl&lt;u&gt;Shift&lt;/u&gt;Z shortcut.&lt;br&gt;To reopen any other recently closed document, point to the View menu, click Other Windows, and then click Undo Close Window. The Undo Close window appears, typically next to the Output window. Double-click any document in the list to reopen it.&lt;br&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;&lt;br&gt;This command collapses a project or projects in the Solution Explorer starting from the root selected node. Collapsing a project can increase the readability of the solution. This command can be executed from three different places: solution, solution folders and project nodes respectively.&lt;br&gt;&lt;b&gt;Copy Class&lt;/b&gt;&lt;br&gt;This command copies a selected class entire content to the clipboard, renaming the class. This command is normally followed by a Paste Class command, which renames the class to avoid a compilation error. It can be executed from a single project item or a project item with dependent sub items.&lt;br&gt;&lt;b&gt;Paste Class&lt;/b&gt;&lt;br&gt;This command pastes a class entire content from the clipboard, renaming the class to avoid a compilation error. This command is normally preceded by a Copy Class command. It can be executed from a project or folder node.&lt;br&gt;&lt;b&gt;Copy References&lt;/b&gt;&lt;br&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.&lt;br&gt;&lt;b&gt;Paste References&lt;/b&gt;&lt;br&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.&lt;br&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;&lt;br&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.&lt;br&gt;&lt;b&gt;Edit Project File&lt;/b&gt;&lt;br&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It combines the existing Unload Project and Edit Project commands. &lt;br&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;&lt;br&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node &lt;br&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;&lt;br&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.&lt;br&gt;&lt;b&gt;Unload Projects&lt;/b&gt;&lt;br&gt;This command unloads all projects in a solution. This can be useful in MSBuild scenarios when multiple projects are being edited. This command can be executed from the solution node. &lt;br&gt;&lt;b&gt;Reload Projects&lt;/b&gt;&lt;br&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node. &lt;br&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;&lt;br&gt;This command removes and sort using statements for all classes given a project. It is useful, for example, in removing or organizing the using statements generated by a wizard. This command can be executed from a solution node or a single project node.&lt;br&gt;&lt;b&gt;Extract Constant&lt;/b&gt;&lt;br&gt;This command creates a constant definition statement for a selected text. Extracting a constant effectively names a literal value, which can improve readability. This command can be executed from the code editor by right-clicking selected text.&lt;br&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;&lt;br&gt;This command clears the Visual Studio recent file list. The Clear Recent File List command brings up a Clear File dialog which allows any or all recent files to be selected.&lt;br&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;&lt;br&gt;This command clears the Visual Studio recent project list. The Clear Recent Project List command brings up a Clear File dialog which allows any or all recent projects to be selected.&lt;br&gt;&lt;b&gt;Transform Templates&lt;/b&gt;&lt;br&gt;This command executes a custom tool with associated text templates items. It can be executed from a DSL project node or a DSL folder node.&lt;br&gt;&lt;b&gt;Close All&lt;/b&gt;&lt;br&gt;This command closes all documents. It can be executed from a document tab.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;下载： &lt;br&gt;http://code.msdn.microsoft.com/PowerCommands&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8423525" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ccboy/archive/tags/News/default.aspx">News</category></item><item><title>下一代技术平台-Oslo-- .NET FX 4.0, Biztalk 6, System Center 5,Visual Stuido 10.....</title><link>http://blogs.msdn.com/ccboy/archive/2007/10/31/oslo-net-fx-4-0-biztalk-6-system-center-5-visual-stuido-10.aspx</link><pubDate>Wed, 31 Oct 2007 16:03:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5798888</guid><dc:creator>ccBoy</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/ccboy/comments/5798888.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ccboy/commentrss.aspx?PostID=5798888</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;b&gt;What is “Oslo”? What are the product and technology components that will be delivered?&lt;/b&gt;  &lt;p&gt;“Oslo” is the latest in a series of long term investments in SOA and BPM technologies, enabling the development of distributed applications. At the conference, we will disclose the targeted investment areas and the associated priorities. These product investments are part of a multi-release investment that will help advance the Dynamic IT initiative – specifically in the areas of ‘services-enabled’ and ‘model-driven’.  &lt;h5&gt;&lt;/h5&gt; &lt;h5&gt;There are five primary areas of investment targeted by “Oslo” development efforts:&lt;/h5&gt; &lt;p&gt;&lt;b&gt;Framework:&lt;/b&gt; The .NET Framework “4” release will make further investments in model-driven development as part of our Windows Communication Foundation (WCF) and Workflow Foundation (WF) technologies. This will be the logical successor to the .NET Framework 3.5 release happening later this calendar year.  &lt;p&gt;&lt;b&gt;Server:&lt;/b&gt; This release will continue to evolve our BizTalk family of products as the distributed platform for highly scalable SOA and BPM solutions. BizTalk Server “6” will build deeply on top of both WCF and WF as its core foundation, and deliver the capability to develop, manage and deploy composite applications.  &lt;p&gt;&lt;b&gt;Services:&lt;/b&gt; Extending the early BizTalk Services incubation (currently available at labs.biztalk.net), the BizTalk Services “1” release will deliver a commercial release of hosted services that enable cross-organizational composite application scenarios. This includes expanded capabilities around hosted messaging, identity and workflow capabilities.  &lt;p&gt;&lt;b&gt;Tools:&lt;/b&gt; These investments will advance the application lifecycle management capabilities of Visual Studio Team System and provide support for an expanded range of roles. Furthermore, Visual Studio “10” will provide deep support for model-driven design and deployment of composite applications.  &lt;p&gt;&lt;b&gt;Repository&lt;/b&gt;: There will also be investments aligning the metadata repositories across the Server and Tools product sets. System Center “5”, Visual Studio “10” and BizTalk Server “6” will utilize a common repository technology for managing, versioning, and deploying models.  &lt;p&gt;&lt;strong&gt;The Vision&lt;/strong&gt;: Significantly simplify the effort required to design, build, deploy and manage distributed applications within and across organizations.  &lt;p&gt;从Oslo的Vision来看,这将是一个比较长期和穿越多个产品的技术组合和演进，也再次表明.NET技术和微软的产品从纵向开始交织，试图形成1+1&amp;gt;2的技术力量，更加切实的解决技术和平台如何穿越企业的流程、人员和组织。  &lt;p&gt;另外这也将是一个非常不错的和最领先的视图，可以从中看到微软和.NET产品最新发展的计划和策略。  &lt;p&gt;参考:  &lt;p&gt;&lt;a href="http://www.microsoft.com/soa/"&gt;http://www.microsoft.com/soa/&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.directionsonmicrosoft.com/samples/Olso1107.pdf"&gt;Messaging, Workflow Roadmap Announced&lt;/a&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ccboy/WindowsLiveWriter/Oslo.NETFX4.0Biztalk6SystemCenter5Visua_EBA2/image_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="image" src="http://blogs.msdn.com/blogfiles/ccboy/WindowsLiveWriter/Oslo.NETFX4.0Biztalk6SystemCenter5Visua_EBA2/image_thumb.png" width="592" border="0"&gt;&lt;/a&gt; &lt;a title="Messaging, Workflow Roadmap Announced" href="http://www.directionsonmicrosoft.com/samples/Olso1107.pdf"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5798888" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ccboy/archive/tags/SOA-WSE/default.aspx">SOA-WSE</category><category domain="http://blogs.msdn.com/ccboy/archive/tags/News/default.aspx">News</category></item><item><title>StockTrader - .NET 3.0 vs. Websphere 6.1</title><link>http://blogs.msdn.com/ccboy/archive/2007/08/12/stocktrader-net-3-0-vs-websphere-6-1.aspx</link><pubDate>Sun, 12 Aug 2007 16:49:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4349194</guid><dc:creator>ccBoy</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/ccboy/comments/4349194.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ccboy/commentrss.aspx?PostID=4349194</wfw:commentRss><description>&lt;p&gt;如果还记得2001年11月&lt;a href="http://msdn2.microsoft.com/en-us/library/ms978492.aspx"&gt;Microsoft .NET Pet Shop&lt;/a&gt; vs. Sun’s J2EE PetShop的例子和&lt;a href="http://www.theserverside.com/resources/articles/benchmark/j2eedotnetbench.pdf"&gt;对比报表&lt;/a&gt;，今天微软又发布了一个示范案例.NET 3.0 的StockTrader应用，它相对应于IBM Trade 6.1示范应用，提供给.NET的开发人员示范和学习。  &lt;p&gt;IBM Trade 6.1也是WebSphere 6.1性能测试的示范程序，用于证明WebSphere的性能，具体的信息和代码IBM也是公开的，你可以到&lt;a href="https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=trade6"&gt;IBM的网站下载&lt;/a&gt;  &lt;p&gt;用.NET实现的StockTrader应用主要使用了ADO.NET 2.0, ASP.NET 2.0, WCF 和MSMQ 3.5/4.0等技术，而这次测试和性能评测集中在三个方面：  &lt;p&gt; &lt;li&gt;1. Web Services的性能  &lt;li&gt;2. 消息处理的底层基础架构的性能  &lt;li&gt;3. 数据访问和存取的速度  &lt;p&gt;&lt;/p&gt; &lt;p&gt;另外也从软硬件成本、代码行数、单位事务花费，配置文件和配置复杂性等进行了评估和对比。  &lt;p&gt;这次测试的一个更重要的目的也验证了一种不同平台的互交互性，虽然双方平台不同，但因为都遵循目前开放和流行的Web Services协议，所以IBM Trade 6.1 Jsp前端也可以调用.NET StockTrader的中间层，同样.NET ASP.NET的前端也可以调用IBM Trade 6.1后端的EJB中间层。其操作只需要修改配置文件，而不用修改代码。  &lt;p&gt;所以从这个角度上来说，.NET StockTrader没有使用所有的.NET 3.0的新技术，比如WF，WPF，AJAX….等技术。  &lt;p&gt;有关事务的花费方面的对比，也是惊人的，每TPS的花费($/Cost per TPS )对比: &lt;/p&gt; &lt;table cellspacing="0" cellpadding="2" width="466" border="0" unselectable="on"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="234"&gt;&amp;nbsp;&lt;/td&gt; &lt;td valign="top" width="102"&gt;.NET&lt;/td&gt; &lt;td valign="top" width="128"&gt;WebSphere&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="234"&gt;Persistent Message Queue&lt;/td&gt; &lt;td valign="top" width="102"&gt;$ 6.53&lt;/td&gt; &lt;td valign="top" width="129"&gt;$ 134.69&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="234"&gt;Non-Persistent Message Queue&lt;/td&gt; &lt;td valign="top" width="102"&gt;$ 5.24&lt;/td&gt; &lt;td valign="top" width="130"&gt;$ 90.78&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;&amp;nbsp;  &lt;p&gt;下面是有关Web Service的性能对比结论(&lt;a href="http://download.microsoft.com/download/F/C/D/FCDDF8B6-AE97-4CDB-BEBC-FF22DA524A98/TradeBenchmark.pdf"&gt;报告的21页&lt;/a&gt;)  &lt;p&gt;1. Both the ASMX and WCF SOAP/HTTP configurations are significantly faster than IBM WebSphere 6.1 for hosting Web Services. .NET WCF hosted in IIS offers&lt;b&gt; &lt;font color="#ff0000" size="5"&gt;46%&lt;/font&gt; &lt;/b&gt;better throughput than the JDBC WebSphere configuration in this test; and &lt;b&gt;&lt;font color="#ff0000" size="5"&gt;124%&lt;/font&gt; &lt;/b&gt;better throughput than the EJB implementation.  &lt;p&gt;2. Self-hosting WCF services can lead to performance advantages over hosting .NET Web Services in IIS—even when operating over an HTTP-XML basicHttpBinding. Self hosted WCF HTTP Web Services offer &lt;b&gt;&lt;font color="#ff0000" size="5"&gt;56%&lt;/font&gt; &lt;/b&gt;better throughout than the ASMX equivalent services hosted in IIS for this test. They offer&lt;b&gt; &lt;font color="#ff0000" size="5"&gt;45%&lt;/font&gt; &lt;/b&gt;better throughput than the equivalent WCF IIS-hosted service operating over Http-XML.  &lt;p&gt;3. Self hosted Web Services using WCF significantly outperform IBM WebSphere Web Services. The self-hosted WCF services operating over Http-XML (full SOAP compliance) offer &lt;b&gt;&lt;font color="#ff0000" size="5"&gt;113%&lt;/font&gt; &lt;/b&gt;better throughput than the fastest WebSphere Web Service results (JDBC data access). They offer &lt;b&gt;&lt;font color="#ff0000" size="5"&gt;225%&lt;/font&gt; &lt;/b&gt;better throughout than the WebSphere Web Services using EJB entity bean database access.  &lt;p&gt;4. The self-hosted WCF services can also support, simultaneously, the netTcp WCF binding, with binary encoding. This can lead to significant performance boosts for remote calls. The WCF netTcpBinding replaces .NET Binary Remoting (used with .NET 1.1 and 2.0) as the preferred way for remote calls between .NET clients and remote .NET services. Supporting both HTTP/XML and TCP/Binary requires no extra development, as WCF unifies the programming model for HTTP-based Web Services and .NET Binary-remoted components, and service hosts will listen simultaneously on all configured endpoints to support any different type of client on any platform.  &lt;p&gt;5. The Tcp-Binary binding (netTcpBinding) between the ASP.NET clients and the Web Service host offer &lt;b&gt;&lt;font color="#ff0000" size="5"&gt;81%&lt;/font&gt;&lt;/b&gt; better throughput than the WCF basicHttpBinding used in the same self-host .NET executable. The Tcp-Binary remote mode offers&lt;b&gt; &lt;font color="#ff0000" size="5"&gt;284%&lt;/font&gt; &lt;/b&gt;better throughput than the fastest WebSphere Web Service configuration (JDBC data access).  &lt;p&gt;&amp;nbsp;  &lt;p&gt;相关下载:  &lt;p&gt;&lt;a href="http://go.microsoft.com/?linkid=7178091"&gt;&lt;b&gt;.NET StockTrader Sample Application(SourceCode)&lt;/b&gt;&lt;/a&gt; –(&lt;a href="http://download.microsoft.com/download/3/E/C/3EC19500-5A56-4883-9935-3BF0E89DDA80/StockTraderSetup.msi"&gt;直接下载32M&lt;/a&gt;)  &lt;p&gt;&lt;a href="http://go.microsoft.com/?linkid=6895275"&gt;&lt;b&gt;Comparing .NET 3.0 and IBM WebSphere 6.1 Application Server Performance&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://go.microsoft.com/?linkid=7184661"&gt;&lt;strong&gt;.NET StockTrader Sample Application Forum&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;.&lt;/strong&gt;  &lt;p&gt;&lt;a href="http://msdn2.microsoft.com/en-us/netframework/bb499684.aspx"&gt;&lt;strong&gt;.NET StockTrader Sample Application MSDN Homepage&lt;/strong&gt;&lt;/a&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;&lt;/li&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4349194" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ccboy/archive/tags/News/default.aspx">News</category></item><item><title>VS 2008 Beta2 Samples</title><link>http://blogs.msdn.com/ccboy/archive/2007/08/12/vs-2008-beta2-samples.aspx</link><pubDate>Sun, 12 Aug 2007 10:08:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4347172</guid><dc:creator>ccBoy</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/ccboy/comments/4347172.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ccboy/commentrss.aspx?PostID=4347172</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;WCF/WF/CardSpace Samples for VS2008 Beta2&lt;/strong&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2611a6ff-fd2d-4f5b-a672-c002f1c09ccd&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=2611a6ff-fd2d-4f5b-a672-c002f1c09ccd&amp;amp;DisplayLang=en&lt;/a&gt;  &lt;p&gt;&amp;nbsp;  &lt;p&gt;&lt;strong&gt;Microsoft Silverlight Tools Alpha for Visual Studio 2008 Beta 2&lt;/strong&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b52aeb39-1f10-49a6-85fc-a0a19cac99af&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=b52aeb39-1f10-49a6-85fc-a0a19cac99af&amp;amp;DisplayLang=en&lt;/a&gt;  &lt;p&gt;&amp;nbsp;  &lt;p&gt;&lt;strong&gt;WCF LOB Adapter SDK&lt;/strong&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=56278fde-b708-469c-987e-ded9c6c5e580&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=56278fde-b708-469c-987e-ded9c6c5e580&amp;amp;DisplayLang=en&lt;/a&gt;  &lt;p&gt;&amp;nbsp;  &lt;p&gt;&lt;strong&gt;.NET StockTrader Sample Application&lt;/strong&gt;  &lt;p&gt;&lt;a href="http://msdn2.microsoft.com/en-gb/netframework/bb499684.aspx"&gt;http://msdn2.microsoft.com/en-gb/netframework/bb499684.aspx&lt;/a&gt;  &lt;p&gt;&amp;nbsp;  &lt;p&gt;&lt;strong&gt;WCF tool extensiblity samples have shipped&lt;/strong&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/lifenglu/archive/2007/08/02/wcf-tool-extensiblity-samples-have-shipped.aspx"&gt;http://blogs.msdn.com/lifenglu/archive/2007/08/02/wcf-tool-extensiblity-samples-have-shipped.aspx&lt;/a&gt;  &lt;p&gt;&lt;b&gt;Microsoft Visual Studio 2008 SDK July 2007 Community Technology Preview&lt;/b&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d9000e2c-bd3f-4717-a181-723960814e16&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=d9000e2c-bd3f-4717-a181-723960814e16&amp;amp;displaylang=en&lt;/a&gt;  &lt;p&gt;&amp;nbsp;  &lt;p&gt;&lt;strong&gt;Visual Studio 2008 Beta2 Samples(C# and LINQ) &lt;/strong&gt; &lt;p&gt;&lt;a href="http://msdn2.microsoft.com/en-us/bb330936.aspx"&gt;http://msdn2.microsoft.com/en-us/bb330936.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4347172" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ccboy/archive/tags/News/default.aspx">News</category><category domain="http://blogs.msdn.com/ccboy/archive/tags/Visual+Studio_2800_Orcas_2900_/default.aspx">Visual Studio(Orcas)</category></item><item><title>patterns &amp; practices --团队开发之应用TFS攻略</title><link>http://blogs.msdn.com/ccboy/archive/2007/06/11/patterns-practices-tfs.aspx</link><pubDate>Mon, 11 Jun 2007 11:43:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3225828</guid><dc:creator>ccBoy</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/ccboy/comments/3225828.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ccboy/commentrss.aspx?PostID=3225828</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;全书共分8&lt;/b&gt;&lt;b&gt;个部分&lt;/b&gt;  &lt;ul&gt; &lt;li&gt;Part I, Fundamentals  &lt;li&gt;Part II, Source Control  &lt;li&gt;Part III, Builds  &lt;li&gt;Part IV, Large Project Considerations  &lt;li&gt;Part V, Project Management  &lt;li&gt;Part VI, Process Guidance  &lt;li&gt;Part VII, Reporting  &lt;li&gt;Part VIII, Setting Up and Maintaining the Team Environment&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;b&gt;17&lt;/b&gt;&lt;b&gt;章&lt;/b&gt;  &lt;ul&gt; &lt;li&gt;Introduction  &lt;li&gt;Ch 01 - Introducing the Team Environment  &lt;li&gt;Ch 02 - Team Foundation Server Architecture  &lt;li&gt;Ch 03 - Structuring Projects and Solutions  &lt;li&gt;Ch 04 - Structuring Projects and Solutions in Team Foundation Server  &lt;li&gt;Ch 05 - Defining Your Branching and Merging Strategy  &lt;li&gt;Ch 06 - Managing Source Control Dependencies in Visual Studio Team System  &lt;li&gt;Ch 07 - Team Build Explained  &lt;li&gt;Ch 08 - Setting Up Continuous Integration with Team Build  &lt;li&gt;Ch 09 - Setting Up Scheduled Builds with Team Build  &lt;li&gt;Ch 10 - Large Project Considerations  &lt;li&gt;Ch 11 - Project Management Explained  &lt;li&gt;Ch 12 - Work Items Explained  &lt;li&gt;Ch 13 – MSF Agile Projects  &lt;li&gt;Ch 14 - Process Templates Explained  &lt;li&gt;Ch 15 - Reporting Explained  &lt;li&gt;Ch 16 - Team Foundation Server Deployment  &lt;li&gt;Ch 17 - Providing Internet Access to Team Foundation Server&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;下载网站(目前Beta1 版本):  &lt;p&gt;&lt;a href="http://www.codeplex.com/TFSGuide/Release/ProjectReleases.aspx?ReleaseId=4442"&gt;http://www.codeplex.com/TFSGuide/Release/ProjectReleases.aspx?ReleaseId=4442&lt;/a&gt;  &lt;p&gt;更多的可以留心核心人员，&lt;a href="http://blogs.msdn.com/jmeier/default.aspx"&gt;J.D. Meier's Blog&lt;/a&gt;，&lt;a href="http://jtaylorgoodlife.blogspot.com/"&gt;Jason Taylor&lt;/a&gt;，&lt;i&gt;&lt;a href="http://prashantbansode.blogspot.com/"&gt;Prashant Bansode&lt;/a&gt;&lt;/i&gt;，&lt;i&gt;&lt;a href="http://blogs.advantaje.com/blog/kevin/"&gt;Kevin Jones&lt;/a&gt;&lt;/i&gt; 的网站或Weblog&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3225828" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ccboy/archive/tags/News/default.aspx">News</category></item></channel></rss>