Hi, i'm done quite lot searching, but just to be sure, is there any modern ASP.NET eCommerce solution? Almoust all solutions i've found are ASP.NET 2.0 based, use no ORM, have no clear separation of layers. And i've searched mostly for commercial packages, hoping that commercial products will offer more, that open source ones? I mean they offer more, but only in features, not in architecture, cutting edge technologies and etc. Does anybody know any full featured eCommerce solution, that it's build using modern ORM, let's say NHibernate? Linq2Sql? Witch uses ASP.NET MVC? Witch is N-Tier? If you know such product, please point me to it, may be i'm missing it. The only project, that is realy modern was sutekishop, but it's quite limited on feature side.
This service might be a fit, looking at the features it seems to be close to what you are describing:
http://www.aiveacommerceserver.com/Features/Microsoft_SOA_Architecture.htm
Rob Connery had done a tutorial series based on MVC: http://blog.wekeroad.com/mvc-storefront/mvc-storefront-part-1/
I've also done an N-Tier ADO.NET (non-ORM) version if you need help in that direction.
hi, I have a webshop in development for 2 years now. It is based on Strongly typed Datasets, and Web Services for interoperability with any engines/platforms for the database. The shop engine is using Linq to Dataset for operations, and I'm using JQuery+Web Services for Ajax on the GUI. The administration pages are written with Linq2SQL. If you're interested, please drop an email to [email protected]