Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any .NET ecommerce packages using MVC and Linq?

I'm trying hard not to go off and roll my own shopping cart, but after perusing the available .NET ecom packages, it's all ASP.NET webforms. In addition, if i see another handrolled DB layer or some manual invocation of Activator.CreateInstance() for extensibility, i'm going to break out in hives.

So what I'm looking for is a shopping cart written in C# using ASP.NET MVC, FubuMVC or Monorail using some Linq capable ORM, preferably NHibernate. I would prefer it to be open source, but if the code base is well done and source license is available, I'm not opposed to a commercial solution.

I know about Rob Conery's webcast series on this topic, but if i'm not rolling my own, i'd like something a little closer to prime time.

Is there such a beast, or is rolling my own the best option?

like image 452
Arne Claassen Avatar asked Jan 02 '10 02:01

Arne Claassen


3 Answers

If you're looking for an open source ecommerce app that uses MVC then check out http://www.nopcommerce.com - they've just released version 2.0 which is done in MVC 3.

like image 183
Barry Franklin Avatar answered Nov 07 '22 01:11

Barry Franklin


Did you happen to look at http://code.google.com/p/sutekishop/?

This is afaik an open=source e-commerce suite, running ASP.NET MVC and (maybe) Linq2SQL. It has been deployed at least on one place, and the dude running is (Mike Hadlow at http://mikehadlow.blogspot.com/) is supplying with commercial support (I think).

like image 21
Ken Egozi Avatar answered Nov 07 '22 01:11

Ken Egozi


iv been developing an ecommerce package using mvc and linq. Its roughly based on magento's implementation and is about 50% complete. All the basic stuff works like adding categories and products, pricing rules, user sign ups, product imports and exports. There are currently two stores using it. Im thinking about open sourcing it and would like to hear from other developers who would be interested in giving me a hand to finish it off.

like image 2
Conaire Creaney Avatar answered Nov 07 '22 02:11

Conaire Creaney