Customizable progress bar for C# console applications (.NET Core 2.0). Includes a basic progress bar which can be used for any long-running task and a file transfer progress bar that detects when the transfer has stalled, firing an event that the client can subscribe to.
Light-weight, cross-platform (NET Core 2.1) C# Asynchronous file server and text messaging platform. Utilizes custom extension methods which wrap asynchronous TCP socket method pairs (BeginProcess/EndProcess) within a single method which returns a Task object, providing the benefits of the Task Parallel Library (TPL) to socket programming.
Eğitmenlerin sistem üzerinden öğrenciler için sınav oluşturabileceği, eğitimleri yayımlayabileceği bir web projesi. .NET Core 2 kullanılan proje katmanlı mimari ile oluşturulmuş, içerisinde Unit of Work ve Repository Pattern kullanılmıştır.