A Simple Dot Net core project with c#. Weekly collecting basic questions online and solving them in an easy way or format. The project has three cproj solutions namely Task.sln, ConsoleTest.sln and TestTask.sln each performing a distinct task.
-
Task.sln This is a simple class library project where all the tasks are created.
-
ConsoleTest.sln A simple .net core console application for testing all the class libraries from the task solution.
-
TestTask.sln A unit test project for XUnit testing is an alternative for testing the class libraries instead of using the console application.
- Download and install Visual Studio Code.
- Download and install the .NET Core SDK.
- Install the C# extensions from the Visual Studio Code marketplace.
- Fork and Clone project repo.
- Open TaskSolutions.sln with either vs code or visual studio.
Contribute Check out how to contribute.
All accepted contributions from authors will get their GitHub links highlighted here.
https://docs.microsoft.com/en-us/dotnet/core/install/windows?tabs=net50 https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu https://code.visualstudio.com/download https://code.visualstudio.com/docs/languages/csharp#:~:text=Installing%20C%23%20support%23&text=You%20can%20install%20it%20from,you%20open%20a%20C%23%20file.