-1
votes
0answers
25 views

Looking for an Archetype for a scalable web app [closed]

I'm trying to revamp a backbone application built using Marionettejs and asp.net mvc. I can see many missing components and not to mentioned most of the time miss managed implementation based on ...
0
votes
0answers
140 views

Admin Panel like Custom Framework [closed]

I want to Create a Framework , like Admin panel , which can rule almost all the aspects of what is shown on the frontend. For an (most basic) example: If suppose the links which are to be shown in a ...
0
votes
1answer
536 views

With ASP.NET MVC actions, should I use web services?

In ASP.NET Web Forms if you want to use jQuery and call a method directly, you should either implement a web service, or use Page Methods. Also you can use Generic Handlers (.ashx files). However, in ...