English 中文(简体)
Development on ASP.NET MVC Storefront Project
原标题:

I see that there is no Check-Ins on ASP.NET MVC Storefront code since Feb 7th. Can anyone please make me aware about whats going on. And on this question, Orchard project link is given with the answer. Is there any relation between these two projects?

最佳回答

The MVC Store Front project was written by Rob Conery and he blogs about it here:

http://blog.wekeroad.com/category/mvc-storefront

You ll note here that it was re-branded as "Kona", although some people referred to Kona as "MVC Store Front 2.0". After this, the sample application was moved on as part of an NHibernate screen cast...

http://tekpub.com/preview/nhibernate

And some sources say that the Orchard Project assimilated the MVC Store Front sample as a component of a much larger content management system, which as you know is located here...

http://www.orchardproject.net/

http://orchard.codeplex.com/

Although I can t find any documentation on the Orchard Project website that confirms that it contains the MVC Store Front or a derivative thereof.

The main reason for losing the trail on this project is that Rob Conery left Microsoft while making the original MVC Store Front screen casts, so this is where the historical black-spot come from in this series.

问题回答

Not sure what the status of MVC Storefront is, but I can tell you that it is unrelated to the Orchard project. Orchard is more of a Content Management System that has been developed by a group of Microsoft ASP.NET developers. It is currently actively developed. Kona is described by its author as "My little commerce app" on this page. I have had no response from my emails to the author, so I guess it is currently shelved.





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签