Automation programs in .NET Core - more examples
I’ve added some more examples to the collection of simple programs, using C#, for automating everyday tasks with .NET Core. The updated list of examples now includes:
- Organize files inside a folder according to date: date-named-folders
- Compress files inside a given folder into a ZIP archive: compress-folder-zip
- Flatten a folder, moving files to parent directory: flatten-folder
- Scrape html table to csv text file: web-scrape-table
- Take a CSV file and save it into Excel: save-csv-to-excel
- Create a basic Word document: create-simple-docx
- Search text inside Word documents on a given folder and subfolders: search-text-docx
- Get JSON data from a REST end point, parse and display content: read-json.rest-url
The samples are built with VSCode, the integrated terminal and the following extensions:
This is meant to be my goto library for starting points on multiple recurrent tasks. Also a good personal project to build skills.