asp.net ecommerce solutions [closed]

六月ゝ 毕业季﹏ 提交于 2019-12-06 15:43:43

问题


I'm working on several ASP.NET ecommerce projects where we're using Aspdotnetstorefront solution. It is not so bad. It has a lot of useful features, it is extensible, it is stable, but... the source code is like nightmare. If you need customize something - it becomes a problem for you, because you need to change it in several places and always keep it in mind.

Can anyone suggest some better solution?


回答1:


roll your own? there are several start up projects available from microsoft or i have heard that dotshoppingcart is supposed to be good but i have not used it myself. I would advise diy as then you will know what is happening in the code

http://www.asp.net/community/projects look for ecommerce




回答2:


Your choice will probably depend on whether you want c# or vb, webforms or MVC etc.

If you want webforms like aspdotnetstorefront then try

Kartris (codeplex)

It's free and open source. Nopcommerce is popular if you want MVC



来源:https://stackoverflow.com/questions/4783251/asp-net-ecommerce-solutions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!