Base solution for your next web application
Open Closed

SPA vs MPA #674


User avatar
0
marcosli created

Hi,

I'm new on AspNetZero and starting a new project. What platform (SPA or MPA) would you choose and why (main advantages/disadvantages, productivity, etc )? AspNetZero has 100% of all features implemented on both? New features are first released in one platform? Or they released at the same time for both? The same question for documentation updates.

Thanks


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    I suggest SPA in general (independent from AspNet Zero). It provides better user experience and easier to develop when you used to angular.

    For AspNet Zero, features are same (with a slightly different implementation because of platform differences). They are released and upgraded together. Documentations are also like that.