开发者

Modern ASP.NET eCommerce solution [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site res开发者_如何学JAVAource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

i'm done quite lot searching, but just to be sure, is there any modern ASP.NET eCommerce solution? Almoust all solutions i've found are ASP.NET 2.0 based, use no ORM, have no clear separation of layers. And i've searched mostly for commercial packages, hoping that commercial products will offer more, that open source ones? I mean they offer more, but only in features, not in architecture, cutting edge technologies and etc. Does anybody know any full featured eCommerce solution, that it's build using modern ORM, let's say NHibernate? Linq2Sql? Witch uses ASP.NET MVC? Witch is N-Tier? If you know such product, please point me to it, may be i'm missing it. The only project, that is realy modern was sutekishop, but it's quite limited on feature side.


Rob Connery had done a tutorial series based on MVC: http://blog.wekeroad.com/mvc-storefront/mvc-storefront-part-1/

I've also done an N-Tier ADO.NET (non-ORM) version if you need help in that direction.


This service might be a fit, looking at the features it seems to be close to what you are describing:

http://www.aiveacommerceserver.com/Features/Microsoft_SOA_Architecture.htm


I have a webshop in development for 2 years now. It is based on Strongly typed Datasets, and Web Services for interoperability with any engines/platforms for the database. The shop engine is using Linq to Dataset for operations, and I'm using JQuery+Web Services for Ajax on the GUI. The administration pages are written with Linq2SQL. If you're interested, please drop an email to balint@cardos.hu


I've gone with SutekiShop project and so far I'm very happy with it. It has clear architecture, although I didn't liked how some of the things were done, I've simply made it my way. If you need something really custom, take a look at SutekiShop.


There was also the old Commerce Starter Kit (ASP.NET), also by Rob Conery and using SubSonic that eventually turned into dashCommerce (both open source). I've used CSK a few years back, and found quite extendable and adaptable for my needs.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜