An open API service indexing awesome lists of open source software.

https://github.com/ssanthosh010303/d12c1

Day-12 Challenge-1: Implementing Business Logic Layer and Additional Unit-testing for 3-tier Shopping Application
https://github.com/ssanthosh010303/d12c1

classlibrary csharp dotnet

Last synced: 2 months ago
JSON representation

Day-12 Challenge-1: Implementing Business Logic Layer and Additional Unit-testing for 3-tier Shopping Application

Awesome Lists containing this project

README

          

# Day-12 Challenge-1: Implementing Business Logic Layer and Adding Additional Unit-testing to 3-tier Shopping Application

- **Author:** Sakthi (Sandy) Santhosh
- **Created on:** 25/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.