All Projects → ADefWebserver → SyncfusionHelpDesk

ADefWebserver / SyncfusionHelpDesk

Licence: MIT license
Blazor Syncfusion Help Desk

Programming Languages

C#
18002 projects
HTML
75241 projects
CSS
56736 projects
TSQL
950 projects

Projects that are alternatives of or similar to SyncfusionHelpDesk

blazor-ui
A collection of examples related to Telerik UI for Blazor Components: https://www.telerik.com/blazor-ui
Stars: ✭ 182 (+378.95%)
Mutual labels:  blazor, blazor-server
blazor-docs
Public Documentation for Telerik UI for Blazor components.
Stars: ✭ 42 (+10.53%)
Mutual labels:  blazor, blazor-server
TextEditor
Rich text editor for Blazor applications - Uses Quill JS
Stars: ✭ 156 (+310.53%)
Mutual labels:  blazor, blazor-server
FlashCards
Learning Blazor By Creating A Flash Cards Application
Stars: ✭ 17 (-55.26%)
Mutual labels:  blazor, blazor-server
FindRazorSourceFile
This is a set of NuGet packages that makes your Blazor apps display the source .razor file name that generated the HTML element under the mouse cursor when entering the Ctrl + Shift + F hotkeys.
Stars: ✭ 39 (+2.63%)
Mutual labels:  blazor, blazor-server
BlazorServerWithDocker
Companion code sample for my blog post - Containerising a Blazor Server App
Stars: ✭ 16 (-57.89%)
Mutual labels:  blazor, blazor-server
Matblazor
Material Design components for Blazor and Razor Components
Stars: ✭ 2,599 (+6739.47%)
Mutual labels:  blazor, blazor-server
BlazorGraphApi
Blazor Server App with Azure AD Authentication, that calls the Microsoft Graph API on-behalf of the signed-in user.
Stars: ✭ 28 (-26.32%)
Mutual labels:  blazor, blazor-server
BlazorVirtualScrolling
Blazor components for efficiently rendering large lists and data using virtual scrolling
Stars: ✭ 56 (+47.37%)
Mutual labels:  blazor, blazor-server
MvvmBlazor
A lightweight Blazor Mvvm Library
Stars: ✭ 203 (+434.21%)
Mutual labels:  blazor, blazor-server
MASA.Blazor
Blazor component library based on Material Design. Support Blazor Server and Blazor WebAssembly.
Stars: ✭ 469 (+1134.21%)
Mutual labels:  blazor, blazor-server
Blazor.PersianDatePicker
A free JavaScript Jalali (Persian) and Gregorian (Miladi) dual datepicker library for Blazor applications
Stars: ✭ 40 (+5.26%)
Mutual labels:  blazor, blazor-server
MudBlazor.Markdown
Markdown component based on the MudBlazor environment
Stars: ✭ 30 (-21.05%)
Mutual labels:  blazor, blazor-server
blazor-tour-of-heroes
The Angular Tour of Heroes tutorial, but done using Blazor instead
Stars: ✭ 17 (-55.26%)
Mutual labels:  blazor, blazor-server
AutoSaveEditForm
A replacement for the default EditForm component which will auto save a form until it is successfully submitted
Stars: ✭ 44 (+15.79%)
Mutual labels:  blazor, blazor-server
Ant Design Blazor
🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.
Stars: ✭ 3,890 (+10136.84%)
Mutual labels:  blazor, blazor-server
BlazorCefApp
Build windows desktop GUI app via CEF / WinForms / Blazor server-site
Stars: ✭ 28 (-26.32%)
Mutual labels:  blazor, blazor-server
BlazorFullCalendar
A Server-Side-Blazor wrapper for FullCalender.io
Stars: ✭ 24 (-36.84%)
Mutual labels:  blazor, blazor-server
AsteroidsWasm
Collection of applications based on a single C# .NET Standard project running in: Blazor Client (WebAssembly), Blazor Server, Electron, WPF, WinForms, Xamarin
Stars: ✭ 136 (+257.89%)
Mutual labels:  blazor, blazor-server
MudBlazor
Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
Stars: ✭ 4,539 (+11844.74%)
Mutual labels:  blazor, blazor-server

SyncfusionHelpDesk

Screenshot

Covered in the Book:

Blazor Succinctly

To Install

  1. Create a Database on your SQL server, and run scripts in !SQL directory
  2. Edit appsettings.json to set the database connection in the DefaultConnection property
  3. Run the application, click the Register link and create a user named Administrator@Email
  4. Log out and log back in as Administrator@Email. You will now be the Administrator

To Enable Emails

  1. Get an API key from app.sendgrid.com
  2. Open appsettings.json:
  • Uncomment the '//' before SENDGRID_APIKEY and enter your SendGrid API key in place of: {{ uncomment and enter your key from app.sendgrid.com }}
  • Uncomment the '//' before SenderEmail and enter your Email address in place of: {{ uncomment and enter your email address }}

Also See

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].