Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I miss dbfs in .NET pro data driven programming
Message
De
22/05/2015 09:39:20
 
 
À
22/05/2015 06:52:19
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01620067
Message ID:
01620094
Vues:
72
Have not benchmarked it in Dotnet, but my guess is that reading / parsing JSON is also faster than processing XML.

When comparing such stuff a few years ago, one of the fastest ways to build an internal tree structure with different node "properties" was to runtime compile dict-heavy python source code, probably because the rules are tighter, similar to Execscript or [compiling and running] an unincluded prg in a foxpro app. As JSON is similar to JS source and even part of ECMA, the assumption seems reasonable, esp. if targeting different browsers.

Precompilation (even back into JS source for web apps) of parts is another option - see Mithril docs for speed of specialized JS code vs. typical HTML ;-))


>Much smaller files, leading to fewer bytes transmitted.
>JSON is being used more in all web apps vs. XML, so more generally accepted. This is important as ASP.NET is now Open Source.
>
>>What is the advantage Microsoft sees in JSON vs XML?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform