Question: This program will use C# and LINQ to iterate files, to query, group and order data, and to create an XML document based on that
This program will use C# and LINQ to iterate files, to query, group and order data, and to create an XML document based on that data
Implementation You must follow these implementation guidelines:
1. Create a C# console application. This application has two command line arguments: A path to a folder and a name for a HTML report output file. The application collects all files with the same extension (converted to lower case) and determines for each extension, i.e. file type, the number of files and the total size of all files of this type
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
