Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting Up ECommerce in ASP.NET [closed]

I'm an ECommerce newbie. I'm looking for an exceptional guide for setting up casual ECom (or plugging it into an exsiting site) for ASP.NET, complete with recommended components for a product catalog/shopping cart/merchant account and any anything else I might need.

I don't have a large product inventory (less than 50) and don't plan on doing more than 100 transactions a day.

Ideally the components would be highly configurable and be reasonable in price (or free). I'm not looking for someone to go shopping for me, I would appreciate it if you've actually used or had experience with the components you recommend.

Failing that if you can find a dynamite article/walkthrough I'd take that too, I didn't find much on the end of a Google search.

Thanks in advance!

Update I wouldn't suggest ASP.NET Storefront to anyone, especially if you want source code. Their product is (for lack of a better word) terrible. DotNetCart is half decent, although they have a pretty awkward API.

like image 966
Tyler Avatar asked Jun 10 '09 05:06

Tyler


People also ask

Is ASP.NET good for eCommerce?

“Yes, it is a good idea to create eCommerce websites with ASP.NET. This is mainly because of the high security and functionality that ASP.NET confers on websites.


1 Answers

Dash Commerce is pretty much the default open source c#/.net e-commerce platform. It's got the biggest community, is under active development, has Enterprise options (ie, if you want to, you can pay for support) and is actually used by a lot of websites, so you can be fairly confident it's mature, reliable etc. There are also lots of payment plugins already available, which is a bonus as payments are tricky and need to be done securely and reliably. Unfortunately Dash Commerce seems to have disappeared off the face of the internet. nopCommerce is the next most mature and active ASP.Net Webforms alternative.

IIRC it was originally written by Rob Connery as a project to use Subsonic, but it's matured and grown it's own self sustaining ecosystem since then.

Rob has also created the MVC Storefront as an ASP.Net MVC learning exercise. It's probably less mature and harder to use than dash commerce, but if part of the exercise is the technical challenge, then it might be very interesting.

like image 59
Andrew M Avatar answered Nov 10 '22 06:11

Andrew M