This repository contains a server-side application developed using C# with the .NET Framework. This project was developed with a strong focus on performance and maintainability, addressing a variety of tasks across different domains.
Clone the Repository: Clone this repository to your local machine using the following command:
git clone https://github.com/rahimi7k/WebServer_Applications.git
Open the Solution File: Navigate to the project directory where the IODynamic.sln file is located. Double-click on the IODynamic.sln file to open it in Visual Studio.
Restore NuGet Packages: Upon opening the solution in Visual Studio, restore the necessary NuGet packages if prompted. You can do this by right-clicking on the solution in the Solution Explorer and selecting "Restore NuGet Packages."
Build the Solution: Once the packages are restored, build the solution by clicking on "Build" > "Build Solution" (or press Ctrl+Shift+B).
Run the Application: After successfully building the solution, you can run the application by clicking the "Start" button in Visual Studio (or press F5).