Blazor WASM Sample CRM application using Radzen
This repository contains an ASP.NET Core application with a Blazor WebAssembly (WASM) UI in .NET 8. It also includes user authentication using ASP.NET Core 8 Identity, uses Entity Framework Core SQLite as the database, and supports OData for efficient querying.
- ASP.NET Core Kestrel web server: A robust and high-performance server.
- Blazor WASM UI: A modern web UI framework for .NET.
- Radzen components: Using side navigation.
- Swagger UI: An interactive documentation for your API.
- ASP.NET Core 8 Identity: A membership system that adds login functionality to your application.
- Entity Framework Core SQLite: A lightweight database provider for Entity Framework Core.
- OData Support: A standard for building and consuming RESTful APIs.
- Visual Studio 2022
- .NET 8
- ASP.NET Core
- Blazor WASM
- Swagger UI
- ASP.NET Core 8 Identity
- Radzen Components
- Entity Framework Core SQLite
- OData
- Clone the repo git clone https://github.com/donpotts/RadzenCrmApp.git
- Install .NET packages
- Install Radzen packages
- Install any missing packages
- dotnet restore
This application uses ASP.NET Core 8 Identity for user authentication. To log in, navigate to the login page and enter your credentials.
Administrator
Username: adminUser@example.com
Password: testUser123!
Normal user
Username: normalUser@example.com
Password: testUser123!
This application supports OData for efficient querying. You can use OData query options on the API endpoints.