https://github.com/ssanthosh010303/d11c1
Day-11 Challenge-1: Implementing a 3-tier Shopping Application with Unit Testing
https://github.com/ssanthosh010303/d11c1
classlibrary csharp dotnet nunit3
Last synced: 3 months ago
JSON representation
Day-11 Challenge-1: Implementing a 3-tier Shopping Application with Unit Testing
- Host: GitHub
- URL: https://github.com/ssanthosh010303/d11c1
- Owner: ssanthosh010303
- Created: 2024-04-24T11:45:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T12:34:56.000Z (about 1 year ago)
- Last Synced: 2025-01-01T19:22:47.403Z (5 months ago)
- Topics: classlibrary, csharp, dotnet, nunit3
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Day-11 Challenge-1: Implementing a 3-tier Shopping Application with Unit Testing
- **Author:** Sakthi (Sandy) Santhosh
- **Created on:** 18/04/2024## Build
Open a shell instance on your machine, navigate to the project folder and run the following command:
```bash
dotnet build --project ./Library/Library.csproj
```This will output the assembly as DLL to `./Library/bin/` folder.
## Test (0 cases)
Similar to the build method, navigate to the project folder and run the following command:
```bash
dotnet test
```## Information
### System
- **Operating System:** Debian Headless 12.0
- **Kernel:** `6.1.0-rpi4-rpi-v8`
- **Architecture:** `aarch64` (`arm64`)### .NET Framework
- **SDK:** 8.0.204
- **Runtimes Installed:**
- **ASP.NET:** 8.0.4
- **.NET Core:** 8.0.4## Contribution
This project was created for learning and development purposes only. Any contributions to the repository is discouraged.