blog comments 0 del.icio.us bookmarks 0 diggs 0 Google results 0

1.0
PostRank

re: MVC Storefront Part 19: Processing Orders With Windows Workflow

From Ayende @ Blog, 3 months ago, 0 views

Rob Conery has another MVC Storefront post, this time focusing on using Windows Workflow.

Those are my random impressions:

As an aside, here is the checkout workflow:

image

And here is how I would write this:

ValidateOrder()
AuthorizePayment()
order.Status = OrderStatus.Verified
SaveOrder()

Much easier, I think :-) And even more flexible.

comments

No comments yet.

You must be logged in to add your own comment.