Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 775 Bytes

File metadata and controls

12 lines (9 loc) · 775 Bytes

Technology Platforms .NET

Simple projects made for my CS classes about .NET

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.

lab1

  • lab2 - WPF project for opening selected directory and view all files and subdirs, opening files and deleting them lab2
  • lab3 - procject for implementing basic LINQ statements and showing answers as MessageBoxes