Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A web-based application with CRUD operations for employee information. ->Create a page with CRUD operations (Create, Read, Update and Delete employees) The employee data consists

A web-based application with CRUD operations for employee information. ->Create a page with CRUD operations (Create, Read, Update and Delete employees) The employee data consists of .ID .First Name .Last Name .Date of Birth .Hourly Rate (eg $18.25), .Designation .Start Date .End Date .Manager ID .Department ->Top Section of the web page: Show employee data in a table/grid. The table should display the above-listed fields. Provide search option based on name, department, and Hourly Rate of the employee. The search box should be above the grid. Fill in the grid with the returned search results. ->The bottom half of the web page Show details of a selected employee in the designated controls. ->Environment: C#, .NET Core, REST, Angular, JSON (database is not needed, store data in a single text file) ->The application will be hosted under IIS. The solution must be efficient, robust, and the UI/UX should be reasonably good. Follow Microsoft coding standards (Preferred) with proper comments .Should be interface implemented, Asynchronous, use LINQ for search .Data storage should be in a file stored on the disk .Use abstract class and struct where necessary

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Driven Web Sites

Authors: Joline Morrison, Mike Morrison

2nd Edition

? 061906448X, 978-0619064488

More Books

Students also viewed these Databases questions