Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASP.NET Core CRUD #1

Open
wanderlust-li opened this issue May 25, 2023 · 0 comments
Open

ASP.NET Core CRUD #1

wanderlust-li opened this issue May 25, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@wanderlust-li
Copy link
Owner

Create a simple web application using ASP.NET Core Web that allows users to perform CRUD operations (create, read, update, delete) for a specific entity type, such as "Contact".

Create a "Contact" model that contains fields such as name, surname, email, and phone number.

Create a "Contacts" controller with methods for CRUD operations.

Implement the "Contact List" action that displays all contacts in a table format.

Implement the "Create Contact" action that allows users to enter data for a new contact and saves it to the database.

Implement the "Edit Contact" action that allows users to modify data for an existing contact and updates it in the database.

Implement the "Delete Contact" action that removes the selected contact from the database.

Create a "Contact Details" page that displays all fields of the selected contact.

Add styling and layout to your web application using CSS and HTML.

Test the functionality of your application by attempting to create, edit, delete contacts, and view their details.

@wanderlust-li wanderlust-li self-assigned this May 25, 2023
@wanderlust-li wanderlust-li added the documentation Improvements or additions to documentation label May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant