You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are three projects aiming at different aspects of .NET framework:
lab1 - command line project parsing input argument as a directory path and gives detailed info about this directory as a output
e.g. subdirs and files, file sizes oldest file etc.
lab2 - WPF project for opening selected directory and view all files and subdirs, opening files and deleting them
lab3 - procject for implementing basic LINQ statements and showing answers as MessageBoxes
About
Simple projects in .NET made for my CS Technology Platforms classes