Questions asking us to recommend or find a tool, library or favorite off-site resource 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 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
Rob Connery 做过一个基于 MVC 的教程系列:
http://blog.wekeroad.com/mvc-storefront/mvc -storefront-part-1/
如果您需要这方面的帮助,我还制作了 N 层 ADO.NET(非 ORM)版本。
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.
该服务可能适合,看看它的功能似乎与您所描述的内容很接近:
http://www.aiveacommerceserver.com/Features/Microsoft_SOA_Architecture.htm
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
我的网上商店已经开发了两年了。它基于强类型数据集和 Web 服务,可与数据库的任何引擎/平台进行互操作。商店引擎使用 Linq to Dataset 进行操作,我在 GUI 上使用 JQuery+Web Services for Ajax。管理页面是用 Linq2SQL 编写的。
如果您有兴趣,请发送电子邮件至[电子邮件受保护]
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 [email protected]
我参与了 SutekiShop 项目,到目前为止我对此非常满意。它具有清晰的架构,尽管我不喜欢某些事情的完成方式,但我只是按照自己的方式进行。如果您需要真正定制的东西,请看看 SutekiShop。
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.
还有旧的 Commerce Starter Kit (ASP.NET),也是由 Rob Conery 开发并使用 SubSonic,最终变成了 dashCommerce(都是开源的)。几年前我就使用过 CSK,发现它的可扩展性和适应性非常强,能够满足我的需求。
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.