<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WindowsWiki &#187; CTP</title>
	<atom:link href="http://www.windowswiki.info/old/?feed=rss2&#038;tag=ctp" rel="self" type="application/rss+xml" />
	<link>http://www.windowswiki.info/old</link>
	<description>Microsoft, their Software and... their Betas!</description>
	<lastBuildDate>Tue, 23 Sep 2014 12:07:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Microsoft Code Name &#8220;Velocity&#8221; CTP 3</title>
		<link>http://www.windowswiki.info/old/?p=719</link>
		<comments>http://www.windowswiki.info/old/?p=719#comments</comments>
		<pubDate>Mon, 13 Apr 2009 23:57:16 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>
		<category><![CDATA[Code Name]]></category>
		<category><![CDATA[CTP]]></category>
		<category><![CDATA[Velocity]]></category>

		<guid isPermaLink="false">http://www.windowswiki.info/?p=719</guid>
		<description><![CDATA[&#8220;Velocity&#8221; is a distributed in-memory application cache platform for developing scalable, high-performance applications. It can be used to cache any common language runtime (CLR) object and provides access through simple APIs. The key aspects of Velocity are distributed cache performance, scalability, and availability.
Microsoft project code named Velocity provides a highly scalable in-memory application cache for [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Velocity&#8221; is a distributed in-memory application cache platform for developing scalable, high-performance applications. It can be used to cache any common language runtime (CLR) object and provides access through simple APIs. The key aspects of Velocity are distributed cache performance, scalability, and availability.</p>
<p>Microsoft project code named Velocity provides a highly scalable in-memory application cache for all kinds of data. By using cache, you can significantly improve application performance by avoiding unnecessary calls to the data source. Distributed cache enables your application to match increasing demand with increasing throughput by using a cache cluster that automatically manages the complexities of load balancing. When you use Velocity, you can retrieve data by using keys or other identifiers, named tags. Velocity supports optimistic and pessimistic concurrency models, high availability, and a variety of cache configurations. Velocity includes an ASP.NET session provider object that enables you to store ASP.NET session objects in the distributed cache without having to write to databases, which increases the performance and scalability of ASP.NET applications.</p>
<p>For community technology preview 3 (CTP3), Microsoft project code named Velocity offers several enhancements and a new API. The enhancements include a cache notifications feature, performance improvements, security enhancements, and new cluster management options. There are also updates to the installation program. Perhaps the most material change for the Velocity administrator is that your options for editing the cluster configuration settings have been decoupled from your options for storing the cluster configuration settings. For more information, see the What’s New for CTP3 topic in the product documentation.</p>
<div class="download">Microsoft Code Name &#8220;Velocity&#8221; CTP 3<br />
<a href="/downloads/VelocityCTP3.zip">Download Now !</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.windowswiki.info/old/?feed=rss2&amp;p=719</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft ADO.NET Data Services 1.5 CTP</title>
		<link>http://www.windowswiki.info/old/?p=699</link>
		<comments>http://www.windowswiki.info/old/?p=699#comments</comments>
		<pubDate>Wed, 18 Mar 2009 15:32:12 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[CTP]]></category>
		<category><![CDATA[Data Services]]></category>

		<guid isPermaLink="false">http://www.windowswiki.info/?p=699</guid>
		<description><![CDATA[
This CTP is a preview of the set of features Microsoft is considering shipping with the next version of ADO.NET Data Services. This CTP targets the Microsoft .NET Framework 3.5 SP1 and extends the functionality Microsoft provided in v1.0 of ADO.NET Data Services by providing additional features. The features in this CTP may not be [...]]]></description>
			<content:encoded><![CDATA[<p><img src="wp-content/uploads/net20logo.png" alt="Microsoft .NET logo" title="Microsoft .NET logo" width="150" height="139" class="alignright size-full wp-image-690" /><br />
This CTP is a preview of the set of features Microsoft is considering shipping with the next version of ADO.NET Data Services. This CTP targets the Microsoft .NET Framework 3.5 SP1 and extends the functionality Microsoft provided in v1.0 of ADO.NET Data Services by providing additional features. The features in this CTP may not be included in the .NET Framework 4 or Silverlight 3 when they ship.</p>
<p>As this is a CTP release, you should not install this release on your primary development computer. Also, be aware that the features that ultimately ship with the final release of v1.5 may be different than the features included in this CTP.</p>
<p>The features included in this CTP are:</p>
<ul>
<li>Row count</li>
<li>Feed customization (aka &#8220;web-friendly feeds&#8221;)</li>
<li>Data binding for WPF and Silverlight 2</li>
<li>Enhanced blob support</li>
<li>Server-driven paging</li>
<li>A new &#8220;Data Service Provider&#8221; interface for custom providers</li>
<li>Various bug fixes to V1.0 features</li>
</ul>
<p><strong>Install Notes:</strong><br />
This release is separate from the <a href="?p=686">Project Codename &#8220;Astoria Offline&#8221; Alpha Preview released earlier this month</a>. Installing this CTP on the same system as the Offline release will cause a conflict and is not supported. You should not install them together.</p>
<p>It is possible to use this CTP with the Windows 7 Beta; however, design time support integrated with Microsoft Visual Studio 2008 SP1 or Microsoft Visual Web Developer 2008 Express Edition will not be available on Windows 7 Beta. Using DataSvcUtil.exe for client-side code generation will also not be available on Windows 7 Beta. You will receive a warning if you use the setup on a system with Windows 7 Beta installed indicating a file is locked but the setup will not fail.</p>
<div class="download">Microsoft ADO.NET Data Services 1.5 CTP<br />
<a href="/downloads/ADONETDataServices_v15_CTP1.zip">Download Now !</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.windowswiki.info/old/?feed=rss2&amp;p=699</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Code Name &#8220;Oslo&#8221; Software Development Kit January 2009 CTP Refresh</title>
		<link>http://www.windowswiki.info/old/?p=533</link>
		<comments>http://www.windowswiki.info/old/?p=533#comments</comments>
		<pubDate>Mon, 02 Mar 2009 22:09:52 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[Code Name]]></category>
		<category><![CDATA[CTP]]></category>
		<category><![CDATA[M]]></category>
		<category><![CDATA[Oslo]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://www.windowswiki.info/?p=533</guid>
		<description><![CDATA[
Model-driven development is often used to indicate a development process that revolves around building applications by using models of applications and data as specifications. Using a model-driven approach means a development process and platform that enables:

Using abstraction to view structure at the important level of detail and hiding complexity until it is needed.
Using models &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><img src="wp-content/uploads/oslologo.png" style="margin-left: 25px;" alt="Microsoft &quot;Oslo&quot; Logo" title="Microsoft &quot;Oslo&quot; Logo" width="177" height="153" class="alignright size-full wp-image-534" /></p>
<p><em>Model-driven development</em> is often used to indicate a development process that revolves around building applications by using models of applications and data as specifications. Using a model-driven approach means a development process and platform that enables:</p>
<ul>
<li>Using abstraction to view structure at the important level of detail and hiding complexity until it is needed.</li>
<li>Using models &#8211; or logical data types and relationships &#8211; as the core to the development experience.</li>
<li>Implementing the model-aware components such that they follow the requirements of the modeled application or business process.</li>
<li>Associating models and model instances at various development stages so that model-driven development can move back and forth in the development lifecycle and maintain those relationships.</li>
<li>Automation of particular application environments and artifacts so that users can more easily make use of them in the preceding ways.</li>
</ul>
<p>The preceding points describe a development approach in which the real feature is more robust support of efficient and manageable complex application development. It is this feature that the &#8220;Oslo&#8221; modeling platform aims at: The goal of code name &#8220;Oslo&#8221; is to reduce the gap between the intention of the developer and the software components that get developed, deployed, and executed inside of the complex, widely-distributed, database-driven applications. <em>Modeling</em> the application means moving more of the definition of an application into the world of data, where the platform (and you) can more easily make queries as to the developer’s original intent. Microsoft technologies have been moving in this direction for over a decade now; for example, things like COM type libraries, .NET metadata attributes, and XAML have all moved increasingly toward &#8220;writing things down&#8221; directly as data and away from encoding them into a lower-level form, such as x86 or .NET intermediate language (IL) instructions. The &#8220;Oslo&#8221; modeling platform continues this progression. In short, the &#8220;Oslo&#8221; modeling platform:</p>
<ul>
<li>Makes it easier for people to write things down in ways that make sense for the problem domain they are working in &#8211; a common term for this is modeling.</li>
<li>Makes the things that people wrote down accessible to platform components during program execution.</li>
</ul>
<p>The &#8220;Oslo&#8221; modeling platform makes this possible by providing:</p>
<ul>
<li>A visual design tool (Microsoft code name &#8220;Quadrant&#8221;) that enables people to:</p>
<ul>
<li>Design business processes with well-understood, flowchart-like graphics.</li>
<li>Design applications and components that comply with the requirements of those processes</li>
<li>Flip from one view back and forth to observe the effect any changes either place have on the overall validity of the application or business process.</li>
</ul>
</li>
<li>A modeling language (Microsoft code name &#8220;M&#8221;) that makes it natural to extend system-provided models (such as Windows Communication Foundation (WCF) or Windows Workflow Foundation (WF) models) or create your own models for use on the &#8220;Oslo&#8221; modeling platform.
<p><strong>&#8220;M&#8221;:</strong></p>
<blockquote><p>The Microsoft code name &#8220;M&#8221; language is a declarative language for working with data and building domain models. &#8220;M&#8221; lets users write down how they want to structure and query their data using a textual syntax that is convenient to both author and reader. &#8220;M&#8221; does not mandate how data is stored or accessed, nor does it mandate a specific implementation technology. Rather, &#8220;M&#8221; is designed to allow users to write down what they want from their data without having to specify how those requirements are met by a specific technology or platform.</p></blockquote>
</li>
<li>A SQL Server database (the code name &#8220;Oslo&#8221; repository) that stores models as SQL Server schema objects and model instance data as rows in the tables that implement the schema. This data is available to &#8220;Quadrant&#8221; and any other tool or data-driven application that can make use of it (and that has the appropriate permissions to do so). Whether models or model instance data is created visually, using &#8220;M&#8221;, or using any SQL data access API (for example, ADO.NET, EDM, OLE-DB, and so on) creating models and storing them in the &#8220;Oslo&#8221; repository enables future applications to examine and manipulate not only data structures used by applications but &#8211; because applications are modeled &#8211; the applications themselves, as they run. If a data-driven application has enough detailed model information, applications can run without recourse to static compilation.
<p><strong>&#8220;Oslo&#8221; Repository:</strong></p>
<blockquote><p>The code name &#8220;Oslo&#8221; repository provides a robust, enterprise-hardened storage location for the data models. It takes advantage of the best features of SQL Server 2008 to deliver on critical areas such as scalability, security, and performance.</p></blockquote>
</li>
</ul>
<p>Whether you create or modify model data visually, textually, or using a SQL data access technology, all of the modeling information is available in a relational database (the code name &#8220;Oslo&#8221; repository) at runtime. Some platform components are part of the System-Provided Models, which enable you to write a service or an application by populating that database with the definition of that service or application. In addition, because that data is captured in the &#8220;Oslo&#8221; repository, it is available to all kinds of tools that specialize in structured data, whether these tools are design tools like &#8220;Quadrant&#8221; or third-party tools that can sift, search, and filter the information to make available information that is very difficult to understand using current tools.</p>
<p><span style="color:red;">This CTP has been refreshed on the 27th February. It changes three DLLs to resolve crashing problems with three-pane modes in Intellipad.</span></p>
<div class="download">Microsoft Code Name &#8220;Oslo&#8221; SDK January 2009 CTP Refresh<br />
<a href="/downloads/OsloSDKJan2009CTP.zip">Download Now !</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.windowswiki.info/old/?feed=rss2&amp;p=533</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server 2008 Service Pack 1 CTP</title>
		<link>http://www.windowswiki.info/old/?p=644</link>
		<comments>http://www.windowswiki.info/old/?p=644#comments</comments>
		<pubDate>Tue, 24 Feb 2009 15:35:22 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[CTP]]></category>
		<category><![CDATA[Service Pack]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.windowswiki.info/?p=644</guid>
		<description><![CDATA[
Microsoft made a Community Technology Preview (CTP) of the SQL Server 2008 SP1 available to the testers yesterday. There is not much to say about it, expect that it has been made available for general testing purposes only, so not deploy the CTP software in a production environment.
The final release of the Service Pack 1 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="wp-content/uploads/sqlserver2008logo.png" alt="Microsoft SQL Server 2008 logo" title="Microsoft SQL Server 2008 logo" width="342" height="68" class="alignnone size-full wp-image-652" /></p>
<p>Microsoft made a Community Technology Preview (CTP) of the SQL Server 2008 SP1 available to the testers yesterday. There is not much to say about it, expect that it has been made available for general testing purposes only, so not deploy the CTP software in a production environment.</p>
<p>The final release of the Service Pack 1 is expected to be in early April 2009.</p>
<p><strong>The final version of the Service Pack 1 for SQL Server 2008 has been released on the 7th April 2009. Please read <a href="?p=721">this</a> post for more information and download links.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowswiki.info/old/?feed=rss2&amp;p=644</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Commerce Server 2009 December 2008 CTP</title>
		<link>http://www.windowswiki.info/old/?p=407</link>
		<comments>http://www.windowswiki.info/old/?p=407#comments</comments>
		<pubDate>Thu, 25 Dec 2008 12:55:22 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Commerce Server]]></category>
		<category><![CDATA[Microsoft Connect]]></category>
		<category><![CDATA[Commerce Server]]></category>
		<category><![CDATA[CTP]]></category>

		<guid isPermaLink="false">http://www.windowswiki.info/?p=407</guid>
		<description><![CDATA[
Microsoft Commerce Server 2009 &#8211; December 2008 CTP, formerly known as Commerce Server 2007 code name &#8220;Mojave&#8221;, is the first feature complete pre-release of the next version of Commerce Server.
Commerce Server 2009 delivers the ability to increase your business reach by making it possible to sell via multiple channels using an out-of-the-box shopping site, SharePoint [...]]]></description>
			<content:encoded><![CDATA[<p><img src="wp-content/uploads/commerceserver2009logo.png" alt="Microsoft Commerce Server 2009 Logo" title="Microsoft Commerce Server 2009 Logo" width="450" height="68" class="alignnone size-full wp-image-625" /></p>
<p>Microsoft Commerce Server 2009 &#8211; December 2008 CTP, formerly known as Commerce Server 2007 code name &#8220;Mojave&#8221;, is the first feature complete pre-release of the next version of Commerce Server.</p>
<p>Commerce Server 2009 delivers the ability to increase your business reach by making it possible to sell via multiple channels using an out-of-the-box shopping site, SharePoint Commerce Services, and the Multi-Channel Commerce Foundation. The new out-of-the-box shopping site leverages SharePoint Commerce Services, which provides a gallery of ASP.NET 3.5 Web Parts, a comprehensive e-commerce shopping feature-set, and technology integration between Commerce Server and SharePoint technologies. The Multi-Channel Commerce Foundation provides a new unified, extensible run-time programming model for Commerce Server, including new run-time e-commerce capabilities.</p>
<p>The December CTP adds the following capabilities over previous Commerce Server 2007 code name “Mojave” releases:</p>
<ul>
<li>Update package from Commerce Server 2007, allowing for seamless in-place upgrade of existing deployments.</li>
<li>Complete out-of-the-box e-commerce shopping site in SharePoint with new search functionality, new shopping features, and what-you-see-is-what-you-get (WYSIWYG) content management and design experiences. This helps to facilitate rapid assembly and maintenance of e-commerce Web sites by business users and creative professionals.</li>
</ul>
<p><strong>Important:</strong> Install this pre-release version of Commerce Server 2009 into a non-production environment, preferably on a clean machine, to learn more about the run-time Multi-Channel Commerce Foundation and the SharePoint Commerce Services. This release is for evaluation purposes only and is not intended to be used in a production environment.</p>
<p>You must uninstall all previous Commerce Server CTP versions. Leveraging a clean system that has never had a previous version of a Commerce Server CTP installed upon it is strongly recommended.</p>
<p><a href="https://connect.microsoft.com/site/sitehome.aspx?SiteID=643" target="_blank">Microsoft Commerce Server 2009 on Connect</a></p>
<p><strong>A newer version of the Commerce Server 2009 has been released. Read <a href="?p=439">this post</a> for more information and download links.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowswiki.info/old/?feed=rss2&amp;p=407</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Code Analysis Tool .NET (CAT.NET) CTP</title>
		<link>http://www.windowswiki.info/old/?p=372</link>
		<comments>http://www.windowswiki.info/old/?p=372#comments</comments>
		<pubDate>Mon, 15 Dec 2008 20:49:56 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Connect]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[CAT.NET]]></category>
		<category><![CDATA[Code Analysis Tool]]></category>
		<category><![CDATA[CTP]]></category>

		<guid isPermaLink="false">http://www.windowswiki.info/?p=372</guid>
		<description><![CDATA[
Microsoft CAT.NET is a binary code analysis tool that helps identify common variants of certain prevailing vulnerabilities that can give rise to common attack vectors such as Cross-Site Scripting (XSS), SQL Injection and XPath Injection.
CAT.NET is a snap-in to the Visual Studio IDE that helps you identify security flaws within a managed code (C#, Visual [...]]]></description>
			<content:encoded><![CDATA[<p><img src="wp-content/uploads/msvisual_studio_logo.png" alt="Microsoft Visual Studio Logo" title="Microsoft Visual Studio Logo" width="180" height="115" class="alignright size-full wp-image-378" /></p>
<p>Microsoft CAT.NET is a binary code analysis tool that helps identify common variants of certain prevailing vulnerabilities that can give rise to common attack vectors such as Cross-Site Scripting (XSS), SQL Injection and XPath Injection.</p>
<p>CAT.NET is a snap-in to the Visual Studio IDE that helps you identify security flaws within a managed code (C#, Visual Basic .NET, J#)  application you are developing. It does so by scanning the binary and/or assembly of the application, and tracing the data flow among its statements, methods, and assemblies. This includes indirect data types such as property assignments and instance tainting operations. The engine works by reading the target assembly and all reference assemblies used in the application &#8211; module-by-module &#8211; and then analyzing all of the methods contained within each. It finally displays the issues its finds in a list that you can use to jump directly to the places in your application&#8217;s source code where those issues were found.</p>
<p>The following rules are currently supported by this version of the tool:</p>
<ul>
<li>Cross Site Scripting</li>
<li>SQL Injection</li>
<li>Process Command Injection</li>
<li>File Canonicalization</li>
<li>Exception Information</li>
<li>LDAP Injection</li>
<li>XPATH Injection</li>
<li>Redirection to User Controlled Site</li>
</ul>
<div class="download">Download <a href="/downloads/CATNETx32CTP.msi">Microsoft Code Analysis Tool .NET (CAT.NET) v1 CTP</a> 32-bit<br />
Download <a href="/downloads/CATNETx64CTP.exe">Microsoft Code Analysis Tool .NET (CAT.NET) v1 CTP</a> 64-bit</div>
]]></content:encoded>
			<wfw:commentRss>http://www.windowswiki.info/old/?feed=rss2&amp;p=372</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Commerce Server Code Name &#8220;Mojave&#8221; November 2008 CTP</title>
		<link>http://www.windowswiki.info/old/?p=280</link>
		<comments>http://www.windowswiki.info/old/?p=280#comments</comments>
		<pubDate>Mon, 24 Nov 2008 20:53:49 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Commerce Server]]></category>
		<category><![CDATA[Microsoft Connect]]></category>
		<category><![CDATA[Code Name]]></category>
		<category><![CDATA[Commerce Server]]></category>
		<category><![CDATA[CTP]]></category>
		<category><![CDATA[Mojave]]></category>

		<guid isPermaLink="false">http://www.windowswiki.info/?p=280</guid>
		<description><![CDATA[Microsoft released the second public Community Technology Preview of the upcoming Commerce Server version today.
Microsoft Commerce Server code name &#8220;Mojave&#8221; delivers the ability to increase your business reach by selling through multiple channels through a new default out-of-the-box shopping site based on ASP.NET 2.0 Web Parts deployed in SharePoint and other SharePoint commerce services, and [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft released the second public Community Technology Preview of the upcoming Commerce Server version today.</p>
<p>Microsoft Commerce Server code name &#8220;Mojave&#8221; delivers the ability to increase your business reach by selling through multiple channels through a new default out-of-the-box shopping site based on ASP.NET 2.0 Web Parts deployed in SharePoint and other SharePoint commerce services, and a compelling new multi-channel commerce foundation, with a new unified run-time calling model, new extensibility points, and new built-in features.</p>
<p>Specifically Commerce Server code name &#8220;Mojave&#8221; adds:</p>
<ul>
<li>New multi-channel commerce foundation, superseding the existing Commerce Server programming model, to rapidly build extensible e-commerce applications for the Web and beyond by using Microsoft .NET Framework 3.5 SP1+.</li>
<li>SharePoint commerce services, including 29 out-of-the-box e-commerce Web parts plus integration between Commerce Server code name &#8220;Mojave&#8221; and SharePoint offering a new Default out-of-the-box site with new search functionality, new shopping features, and what-you-see-is-what-you-get (WYSIWYG) content management and design experiences to facilitate rapid assembly and maintenance of e-commerce Web sites by business users and creative professionals.</li>
</ul>
<p>The following lists what&#8217;s new for this CTP release:</p>
<ul>
<li>Renamed classes in contracts and message builders. Most core classes in Commerce Server 2007 code name &#8220;Mojave&#8221; have been prefixed with the term Commerce (for example, <strong>Query</strong> becomes <strong>CommerceQuery</strong>, <strong>Relationship</strong> becomes <strong>CommerceRelationship</strong>, and so on). This also affects message handlers in the ChannelConfiguration.config file (for example, <strong>QueryOperation_Category</strong> becomes <strong>CommerceQueryOperation_Category</strong>).</li>
<li>Renamed Commerce Server 2007 code name &#8220;Mojave&#8221; pipeline components. The term &#8220;pipeline&#8221; has been replaced with &#8220;operation sequence&#8221;. This affects the naming of several components within the provider assembly (for example, <strong>PipelineComponent</strong> becomes <strong>OperationSequenceComponent</strong>).</li>
<li>Method for returning object created/updated in an operation has changed. Related create and update operations no longer contain an <strong>Options</strong> member. This has been replaced with <strong>CommerceCreate.Options.ReturnModelQueries</strong> and <strong>CommerceUpdate.Options.ReturnModelQueries</strong>. This lets you populate the relationships of the item returned by a create or update operation in the same way you would by executing a query operation. The <strong>CommerceQueryRelatedItem</strong> operations are added to <strong>ReturnModelQueries</strong>, and then processed as if a query were being executed when building the response for a create or update operation.</li>
<li>A new option was added to the Basket query operation to allow skipping execution of the Commerce Server 2007 basket pipelines.</li>
<li>Commerce Server 2007 code name &#8220;Mojave&#8221; multi-channel commerce foundation has been updated with removal of type.</li>
<li>Inclusion of the core elements of the Default site.</li>
<li>Compiled Commerce Server 2007 code name &#8220;Mojave&#8221; Help File (CHM) Documentation has been updated.</li>
</ul>
<p>To install this CTP, you need to have Microsoft Commerce Server 2007 with Service Pack 2 installed. Detailed setup instructions can be found in the ReadMe file. You must UNINSTALL all previous Commerce Server CTP versions before you install this November 2008 CTP. Leveraging a clean system that has never had a previous version of Commerce Server CTP installed upon it is strongly recommended.</p>
<p><a href="https://connect.microsoft.com/site/sitehome.aspx?SiteID=643" target="_blank">Microsoft Commerce Server &#8220;Mojave&#8221; on Connect</a></p>
<p><strong>A newer version of the Commerce Server 2009 has been released. Read <a href="?p=407">this post</a> for more information and download links.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowswiki.info/old/?feed=rss2&amp;p=280</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Services Connector October 2008 CTP</title>
		<link>http://www.windowswiki.info/old/?p=249</link>
		<comments>http://www.windowswiki.info/old/?p=249#comments</comments>
		<pubDate>Tue, 28 Oct 2008 10:37:03 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Connect]]></category>
		<category><![CDATA[Microsoft PDC 2008]]></category>
		<category><![CDATA[CTP]]></category>
		<category><![CDATA[PDC 2008]]></category>
		<category><![CDATA[Services Connector]]></category>

		<guid isPermaLink="false">http://www.windowswiki.info/?p=249</guid>
		<description><![CDATA[Microsoft is now offering a Community Technology Preview of Microsoft Services Connector &#8211; a new Windows Server component that seamlessly connects Active Directory users to a suite of Live services and Microsoft Online Services. After Microsoft Services Connector is installed, users are able to log into their Active Directory account and be given seamless access [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft is now offering a Community Technology Preview of Microsoft Services Connector &#8211; a new Windows Server component that seamlessly connects Active Directory users to a suite of Live services and Microsoft Online Services. After Microsoft Services Connector is installed, users are able to log into their Active Directory account and be given seamless access to Microsoft services as if those services were hosted on your organization&#8217;s own network. Microsoft Services Connector leaves full administrative control of users and accounts in the hands of the customer.</p>
<p><strong>About Microsoft Services Connector</strong><br />
Microsoft Services Connector is a server component that enables you to quickly and easily connect groups of users in your organization to Microsoft services and to services built on the Microsoft services infrastructure. With the connector, your users can seamlessly access Microsoft services by using the Active Directory® credentials that you control.</p>
<p>As a Community Technology Preview (CTP), this early release includes software and documentation that is in a preliminary state and is not intended for use in a production context.</p>
<p><strong>Contents of the CTP Release</strong><br />
This release includes the following:</p>
<ul>
<li>Microsoft Services Connector CTP software package (MSCInstaller.exe)</li>
<li>Microsoft Services Connector Administrator’s Guide (MSCAdminGuide.doc)</li>
<li>Release notes (MSCRelNotes.rtf)</li>
</ul>
<p><a href="https://connect.microsoft.com/servicesconnector" target="_blank">Microsoft Services Connector on Connect</a></p>
<div class="download">Microsoft Services Connector October 2008 CTP<br />
<a href="/downloads/MSCOctober2008ctp.zip" target="_blank">Download Now !</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.windowswiki.info/old/?feed=rss2&amp;p=249</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft &#8220;Mojave&#8221; October CTP API Unit Tests &amp; Sample Sitelet</title>
		<link>http://www.windowswiki.info/old/?p=243</link>
		<comments>http://www.windowswiki.info/old/?p=243#comments</comments>
		<pubDate>Tue, 21 Oct 2008 22:01:58 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Commerce Server]]></category>
		<category><![CDATA[Microsoft Connect]]></category>
		<category><![CDATA[Code Name]]></category>
		<category><![CDATA[Commerce Server]]></category>
		<category><![CDATA[CTP]]></category>
		<category><![CDATA[Mojave]]></category>

		<guid isPermaLink="false">http://www.windowswiki.info/?p=243</guid>
		<description><![CDATA[Mojave October CTP API Unit Tests
This package contains a ZIP of the Mojave October CTP unit tests. While the Visual Studio project will not open, please feel free to use this source as guidance on how to invoke the Mojave API.
A newer version of the Commerce Server 2009 has been released. Read this post for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Mojave October CTP API Unit Tests</strong></p>
<blockquote><p>This package contains a ZIP of the Mojave October CTP unit tests. While the Visual Studio project will not open, please feel free to use this source as guidance on how to invoke the Mojave API.</p></blockquote>
<p><strong>A newer version of the Commerce Server 2009 has been released. Read <a href="?p=280">this post</a> for more information and download links.</strong></p>
<p><strong>Mojave October CTP Sample Sitelet</strong></p>
<blockquote><p><strong>ASP.NET-Based Mojave Sample Sitelet Notes</strong><br />
This sample sitelet demonstrates a simple example of how to write code using Commerce Server &#8220;Mojave&#8221;.  The sample will be updated with additional functionality.  Please check back for new drops of this sample.</p>
<p><strong>Installing the ASP.NET-Based Sample Sitelet</strong><br />
You unpack the Sample Site Sitelet using Commerce Server Site Packager.<br />
Use the following procedure to install the ASP.NET-based Sample Sitelet on one computer using the Quick mode in Site Packager.<br />
Unpacking the ASP.NET-based Sample Sitelet using the Custom unpack option and creating independent databases for each of the site resources is not recommended.</p>
<p><strong>To unpack the ASP.NET-Based Sample Sitelet</strong></p>
<ol>
<li>In Windows Explorer, navigate to the directory you download the package.</li>
<li>Click the SampleSite.pup icon.</li>
<li>In the Unpack screen, select Quick Unpack, and then click Next.</li>
<li>In the Quick Unpack screen, ensure that the SQL Server computer name is correct, enter the SQL Server login name and password, and then click Next.</li>
<li>In the Commerce Server Site Packager window recommending Windows Authentication, click OK.</li>
<li>In the Profiling System screen, accept the defaults, and then click Next.</li>
<li>In the second Profiling System screen, accept the defaults, and then click OK.</li>
<li>After the unpacking is complete, a dialog box appears with the message &#8220;Unpacking is complete!&#8221;. Click Finish.</li>
<li>In Internet Explorer, in the Address box, type HTTP: //&lt;computer name&gt;/SampleSite to open the sitelet.</li>
<li>In Visual Studio 2008, open the web site, HTTP: //&lt;computer name&gt;/SampleSite</li>
<li>Press F5 to build the web site.</li>
</ol>
</blockquote>
<p><strong>A newer version of the Commerce Server 2009 has been released. Read <a href="?p=280">this post</a> for more information and download links.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowswiki.info/old/?feed=rss2&amp;p=243</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Commerce Server Code Name &#8220;Mojave&#8221; October 2008 CTP</title>
		<link>http://www.windowswiki.info/old/?p=239</link>
		<comments>http://www.windowswiki.info/old/?p=239#comments</comments>
		<pubDate>Sat, 18 Oct 2008 07:24:40 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Commerce Server]]></category>
		<category><![CDATA[Microsoft Connect]]></category>
		<category><![CDATA[Code Name]]></category>
		<category><![CDATA[Commerce Server]]></category>
		<category><![CDATA[CTP]]></category>
		<category><![CDATA[Mojave]]></category>

		<guid isPermaLink="false">http://www.windowswiki.info/?p=239</guid>
		<description><![CDATA[Microsoft released the first public Community Technology Preview of the upcoming Commerce Server version yesterday. Amusingly it its codenamed &#8220;Mojave&#8221; &#8211; when I first heard of it I thought it is a joke.
Since this is the very first public CTP, the release is not yet feature complete. This CTP is intended to provide you with [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft released the first public Community Technology Preview of the upcoming Commerce Server version yesterday. Amusingly it its codenamed &#8220;Mojave&#8221; &#8211; when I first heard of it I thought it is a joke.</p>
<p>Since this is the very first public CTP, the release is not yet feature complete. This CTP is intended to provide you with a preview of the new  commerce foundation API. Early next week, Microsoft will be posting a new download that  contains a &#8220;hello world&#8221; sample and additional instructions for using this  CTP.</p>
<p>The release also contains the latest SharePoint web parts available  for preview, however it does not include the default SharePoint site that hosts  the web parts. To use the web parts, you will need to manually configure the web  parts in a SharePoint site.</p>
<p>What features are included in this CTP?</p>
<ul>
<li>&#8220;Mojave&#8221; API</li>
<li>Updated with removal of type</li>
<li>&#8220;Mojave&#8221; Catalog System Web Parts</li>
<li>&#8220;Mojave&#8221; Orders System Web Parts</li>
<li>&#8220;Mojave&#8221; Marketing System Web Parts</li>
<li>&#8220;Mojave&#8221; Profiles System Web Parts</li>
<li>Compiled &#8220;Mojave&#8221; Help File (CHM) Documentation</li>
</ul>
<p>To install this CTP, you need to have Microsoft Commerce Server 2007 with Service Pack 2 installed. Detailed setup instructions can be found in the ReadMe file.</p>
<p><a href="https://connect.microsoft.com/site/sitehome.aspx?SiteID=643" target="_blank">Microsoft Commerce Server &#8220;Mojave&#8221; on Connect</a></p>
<p><strong>A newer version of the Commerce Server 2009 has been released. Read <a href="?p=280">this post</a> for more information and download links.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowswiki.info/old/?feed=rss2&amp;p=239</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Embedded Standard CTP Refresh</title>
		<link>http://www.windowswiki.info/old/?p=30</link>
		<comments>http://www.windowswiki.info/old/?p=30#comments</comments>
		<pubDate>Wed, 13 Aug 2008 21:32:38 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Connect]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[CTP]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://windowswiki.info.dd20424.kasserver.com/blog/?p=30</guid>
		<description><![CDATA[Today Microsoft released the second Community Technology Preview of Windows Embedded Standard to their testers. The CTP Refresh of Windows Embedded Standard has an improved setup experience and migration support from previous versions of Windows XP Embedded. Additionally, it now includes .NET 3.5, additional device drivers, System Center Configuration Manager (SCCM) Client Prereq Macro, and [...]]]></description>
			<content:encoded><![CDATA[<p>Today Microsoft released the second Community Technology Preview of Windows Embedded Standard to their testers. The CTP Refresh of Windows Embedded Standard has an improved setup experience and migration support from previous versions of Windows XP Embedded. Additionally, it now includes .NET 3.5, additional device drivers, System Center Configuration Manager (SCCM) Client Prereq Macro, and various other updates based on direct customer feedback.</p>
<p>In addition, Microsoft also released a CTP of Service Pack 3 (SP3) for Windows XP Embedded. This is a rollup of hot fixes and security updates Microsoft has released since the RTM of Service Pack 2. SP3 also includes select out-of-band features and enhancements. SP3 provides a new baseline for customers deploying Windows XP Embedded.</p>
<p>Sign up for the Windows Embedded CTP here: <a href="https://connect.microsoft.com/windowsembedded" target="_blank">https://connect.microsoft.com/windowsembedded</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.windowswiki.info/old/?feed=rss2&amp;p=30</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
