Employee registration website with CRUD (Create, Read, Update, Delete) in the MVC pattern. C# language with ASP.NET Core, Entity Framework Core and SQL Server as database.
Função 1 - Cadastrar funcionário : By clicking on "Add employees" on the home page, you will be redirected to the page where you will fill in the employee's data and by clicking on 'Send' the new employee will be added;
Função 2 - Atualizar dados : If it is necessary to update any employee data, on the "Employees" page, in front of the employee you want to update, click on 'Edit', change the data and click on 'Send';
Função 3 - Excluir : To delete, follow the same step as Function 2 and click 'Delete'.
C#
ASP.NET Core / .NET 6.0
SQL Server 6.0
Bootstrap
HTML e CSS
Git e GitHub