lab challenge

.NET Core C# Challenge: TDD Bulk Discounting

Beginner
Up to 1h
112
4.3/5
Get challenged in a real environmentProve your skills in a real-world, provisioned environment.
Push your limitsComplete an unguided mission within the time limit.
See resultsTest your problem-solving skills and track your progress.

Description

Using Test Driven Development (TDD) practices, complete a partially provided .Net Core 3.1 C# solution, being guided by a set of given xUnit tests. Specifically, you must complete the implementation of a static method that calculates the volume discounts for an ecommerce platform, ensuring that the solution passes the provided set of xUnit tests. 

Prerequisites

  • Basic knowledge of .Net Core C# and xUnit

Intended audience

  • Beginner C# developers

What will be assessed

  • Your ability to perform TDD - complete a .Net Core C# implementation guided by unit tests

About the author

Avatar
Jeremy Cook, opens in a new tab
Solutions Architect Director
Students
165,286
Labs
87
Courses
106
Learning paths
214

Jeremy is a Content Lead Architect and DevOps SME here at Cloud Academy where he specializes in developing DevOps technical training documentation.

He has a strong background in software engineering, and has been coding with various languages, frameworks, and systems for the past 25+ years. In recent times, Jeremy has been focused on DevOps, Cloud (AWS, Azure, GCP), Security, Kubernetes, and Machine Learning.

Jeremy holds professional certifications for AWS, Azure, GCP, Terraform, Kubernetes (CKA, CKAD, CKS), GitHub.

Covered topics

Mission

.Net Core C# Challenge