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
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.
It is the repository where I created examples on .NET Core Console Projects to understand the logic of the RabbitMQ technique by touching on the basic concepts.
This is a simple console application for currency exchange, developed in C# using the .NET framework. The project serves as a basic implementation to demonstrate fundamental concepts in currency conversion.
The Candidate Management Console Application is a streamlined solution for managing candidate information from the command line. Built using the .NET Framework 4.8, this application offers a basic set of features to efficiently manage candidate data.