CRUDAPP is a small ASP.NET Core Razor Pages application for basic user management with create, read, update, and delete operations.
- .NET 10
- ASP.NET Core Razor Pages
- Entity Framework Core 10
- SQL Server
- List users
- Create users
- View user details
- Edit users
- Delete users
Restore dependencies and build the project:
dotnet restore CRUDAPP.sln
dotnet build CRUDAPP.sln --configuration ReleaseRun the application:
dotnet run --project CRUDAPP/CRUDAPP.csprojCopyright by Dr. René Bäder (PhDs)
This project is intended to run under the GNU General Public License (GPL).