/SedaDemir-Homeworks

This repository holds weekly assignments

Primary LanguageC#

Bootcamp Assignment Solutions

Weeks Tasks Solutions
1 Create a RESTful Web API. Customers Web API is created. CRUD operations are completed. See Customers Web API Github Repo
2 Send requests via Postman to the API and provide screenshots. See Postman screenshots
3 Create a Database for Web API project, create tables and insert data. WalletDB is created and customer data inserted. See screenshots and details
4 Create CustomerContext for CRUD operations based on Models (for inheritance use DbContext) and connect to SQL Server CustomerContext & DBOperations
5 Create Token for Authorization to request data from Web API and add paging to the project See more details