需要一个 ASP.Net 电子商务应用程序,我可以对其进行特定更改(首选 MVC)
我正计划为一位朋友建立一个在线商店,不幸的是他的产品线提出了一些大多数开箱即用的解决方案无法满足的要求。我希望这里有人有一些开源包的经验,他们可以推荐。
具体问题是产品数量将达到数十万。由于产品类型有很多明确定义的细节,因此搜索和排序可以(并且需要)非常精细和高效。因此,首要要求是我替换应用程序中与产品和搜索相关的部分,但仅限于这些部分。我希望有一个电子商务解决方案,可以抽象出产品部分,以便我可以更改数据库表、产品显示代码、搜索代码,并创建明显的代码来与数据库交互。
我更喜欢基于 ASP.Net MVC 构建的东西,因为它可以很好地与我未来考虑的一些扩展配合使用,但我会考虑 WebForms。我也希望它能够在 GoDaddy 的托管上运行,虽然我并不乐观,但在我发现 ASP.Net Web 主机有多么糟糕之前我才得到这个帐户。最后,我需要一些相当成熟的东西,因为我没有时间预先处理尚未经过测试的系统,并且大多数问题已经解决。
我将不胜感激任何想法。
编辑:我已经做了一些搜索,并且找到了几个(至少 8 个)MVC 项目,但我还没有时间根据上面列出的需求正确检查它们。我也无法确定哪些已经从现实世界的应用程序中成熟了......所以我主要是根据对使用该应用程序的熟悉程度来寻求建议,或者至少阅读足够多的内容,以便您觉得值得推荐。
谢谢大家!
I'm planning to set up an online store for a friend, unfortunately his product line introduces some demands most out-of-the-box solutions don't fit. I'm hoping somebody here has had some experiences with an open source package that they can recommend.
The specific issue is that the products are going to number in the hundreds of thousands. Since the type of products have a lot of clearly defined specifics, searching and sorting can be (and needs to be) very granular and efficient. For this reason, the primary requirement is that I replace the product and search-related parts of the app, but only those parts. I'm hoping that there's an ecommerce solution with the product segment abstracted so that I can change the database tables, product display code, search code, and create the obvious code to interact with the database.
I'd prefer something that's built on ASP.Net MVC since it'll play nicely with some extensions I am considering for the future but I'd consider WebForms. I'd also like it to be something that functions on GoDaddy's Hosting, though I'm not optimistic, I just got the account before I discovered how terrible of an ASP.Net web host they are. And finally I need something that's reasonably mature as I don't have time up front to deal with a system that hasn't been tested, and the majority of issues worked through already.
I'd appreciate any ideas.
Edit: I've done a bit of searching already and I've found several (at least 8) MVC projects, but I haven't had time to examine them properly for the needs listed above. I also can't be sure which ones have matured from real world application...So I'm mostly looking for advice either based on a familiarity with using the app or at least reading enough about it that you would feel it's good to recommend.
Thanks Everybody!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请查看 http://code.google.com/p/sutekishop/
Check out http://code.google.com/p/sutekishop/
查看 http://thebeerhouse.codeplex.com/
Check out http://thebeerhouse.codeplex.com/