Develop a web API using C#,the .Net Core 6.0 Framework and Entity Framework Core to manage employee data and track work hours.The API should include CRUD operations for employees , clock-in /clock out and wage calculations.
Web API Development: CRUD opeartions for employees (Add, Get,Get All, Update). Add clock-in and clock-out times for emplyees. Calculate time worked based on hours worked.Calculate the wage for an employee for a day. Calculate the average hourly rate of all employees.Create a SQL database to store employee data. Add tables and columns as needed. Use Entity Framework Core for database interactions.