Skip to content

El-DriMa/BulkyMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Core MVC Project - Basic CRUD on One Model

This project is a part of a .NET Core MVC course focusing on building a basic CRUD (Create, Read, Update, Delete) application using a single model. The application demonstrates how to perform these operations on a data model using the ASP.NET Core MVC framework.

Overview

The project provides hands-on experience in developing a simple web application that interacts with a database to perform CRUD operations. It serves as an introduction to web development with ASP.NET Core MVC, emphasizing data management.

Features

  • Create: Users can add new records to the database by filling out a form with relevant information.
  • Read: Users can view existing records in the database, displaying them in a structured format for easy consumption.
  • Update: Users can modify existing records by editing the information associated with them.
  • Delete: Users can remove records from the database, providing a way to manage data efficiently.

Technologies Used

  • ASP.NET Core MVC: The project utilizes the ASP.NET Core MVC framework for building the web application.
  • Entity Framework Core: Data persistence is achieved through Entity Framework Core, allowing seamless interaction with the database.
  • Razor Pages: User interfaces are built using Razor Pages, providing a clean and structured approach to UI development.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published