Sign in
Vkumar's Commerce WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
August 2006
(1)
July 2006
(1)
June 2006
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Vkumar's Commerce WebLog
How to Enumerate Global Resource Properties.
Posted
over 7 years ago
by
kumar vinod
1
Comments
I got few questions around how to enumerate the properties for a global resource. So here is how you do it. Following sample spits the properties for all the global resources in the console window. This sample uses the manager version of the globalconfig...
Vkumar's Commerce WebLog
Orders DataMigration From CS2002/2000 to CS2007
Posted
over 7 years ago
by
kumar vinod
5
Comments
OrderSystem in CS2007 comprises of 2 site resources as it did in CS2002/2000. Orders migration is not an in place migration. Migration tool loads data from CS2002 tables, transforms it to CS2007 format and inserts it into CS2007 tables. Tool creates the...
Vkumar's Commerce WebLog
Extensibility Notes
Posted
over 7 years ago
by
kumar vinod
3
Comments
Restrictions on Collection Semantics The mapped storage, Pipeline Adapter, and XML serialization support in the Orders system will not work with custom collections that implement dictionary collection semantics. Any collection’s GetEnumerator method...
Vkumar's Commerce WebLog
Changing Column Matching for OrderTemplate and Basket Persistence
Posted
over 7 years ago
by
kumar vinod
2
Comments
During Basket and OrderTemplate persistence, the Orders system performs column matching against column names in the OrderTemplatesAndBaskets table. When a column of the table matches in a case-insensitive fashion the name of a strongly-typed or weakly...
Vkumar's Commerce WebLog
Mapping Weakly Typed Properties to Storage
Posted
over 7 years ago
by
kumar vinod
4
Comments
You can think of any class property as a name-value pair. Strongly typed properties are properties defined as part of a class definition. Weakly typed properties are properties that have not been added as class properties to a class, but instead are placed...
Vkumar's Commerce WebLog
Extending the Orders System
Posted
over 7 years ago
by
kumar vinod
13
Comments
The Orders system Commerce Server 2007, enables you to extend the default objects with custom strongly typed properties and custom methods. The Orders system is accessible through the Microsoft.CommerceServer.Runtime.Orders namespace. Using the Orders...
Page 1 of 1 (6 items)