an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 10/17/2007 9:23:28 AM By lukezy. 1 replies.
10/17/2007 8:44:28 AM
Coder
Posts: 4
Joined: 4/23/2008
Enterprise Library

Hi,

Thanks for posting source code.

Great shopping cart. You should write a book/pdf for it.

I downloaded Enterprise Library 3.1. I wan to integrate to your shopping cart, but I don't know how.

Do you think it's necessary to upgrade to library 3.1?

Can you help?

Thanks,

 

 

10/17/2007 9:23:28 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Enterprise Library

I am probably too busy to write a book or when it gets done it's probably outdated ;). My goal is trying to write some insights in my blog.

Back to your question. There aren't many improvements from EntLib 2.0 to 3.1. The two major features that I can see are 1) work with Netfx 3.0 2) Policy injection  If you definitely need features in Netfx 3.0 like work flow engine, you might want to upgrade EntLib to 3.1. It shouldn't be hard to upgrade to 3.1 since there aren't breaking changes. You could just compile Entlib 3.1 and replace all the references to the 3.1 ones. The only trick here is the SQLConfiguration which is in the sample part of the EntLib. In the next release (hopefully in Nov 1st) I will remove the dependencies to the SQLConfiguration for the open source edition. 

DotShoppingCart Staff