Commerce Server "Mojave": Overview
- Posted: Oct 29, 2008 at 9:36 AM
- 17,711 Views
- 6 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
One of the things I didn't like in CS2007 is the concept of PropertyBags which is very error prone (according to my experiences at least) and this Generic Query<T> looks very similar to that (at least to me) with no compile time safety
With Commerce Server "Mojave", you can create your own types that inherit from the ICommerceEntity interface and then add property getters/setters to strongly type your properties.
For example:
public class CatalogEntity : ICommerceEntity
{
public string Id
{
get { return this._commerceEntity.GetPropertyValue(CommerceEntity.PropertyName.Id) as string; }
set { this._commerceEntity.SetPropertyValue(CommerceEntity.PropertyName.Id, value); }
}
}
Tom
You really did a great job with the new unified programming modell and the message flow. I am really looking forward to working with the new Commerce Server Release.
Ralf
where can i find more webcasts/videos on commerce server? specificly profile system?
Was this audio choppy for anyone else or just me?
Remove this comment
Remove this thread
close