Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Suggestions for new web app
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 5.0
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01569267
Message ID:
01569282
Vues:
71
J'aime (1)
>Hello all,
>
>Without going into too much detail, I would like to have suggestions for the 'best' way to code and develop a new web based application. Please take into account I have already coded multiple applications using ASP.NET. Also, I am using Mere Mortals as my application framework, SQL Server 2008 R2 as my database and use Telerik tools and Telerik Reporting and obviously use Visual Studio.
>
>Basically, I want to be able to determine if I should stay with ASP.NET or move to Silverlight, MVC or something else.
>
>Thanks in advance for any comments and suggestions.

I think the answer probably depends to a large extent on the type of application. MVC4/Razor can work well but the trend, more and more, seems to be towards putting a lot more controller and UI logic on the client and just using something like the WebApi to handle the data. In a high-load situation the latter makes more sense - the more work done on the client the less needs to be done on the server.

Biggest problem with Silverlight is the lack of cross-platform support (and there probably won't be much in the way of new releases) but it can handle some things easily that are still a nightmare with HTML5.

My 2c....
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform