Page 1 of 1

Programming Assignment Your assignment is to create a simple employee management app, As a user I want an application th

Posted: Fri May 20, 2022 2:30 pm
by answerhappygod
Programming Assignment Your Assignment Is To Create A Simple Employee Management App As A User I Want An Application Th 1
Programming Assignment Your Assignment Is To Create A Simple Employee Management App As A User I Want An Application Th 1 (57.9 KiB) Viewed 20 times
Programming Assignment Your assignment is to create a simple employee management app, As a user I want an application that will add employee's, update their information, delete an employee and display all the employees on the UI, The required technologies • .net core 3.1 or .net 6 (using C# programming language) • Entity Framework Core • Angular 4+ • Microsoft SQL Server Expected outcomes • when I load the application I should be able to view a list of employees • I should be able to add a new employee and have it reflect in the database . I should be able to update the information of an existing employee • I should be able to delete an existing employee from the database