Click here to Skip to main content
15,891,033 members
Everything / ini

Ini

ini

Great Reads

by shunninghuang
Software named M1.NET which shows the details of decrypting arcade game audio
by shunninghuang
C# arcade emulator, ROM hacking
by Yücel Güven
IPv6 Subnet Calculator / Tool explained ( latest version: 5.0 )
by Federico Di Marco
Query Excel or CSV files with T-SQL without importing them in a table first

Latest Articles

by shunninghuang
C# arcade emulator, ROM hacking
by Federico Di Marco
Query Excel or CSV files with T-SQL without importing them in a table first
by shunninghuang
Software named M1.NET which shows the details of decrypting arcade game audio
by Yücel Güven
IPv6 Subnet Calculator / Tool explained ( latest version: 5.0 )

All Articles

Sort by Score

ini 

6 Feb 2023 by shunninghuang
Software named M1.NET which shows the details of decrypting arcade game audio
31 Jan 2022 by OriginalGriff
I'd use either XML or JSON: build your classes, populate them, and XML or JSON will serialize / deserialize the file in pretty much a single line of code. It's a lot more flexible and "developer friendly" than an INI file!
1 Feb 2022 by Niklas Arabäck
Hi, I can't find the right way and hope that you can help me. I need to use input files for my C# program. The file consists of some info in the beginning and is followed by a big table. It's a calibration file. I also need to generate an...
31 Jan 2022 by M Imran Ansari
In Additional with the solution-1. As you mentioned later on it would be a big table. Write your own classes according to config files and go with either XML or JSON because these formats are human-readable, easy to parse and available in most...
18 Feb 2024 by shunninghuang
C# arcade emulator, ROM hacking
24 May 2022 by Yücel Güven
IPv6 Subnet Calculator / Tool explained ( latest version: 5.0 )
24 Oct 2023 by Federico Di Marco
Query Excel or CSV files with T-SQL without importing them in a table first
31 Dec 2021 by Shun Huang
Use Python to build Threaded Binary Search Trees