Code Challenge
Code Challenge
Net
Point evaluation:
● Code structure and complexity
● Modularization and single responsibility principle (SOLID)
● Programming language proficiency
● Communication skills (Pair programming)
● Project structure (Free to structure)
● Problem solving approach
● Creative vs. Analytic vs. Concrete vs. Holistic Thinking
GIT
● Initialize the project in a repository
● Create a new branch for development
● At the end of development merge to main branch
Implement a CRUD with .Net core Web API.
Add a database with the following tables with the following
information:
Tasks to do
Create a service to be able to create clients.
Create a service to view a list of all clients.
Create a service to search clients by id.