Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET MVC eCommerce solutions (either commercial or open source) [closed]

Tags:

Okay, so we have a development infrastructure that utilizes the following: 1. MVC 4 (Razor views) 2. Entity Framework 5 code first 3. Ninject

What I'm looking for are eCommerce solutions that are as close as possible to our existing infrastructure in hopes of integrating as seamlessly as possible.

I've looked at many, many options including: 1. NopCommerce 2. Magelia 3. dashCommerce 4. DotShoppingcart

So far NopCommerce and Magelia (NopCommerce especially), seem to be the closest I can find. I'm looking for suggestions of other eCommerce solutions that might better integrate with our existing infrastructure mentioned above. Cost is really not an issue, so it can be open source or commercial.

Any and all suggestions are welcomed.

Thanks

Nick

like image 605
Nick Weber Avatar asked Jan 15 '13 16:01

Nick Weber


People also ask

Is ASP.NET MVC open source?

It has just been announced that ASP.NET MVC has been released under Microsoft's open source license. The Microsoft Public License is certified by the Open Source Initiative, making is appropriate for most projects requiring an open source license including Novell's Mono.

What is ASP Net and ASP.NET MVC ASP NET core?

ASP.NET Core is a Cloud environment for development and deployments. The primary difference between ASP.NET MVC and ASP.NET Core is their cross-platform approach. ASP.NET Core can be used on Windows, Mac, or Linux, whereas ASP.NET MVC can only be used for applications on Windows.

What is the use of MVC in asp net?

The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating MVC-based Web applications.

Does .NET core use MVC?

The ASP.NET Core MVC framework is a lightweight, open source, highly testable presentation framework optimized for use with ASP.NET Core. ASP.NET Core MVC provides a patterns-based way to build dynamic websites that enables a clean separation of concerns.


2 Answers

try this http://virtocommerce.com/ and enterprise open source ecommerce solutions using the latest technology of .Net

like image 176
Jaime Sangcap Avatar answered Sep 16 '22 14:09

Jaime Sangcap


Nick,

I haven't had a chance to evaluate it yet, as I literally just came across it right before finding your post (I'm doing a similar search for my company,) but you might consider http://merchanttribe.codeplex.com/

As I say, I haven't even looked at the code yet, but they have an open-source MVC eCommerce platform.

Drew

like image 28
user1666973 Avatar answered Sep 20 '22 14:09

user1666973