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 08:07:51
 
 
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:
01620092
Vues:
79
>>Now that I am learning .NET I really miss dbf tables.
>>
>>I use them to store parameters for data driven programming. They are easy to maintain and since they are included in the executable they are always in sync with the code.
>>
>>Is there an similarly easy to use tool in .NET for that?
>>
>>TIA,
>>
>>Alex
>
>You could consider storing parameters for data driven programming in XML files. You could quickly convert XMLs into data-sets (at run-time) and use them (instead of dbfs). Even in my VFP application I am changing all configurations and meta data from DBF to XML (to make everything more .NET-compatible).
>HTH

For my purposes a good way would be to save an Excel spreadsheet in a format that .net can read. csv, xml, json.

Only csv is available in Excel. Maybe a vba script to save as json?

Just came across this library: https://github.com/JoshClose/CsvHelper

Alex
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform