Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with the recursion logic
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01567554
Message ID:
01567617
Vues:
23
>Have you looked into XML serialization? Reading and writing XML using string functions is not always the fastest and easiest way.

In my particular case the data are already saved in the text column in pseudo-XML format (pseudo, because the root node may be missing).

My task is to format the data the same way it was done in VFP to pass to our C++ application. In VFP there was recursive function using strextract and the like string functions. May be that's why I was thinking that I do need recursion in C# also, although it may be not true.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform