What is the difference between MVC and MVP [duplicate] - oop

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
What are MVP and MVC and what is the difference?
I know MVC (Model-View-Controller). Can somebody precisely reason how MVP is different from MVC?
Also Where is MVP desirable than MVC?

In MVP the view is not allowed to "think". The presenter contains all the logic.
look at this: http://code.google.com/webtoolkit/articles/mvp-architecture.html#presenter

Related

List of uses of For Loops [duplicate]

This question already has answers here:
Which loop to use, for or do/while?
(13 answers)
Closed 6 years ago.
Can someone please list the possible uses of For loops in programming in general?
I would like to know so that when I have an issue, I can say "aha" a For loop would be perfect for that.
Any help appreciated.
Look here for informations about the for-loop.

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

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
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
try this http://virtocommerce.com/ and enterprise open source ecommerce solutions using the latest technology of .Net
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
Nick,
You can also check Cart42 (GitHub). It utilizes ASP.NET MVC with Razor views, Entity Framework 5 with code-first. However for DI it uses StructureMap rather than Ninject.

can you have a live tile within a Windows 8 app? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Using live tiles inside a windows 8 metro application
Could be a third party tool provider. If not is there a way to customize it to include live tiles inside the app?How?
The actual "live tiles" implementation is not available inside the App, but you can simulate them and their behaviour.
I think Callisto might be what you want, it's really easy to use.

How to start Learn Prism for Silverlight? [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How to Learn Prism for Silverlight Fast?
I want to learn and implement PRISM in My new application.
Please suggests any link which is good for how to start with prism and how to implement it in application.
Thanks in Advance.
Check Codeproject site for start http://www.codeproject.com/KB/silverlight/PrismTutorial_Part1.aspx
I also encourage purchasing a monthly subscription of Pluralsight. There you will find video tutorials that everything a developer needs.

How does automatic Reference Counting in Objective C works? [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How does the new automatic reference counting mechanism work?
Can someone explain succinctly how automatic Reference Counting in Objective C works?
It's not a quick "type it up for the internet" answer. There was a nice hour-long lecture about it at WWDC 2011 that was dense with information.
Suffice it to say that the next step in compiler technology and code analysis is at the heart of how it works.