Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
January 2011
(1)
November 2010
(1)
October 2010
(1)
April 2010
(2)
December 2009
(1)
December 2008
(1)
November 2008
(1)
August 2008
(1)
May 2008
(1)
December 2007
(1)
November 2007
(1)
October 2007
(2)
July 2007
(1)
June 2007
(1)
March 2007
(2)
January 2007
(1)
November 2006
(2)
October 2006
(4)
August 2006
(5)
July 2006
(4)
June 2006
(5)
May 2006
(5)
April 2006
(3)
March 2006
(1)
February 2006
(1)
January 2006
(3)
December 2005
(2)
November 2005
(1)
October 2005
(2)
September 2005
(1)
August 2005
(3)
July 2005
(1)
June 2005
(1)
April 2005
(2)
March 2005
(1)
January 2005
(3)
December 2004
(6)
November 2004
(4)
October 2004
(3)
July 2004
(2)
June 2004
(4)
May 2004
(7)
April 2004
(3)
March 2004
(4)
February 2004
(4)
January 2004
(7)
December 2003
(2)
Tags
Bing
Commerce Server
Data Tools
EF4
Elements of MBT
Geeky
General Software Testing
JobOpenings
Misc
Model Based Testing
Pages
XML
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Final version of CS 2007 Starter Site and Commerce Team Blog now LIVE!
Nihit Kaul - MSFT
The much anticipated Starter Site for Commerce Server 2007 is now available for download. With the release of the Starter Site we have also officially launched the Commerce Team Blog which is what will be used going forward for all Commerce related blog postings directly from the product team. Apart...
on
31 Oct 2006
Blog Post:
Commerce Server 2002 Service Pack 4 Released
Nihit Kaul - MSFT
Commerce Server 2002 SP4 is now live and available for download ! SP4 rolls up all existing QFEs and hotfixes, and can be applied to both CS2002 SP3 and FP1 installations. You can go through the main SP4 Readme document to learn more and also go through the list of bug fixes included with SP4. An...
on
11 Oct 2006
Blog Post:
CS 2007: Starter Site Availability Plans
Nihit Kaul - MSFT
I know this has been asked a million times by now - When are we getting the StarterSite? Well Ryan has the answer . The short answer is next week - but not for production sites. The long answer is October 2006 . Hope that puts a lot of those questions to rest.
on
18 Aug 2006
Blog Post:
CS 2007: How to display a custom user profile definition in the Customer and Orders Manager?
Nihit Kaul - MSFT
This was a question recently posted on one of the Commerce Server newsgroups and I thought I’d write a post on it since it seems like it should be of interest to others as well. In this post I shall give a step-by-step overview of how to create a custom property on a User Object Profile and how to view...
on
8 Aug 2006
Blog Post:
CS 2007: Running Pipelines in a Console Application
Nihit Kaul - MSFT
One of things you might need to do occasionally is to run pipelines from code which is not running in a web context (i.e. the code is not part of a web site or web service). This could be a console app, a WinForm app or even a Windows service. The reason this is a non-trivial task is firstly because...
on
7 Aug 2006
Blog Post:
CS 2007: Things you didn't know about the Customer and Orders Manager UI
Nihit Kaul - MSFT
Just wanted to highlight a couple of points about the Customer and Orders Manager Business Application that is shipped as part of Commerce Server 2007 : You can run the UI with only some of the web services defined.Simply launch the UI and in the connection dialog box, remove the entry for the...
on
7 Aug 2006
Blog Post:
CS 2007: Where is my CreditCardNumber?
Nihit Kaul - MSFT
In case you have been playing around with Payments in Commerce Server 2007 , you might have noticed and wondered about this property on the CreditCardPayment class: CreditCardNumber . No matter what you set it to, a save and reload of the Basket / PurchaseOrder always results in the value being lost...
on
20 Jul 2006
Blog Post:
CS 2007: GetShippingMethods and GetShippingMethods(String)
Nihit Kaul - MSFT
Just wanted to highlight the key difference between these 2 APIs which can both be used to display the set of ShippingMethods which are enabled in the TransactionConfig (the site resource) database. Points to be noted: · Both only return enabled ShippingMethods in the system. · GetShippingMethods...
on
17 Jul 2006
Blog Post:
Commerce Server 2007: How to use a predefined tracking number for placing an Order?
Nihit Kaul - MSFT
An often asked question while working with the Order system in Commerce Server has been whether it is possible to use a predefined order number instead of having the Order system generate it for you. The answer is Yes and here is how you can do that. Generally what is referred to as “order number...
on
21 Jun 2006
Blog Post:
CS 2007 - Recurring Orders Sample Code
Nihit Kaul - MSFT
Here is a code sample which illustrates how you can achieve a common scenario on a B2B / B2C eCommerce site – placing repeated Orders containing the same set of products over and over again, without the hassle of having to search for and save the set of products you are interested in (think of an someone...
on
31 May 2006
Blog Post:
CS 2007 - Secure by Default
Nihit Kaul - MSFT
In case you thought that was all talk, take a look at the Customer and Orders Manager UI in the latest release candidate of Commerce Server 2007 . If you are moving from Beta, and are perplexed as to why you suddenly cannot open this UI anymore it is because we now require that the UI connect over SSL...
on
26 May 2006
Blog Post:
CS 2007 - Orders Data Management Sample Code
Nihit Kaul - MSFT
The Orders subsystem in Commerce Server 2007 offers some really powerful new APIs which can make your life easier. Some of the various operations and scenarios enabled by these APIs are: Searching for Baskets and Orders Deleting Baskets (probably you need to build a utility or windows service...
on
25 May 2006
Blog Post:
Upgrading from CS 2007 Beta 1 to RC 1
Nihit Kaul - MSFT
In this post I shall attempt to highlight the steps required to get a basic StarterSite Beta running on Beta 1 of Commerce Server 2007 (2006 back then) running on the just released Release Candidate of Commerce Server 2007 . I’ll assume that you have a StarterSite Beta unpupped and running on a...
on
23 May 2006
Blog Post:
CS 2006 Orders: Are my indexer properties saved to the database? Where? How?
Nihit Kaul - MSFT
Indexer properties (or weakly-typed properties as they are sometimes referred to - I can see Cathy, our doc writer, cringing on the mention of this term which she passionately abhors) are present on almost all the common Orders classes in CS 2006 such as OrderGroup (which is the base type for Basket...
on
7 Apr 2006
Blog Post:
Alan Faulkner joins Blogdom
Nihit Kaul - MSFT
A big welcome to Alan Faulkner who is a fellow tester on the Commerce Server team and will be posting (infact already has!) some very useful stuff concerning Data Warehousing (like how to setup DWA in CS 2006 Beta on SQL 2005 ), Commerce Server BizTalk Adapters and other CS areas in CS 2006. Among...
on
3 Mar 2006
Blog Post:
CS 2006 News
Nihit Kaul - MSFT
A lot has been happening on the CS 2006 front. Firstly we have our CS 2006 documentation up online at MSDN now, so you don't need to download anything if you just want to read about the various features and APIs in Cs 2006. There has also been some confusion around the CS 2006 editions and SKUs...
on
26 Jan 2006
Blog Post:
Multiple OrderForms in CS 2006
Nihit Kaul - MSFT
Quick post to expound on the multiple OrderForm functionality present in the Order Capture system in Commerce Server 2006 . An OrderForm can be thought of as a placeholder for a bunch of products / line items and associated data such as payments etc. The OrderGroup class (which is a base class...
on
12 Jan 2006
Blog Post:
Sample CS 2006 code for applying and displaying discounts on a Basket
Nihit Kaul - MSFT
In this post I shall run through some basic sample Commerce Server 2006 runtime site code to create a Basket, add an item to it and run it through the pipelines. We can then display the discounts that applied to the Basket (depending on what types of discounts you have created using the Marketing Manager...
on
3 Jan 2006
Blog Post:
Commerce Server 2006 Beta 1 is Live
Nihit Kaul - MSFT
It’s done. It’s official. It’s live. Our gift this holiday season to our customers is the Beta of the most advanced eCommerce release ever from Microsoft – Commerce Server 2006 . The Commerce Server 2006 Beta 1 is now publicly available on the web. Download it and start playing with it - we are dying...
on
21 Dec 2005
Blog Post:
Tech Preview of CS 2006 @ TechEd 2005
Nihit Kaul - MSFT
I am back to my blog after a bit of a break. I was out on vacation to my home town of New Delhi, India and was amazed by the number of changes taking place in Delhi, including the Metro Rail project , largely in preparation for the 2010 Commonwealth Games scheduled to be held there. On the work front...
on
14 Jun 2005
Blog Post:
David Messner joins Blogdom!
Nihit Kaul - MSFT
Sweeeeeeeeet! It is GREAT to finally have David Messner blogging on MSDN . David is the development manager for Commerce Server and is undoubtedly the most revered person in our team (both for his in-depth knowledge of the product and raw smartness). Everyone should subscribe to his blog to hear about...
on
18 Apr 2005
Blog Post:
Cool Tools for Commerce Server
Nihit Kaul - MSFT
If you work with Commerce Server you will find the following tools invaluable. These tools were created by Max Akbar, who recently joined our Program Management team, but has been working on Commerce Server for a long time and has a very detailed knowledge of everything Commerce Server. Kudos to Max...
on
17 Apr 2005
Blog Post:
Ryan Donovan joins blogdom
Nihit Kaul - MSFT
Great to see that Ryan , the Group Program Manager of our team (Commerce Server) has started blogging on MSDN . With his extensive experience with all-things-commerce, his blog will prove invaluable to anyone interested in Commerce Server and related technologies. Subscribe right away!
on
19 Dec 2004
Blog Post:
Costco.com on Commerce Server
Nihit Kaul - MSFT
Feels great to share the news that the 5th largest retailer in US (by fiscal year revenues) is now using Commerce Server to drive their Costco.com online store. If you needed to know whether Commerce Server can perform well at the top of the tier - well, here's your proof! As an aside - did you know...
on
1 Dec 2004
Blog Post:
Starter Site - The Real Solution Site
Nihit Kaul - MSFT
If you have worked with Commerce Server 2002, you have probably used one of the Solution Sites which were shipped as great examples of how Commerce Server could be used in various ways. These included the very popular Retail site and the international Retail2002 sites. Unfortunately, though these sites...
on
29 Nov 2004
Page 1 of 2 (34 items)
1
2