Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

A Beginner's Guide to C-Sharp-CH14: INI Files - Configuration Files (ABGC)

Posted By: AlenMiler
A Beginner's Guide to C-Sharp-CH14: INI Files - Configuration Files (ABGC)

A Beginner's Guide to C-Sharp-CH14: INI Files - Configuration Files (ABGC) by Tim R. Wolf
English | 17 Jun. 2017 | ASIN: B072SBSWYD | 81 Pages | PDF | 1.73 MB

Chapter 14 (75 pages) shows how to read and write INI files - configuration files. Although INI files are considered old-fashioned, now replaced with xml, config, and the Windows Registry, I find them very useful and most programs I write still use them – just because they are more flexible than these other designs.

This chapter describes everything you need to know about INI files and the end-result is a general-purpose routine that can be added to your utility library.

About this series: A beginner's guide to C-Sharp programming with Microsoft's Visual Studio, 2017. A complete programming guide. Simple, step-by-step, fully illustrated. Tailored for new and novice developers. Discusses basic techniques that all programmers need to learn.

This series is sold by Chapters at a low cost. A total of 28 chapters, in three volumes. Over 1800 pages, 900 quality illustrations.

Why am I distributing by chapter? To keep the cost down and to keep each section manageable. This book acts as a reference guide. Topics are covered in great detail, with little time spent on theory. The goal of these books are to solve programming problems quickly and efficiently.

I hope you enjoy reading and studying these pages as much as I have enjoyed writing them. –TRW