Skip to content

CWS6206/CRUDAPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUDAPP

CRUDAPP is a small ASP.NET Core Razor Pages application for basic user management with create, read, update, and delete operations.

Technology

  • .NET 10
  • ASP.NET Core Razor Pages
  • Entity Framework Core 10
  • SQL Server

Features

  • List users
  • Create users
  • View user details
  • Edit users
  • Delete users

Getting Started

Restore dependencies and build the project:

dotnet restore CRUDAPP.sln
dotnet build CRUDAPP.sln --configuration Release

Run the application:

dotnet run --project CRUDAPP/CRUDAPP.csproj

Copyright

Copyright by Dr. René Bäder (PhDs)

License

This project is intended to run under the GNU General Public License (GPL).

About

CRUDAPP is a small ASP.NET Core Razor Pages application for basic user management with create, read, update, and delete operations.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors