system-io
There are 7 repositories under system-io topic.
Liam-Rand/Corner-Grocer-App
The Corner Grocer App is a console application written in C++ and Python used for performing quantity calculations from a shopping list text file.
wtrsltnk/system.io
Partial c++ implementation of .NET System.IO classes
erionpc/FileSplitterMerger
.NET Core 5 console tool which can split or merge any files of any size. It can handle huge files (100GB+) with a minimal memory fingerprint because it uses streams and adaptive buffers to read and write to disk, based on the process available memory. The speed will depend on the disk IO.
huseyinerdin/BlogProject-.Net
c#/.Net/System-IO/Multiple-Document Interface (MDI)
aliyildizoz/SiparisOtomasyonu
Müşterilerin siparişlerinin takibi,sipariş detayları , verilerin listelendiği ve CRUD işlemlerinin yapıldığı Veritabanı olarak Json formatında verilerin tutulduğu bir proje.
thekasss/practicing-csharp
The repository contains several exercises and small projects, intended for oop practice!
wtrsltnk/ssf
Serve Static Files, a small app that will serve static files from the current working directory.