Worked example - Creating a C# class for each file in a folder
I recently needed to create a C# class for each file in a folder. This was a one-off job, but there were a large number of files in the folder. How would you approach doing this?
I used the command line to list the files, using the dir command. I pip...
techblog.timhilton.xyz1 min read