<?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>Max Akbar : SDK</title><link>http://blogs.msdn.com/maxakbar/archive/tags/SDK/default.aspx</link><description>Tags: SDK</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Updated version uploaded: Commerce Server 2007 Starter Site Release 2</title><link>http://blogs.msdn.com/maxakbar/archive/2008/06/08/updated-version-uploaded-commerce-server-2007-starter-site-release-2.aspx</link><pubDate>Sun, 08 Jun 2008 21:24:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8581383</guid><dc:creator>Max Akbar</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/maxakbar/comments/8581383.aspx</comments><wfw:commentRss>http://blogs.msdn.com/maxakbar/commentrss.aspx?PostID=8581383</wfw:commentRss><description>&lt;p&gt;Looks like there is an update to the Starter Site Release 2 you can still download it from &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=10F9C18E-3E15-4AB9-9C40-A424876D1630&amp;amp;displaylang=en"&gt;MSDownload&lt;/a&gt;.&lt;/p&gt; &lt;h2&gt;How to tell you have the right download?&lt;/h2&gt; &lt;p&gt;I looked at the original release 2 and the file version for CommerceComponents.dll is 6.0.3863.0 and the update release 2 is 6.0.4109.0.&lt;/p&gt; &lt;h2&gt;How to tell which files were updated?&lt;/h2&gt; &lt;p&gt;Unfortunately, as far as I can tell there is no documentation on the bugs and which files were modified. You need to do a file diff on the code to identify changes :(.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8581383" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/maxakbar/archive/tags/SDK/default.aspx">SDK</category></item><item><title>OrderForm Visualizer</title><link>http://blogs.msdn.com/maxakbar/archive/2008/04/28/orderform-visualizer.aspx</link><pubDate>Tue, 29 Apr 2008 06:52:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8436495</guid><dc:creator>Max Akbar</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/maxakbar/comments/8436495.aspx</comments><wfw:commentRss>http://blogs.msdn.com/maxakbar/commentrss.aspx?PostID=8436495</wfw:commentRss><description>&lt;p&gt;Have you developed a pipeline component and then started to debug it and found that you couldn't drill down the OrderForm, Dictionary and SimpleList objects? Well here is the solution. I created this Visualizer to help with the debugging process of pipeline components.&lt;/p&gt; &lt;h2&gt;What is a Visualizer?&lt;/h2&gt; &lt;p&gt;Visualizers allows the displays of a variable or object in a meaningful way. For example, if you have a DataSet visualizer interprets a DataSet object and displays the result in a DataGridview. So the OrderForm visualizer interprets Commerce Server OrderForm which inherits from Dictionary and SimpleList in a TreeView. After installing the OrderForm visualizer run your pipeline code and set a debug point bring your cursor on the object you wish you view noticed that now you have a Dictionary Visualizer.&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.msdn.com/photos/commerceserver/images/8436363/original.aspx"&gt;&lt;/p&gt; &lt;p&gt;After selecting the visualizer the data is rendered in a TreeView.&lt;/p&gt; &lt;p&gt;&lt;img src="http://blogs.msdn.com/photos/commerceserver/images/8436364/original.aspx"&gt;&amp;nbsp; &lt;/p&gt; &lt;p&gt;You can now visualize the data in a tree structure by viewing the key\pair value and the data type.&lt;/p&gt; &lt;p&gt;&lt;br&gt;&lt;strong&gt;&lt;em&gt;Note: The OrderForm visualizer does not allow modifying the underlying data.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt; &lt;h2&gt;What Version of Visual Studio 2005 does this support?&lt;/h2&gt; &lt;p&gt; &lt;table width="50%"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;th&gt; &lt;p&gt;Edition &lt;/p&gt;&lt;/th&gt; &lt;th&gt; &lt;p&gt;Visual Basic &lt;/p&gt;&lt;/th&gt; &lt;th&gt; &lt;p&gt;C# &lt;/p&gt;&lt;/th&gt; &lt;th&gt; &lt;p&gt;C++ &lt;/p&gt;&lt;/th&gt; &lt;th&gt; &lt;p&gt;Web Developer &lt;/p&gt;&lt;/th&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td&gt; &lt;p&gt;Express &lt;/p&gt;&lt;/td&gt; &lt;td&gt;X&lt;/td&gt; &lt;td&gt;X&lt;/td&gt; &lt;td&gt; &lt;p&gt;Managed only &lt;/p&gt;&lt;/td&gt; &lt;td&gt;X&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td&gt; &lt;p&gt;Standard &lt;/p&gt;&lt;/td&gt; &lt;td&gt;X&lt;/td&gt; &lt;td&gt;X&lt;/td&gt; &lt;td&gt; &lt;p&gt;Managed only &lt;/p&gt;&lt;/td&gt; &lt;td&gt;X&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td&gt; &lt;p&gt;Pro and Team &lt;/p&gt;&lt;/td&gt; &lt;td&gt;X&lt;/td&gt; &lt;td&gt;X&lt;/td&gt; &lt;td&gt; &lt;p&gt;Managed only &lt;/p&gt;&lt;/td&gt; &lt;td&gt;X&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt; &lt;p&gt;I haven't tested Visual Studio 2008 but I don't see any issues with using it.&lt;/p&gt; &lt;h2&gt;Where do I get the OrderForm Visualizer?&lt;/h2&gt; &lt;p&gt;&lt;a href="http://www.commerceservertraining.com/Commerce_Server_tools.html"&gt;Commerce Server Training, Inc.&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8436495" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/maxakbar/archive/tags/Orders+System/default.aspx">Orders System</category><category domain="http://blogs.msdn.com/maxakbar/archive/tags/SDK/default.aspx">SDK</category></item><item><title>Starter Site Documentation</title><link>http://blogs.msdn.com/maxakbar/archive/2007/02/12/starter-site-documentation.aspx</link><pubDate>Tue, 13 Feb 2007 04:58:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1665487</guid><dc:creator>Max Akbar</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/maxakbar/comments/1665487.aspx</comments><wfw:commentRss>http://blogs.msdn.com/maxakbar/commentrss.aspx?PostID=1665487</wfw:commentRss><description>&lt;p&gt;Looks like we have documentation for the starter site, you can find it &lt;a href="http://go.microsoft.com/fwlink/?LinkId=76190"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1665487" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/maxakbar/archive/tags/SDK/default.aspx">SDK</category><category domain="http://blogs.msdn.com/maxakbar/archive/tags/Training/default.aspx">Training</category></item><item><title>Free Commerce Server 2007, SQL 2005, Visual Studio Web, and C# Express</title><link>http://blogs.msdn.com/maxakbar/archive/2006/11/03/free-commerce-server-2007-sql-2005-visual-studio-web-and-c-express.aspx</link><pubDate>Sat, 04 Nov 2006 04:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:949676</guid><dc:creator>Max Akbar</dc:creator><slash:comments>35</slash:comments><comments>http://blogs.msdn.com/maxakbar/comments/949676.aspx</comments><wfw:commentRss>http://blogs.msdn.com/maxakbar/commentrss.aspx?PostID=949676</wfw:commentRss><description>&lt;p&gt;Did you know that Commerce Server 2007 Developer Edition can run using SQL Express as the data store and Visual Studio Web Express to edit your Starter Site and that's not all you can download the Visual C# Express to create application with Commerce Server 2007.&lt;/p&gt; &lt;p&gt;Of course this is not tested by the product group but I took it upon myself to do the work.&lt;/p&gt; &lt;h2&gt;Here is what you need to do:&lt;/h2&gt; &lt;ol&gt; &lt;li&gt;Make sure you have a clean system running Windows 2003 SP1 or R2 with latest updates.  &lt;li&gt;Download the &lt;a href="http://msdn.microsoft.com/vstudio/express/sql/register/default.aspx"&gt;Microsoft® SQL Server® 2005 Express Edition&lt;/a&gt;&amp;nbsp;making sure to download the &lt;strong&gt;SQL Server 2005 Express Edition with Advanced Services SP1&lt;/strong&gt;&amp;nbsp;and install it. Be sure to check the Full Text option during the installation.  &lt;li&gt;Next download the &lt;a href="http://msdn.microsoft.com/vstudio/express/default.aspx"&gt;Visual Web Developer 2005 Express Edition&lt;/a&gt;&amp;nbsp;and install accepting all defaults.  &lt;li&gt;Then download the&amp;nbsp;&lt;a href="http://msdn.microsoft.com/vstudio/express/default.aspx"&gt;Visual C# 2005 Express Edition&lt;/a&gt; and install accepting all defaults.  &lt;li&gt;Now we are ready for Commerce Server download the &lt;a href="http://www.microsoft.com/commerceserver/evaluation/software.mspx"&gt;Commerce Server 2007 Developer Edition&lt;/a&gt; for free and install accepting all defaults then configure Commerce Server.  &lt;li&gt;Download the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c1a8cc18-dc9e-4c50-b598-86e640a79910&amp;amp;displaylang=en"&gt;Commerce Server 2007 Starter Site&lt;/a&gt; and follow the instructions in the readme for installation and configuration.  &lt;li&gt;Download the &lt;a href="http://www.microsoft.com/commerceserver/partners/sdk/default.mspx"&gt;Commerce Server 2007 Partner Software Development Kit&lt;/a&gt; and install to the SDK folder of Commerce Server.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;That's it now you have a full functional starter site that you can review and modify as well as view the new Management Applications and if you want to know how they were designed or you want to modify them you can do that using Visual C# Express, and it's all free. Another scenario that this fits is that you maybe training folks and you never have to worry about reinstalling software :).&lt;/p&gt; &lt;h2&gt;Caveats&lt;/h2&gt; &lt;ol&gt; &lt;li&gt;No BizTalk 2006 it's not free but you can download the evaluation bits.  &lt;li&gt;No Data Warehouse and Analytics but you can download the evaluation bits.  &lt;li&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;No support form &lt;/font&gt;&lt;/strong&gt;&lt;a href="http://support.microsoft.com/oas/default.aspx?ln=en-us&amp;amp;c1=508&amp;amp;x=14&amp;amp;y=14&amp;amp;gprid=11723&amp;amp;"&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;PSS&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;&amp;nbsp;at least not yet :).&lt;/font&gt;&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt; &lt;h2&gt;Summary&lt;/h2&gt; &lt;p&gt;So what does this mean? If you are developer, a hobbyist or someone who is curious about Commerce Server 2007 and want to know what all the BUZ is about you can do that free.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=949676" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/maxakbar/archive/tags/SDK/default.aspx">SDK</category><category domain="http://blogs.msdn.com/maxakbar/archive/tags/Partner+SDK/default.aspx">Partner SDK</category><category domain="http://blogs.msdn.com/maxakbar/archive/tags/Training/default.aspx">Training</category><category domain="http://blogs.msdn.com/maxakbar/archive/tags/Architectural+and+Design/default.aspx">Architectural and Design</category></item><item><title>Commerce Server 2007 Starter Site is RTW</title><link>http://blogs.msdn.com/maxakbar/archive/2006/10/31/commerce-server-2007-starter-site-is-rtw.aspx</link><pubDate>Wed, 01 Nov 2006 00:12:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:915749</guid><dc:creator>Max Akbar</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.msdn.com/maxakbar/comments/915749.aspx</comments><wfw:commentRss>http://blogs.msdn.com/maxakbar/commentrss.aspx?PostID=915749</wfw:commentRss><description>&lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c1a8cc18-dc9e-4c50-b598-86e640a79910&amp;amp;displaylang=en"&gt;Commerce Server 2007 Starter Site now available&lt;/a&gt; &lt;p&gt;With the included sample data, the Commerce Server 2007 Starter Site helps you build an online store complete with product details, shopping cart, checkout processes, and marketing support. Use the Starter Site as a guideline for building front-end Web sites for Commerce Server 2007.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=915749" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/maxakbar/archive/tags/SDK/default.aspx">SDK</category><category domain="http://blogs.msdn.com/maxakbar/archive/tags/Training/default.aspx">Training</category></item><item><title>Commerce Server 2007 Starter Site CTP</title><link>http://blogs.msdn.com/maxakbar/archive/2006/08/25/724428.aspx</link><pubDate>Fri, 25 Aug 2006 23:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:724428</guid><dc:creator>Max Akbar</dc:creator><slash:comments>71</slash:comments><comments>http://blogs.msdn.com/maxakbar/comments/724428.aspx</comments><wfw:commentRss>http://blogs.msdn.com/maxakbar/commentrss.aspx?PostID=724428</wfw:commentRss><description>&lt;P&gt;The Commerce Server team is pleased to announce that a Technology Preview of the Commerce Server 2007 Starter Site is now available. This release is designed to provide our community with a guideline for building a front-end website for Commerce Server 2007. The release includes an installation guide and readme, but does not include full documentation. The CS2007 Starter Site CTP is &lt;STRONG&gt;NOT FOR PRODUCTION USAGE&lt;/STRONG&gt;, and is not supported by Microsoft. This release is to allow our customers an early technology preview&amp;nbsp;to learn more about how to deploy Commerce Server 2007, and provide feedback to&amp;nbsp;the product group about the technology.&lt;/P&gt;
&lt;P&gt;The final release of the Starter Site is scheduled for later this year. The final release will also include the final, full documentation, along with any requisite updates to the Installation Guide and Readme. For customers who wish to go live with the Starter Site, it is imperative that they use the final version, not the CTP release.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://connect.microsoft.com"&gt;Commerce Server 2007 Starter Site CTP Downlaod&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=724428" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/maxakbar/archive/tags/SDK/default.aspx">SDK</category><category domain="http://blogs.msdn.com/maxakbar/archive/tags/Training/default.aspx">Training</category></item><item><title>Commerce Server 2007 Partner Software Development Kit</title><link>http://blogs.msdn.com/maxakbar/archive/2006/08/23/715805.aspx</link><pubDate>Thu, 24 Aug 2006 03:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:715805</guid><dc:creator>Max Akbar</dc:creator><slash:comments>11</slash:comments><comments>http://blogs.msdn.com/maxakbar/comments/715805.aspx</comments><wfw:commentRss>http://blogs.msdn.com/maxakbar/commentrss.aspx?PostID=715805</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Calibri&gt;Microsoft Commerce Server 2007 Partner Software Development Kit (SDK) makes available source code and documentation to customize the Commerce Server Business User tools – Catalog Manager, Marketing Manager, and Customer and Orders Manager – for redistribution to your customers (subject to terms of license).&lt;/FONT&gt;&lt;/P&gt;&lt;FONT face=Cambria color=#4f81bd size=4&gt;Recommended System Requirements&lt;/FONT&gt; &lt;FONT face=Calibri&gt;
&lt;UL&gt;
&lt;LI&gt;A computer with a 2.0 GHz or better processor &lt;/LI&gt;
&lt;LI&gt;1.0 GB or more RAM &lt;/LI&gt;
&lt;LI&gt;30 GB or more free hard disk space &lt;/LI&gt;
&lt;LI&gt;SQL Server 2005 SP1 or SQL Server 2000 SP4 &lt;/LI&gt;&lt;/UL&gt;&lt;/FONT&gt;&lt;FONT face=Cambria color=#4f81bd size=4&gt;Download the Partner SDK&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face=Calibri&gt;&lt;A href="http://www.microsoft.com/commerceserver/partners/sdk/privacy.mspx"&gt;Register to download the Commerce Server 2007 Partner SDK&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=715805" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/maxakbar/archive/tags/SDK/default.aspx">SDK</category></item></channel></rss>