All Projects → WinLwinOoNet → Aspnetcoreactivedirectorystarterkit

WinLwinOoNet / Aspnetcoreactivedirectorystarterkit

Licence: gpl-3.0
Starter kit to quickly create ASP.NET Core with On-Premises Active Directory Authentication.

Projects that are alternatives of or similar to Aspnetcoreactivedirectorystarterkit

N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
Stars: ✭ 105 (+47.89%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+119.72%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core
BookCart
An e-commerce application for an online book store.
Stars: ✭ 116 (+63.38%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core
SPA-With-Blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
Stars: ✭ 27 (-61.97%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core
RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (-59.15%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core
ASPCore.BlazorCrud
CRUD Using Blazor And Entity Framework Core
Stars: ✭ 39 (-45.07%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core
Aspnetcorenlog
ASP.NET Core NLog MS SQL Server PostgreSQL MySQL Elasticsearch
Stars: ✭ 54 (-23.94%)
Mutual labels:  sql-server, asp-net-core, nlog
Nucleus
Vue startup application template that uses ASP.NET Core API layered architecture at the back-end and JWT based authentication
Stars: ✭ 276 (+288.73%)
Mutual labels:  entity-framework-core, asp-net-core
Plato
Plato helps software teams connect & stay engaged with users to gather feedback, provide support & deliver better software.
Stars: ✭ 293 (+312.68%)
Mutual labels:  sql-server, asp-net-core
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+4792.96%)
Mutual labels:  entity-framework-core, asp-net-core
Angular Asp.netcorewebapi Mysql Crud Project
Angular 5 + ASP.Net Core 2.0 WebAPI + MySQL CRUD Sample
Stars: ✭ 22 (-69.01%)
Mutual labels:  entity-framework-core, asp-net-core
Aspnetcoregraphql
Sample project demonstrating a GraphQL service built with ASP.NET Core 2.2, Entity Framework Core and graphql-dotnet.
Stars: ✭ 272 (+283.1%)
Mutual labels:  entity-framework-core, sql-server
Entityframework.exceptions
Handle database errors easily when working with Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql
Stars: ✭ 266 (+274.65%)
Mutual labels:  entity-framework-core, sql-server
Asp.net Core Inventory Order Management System
Project example Asp.Net Core Mvc implementation of inventory order management system. warehouse, product, vendor, customer, purchase order, sales order, shipment, goods receive and more.
Stars: ✭ 301 (+323.94%)
Mutual labels:  entity-framework-core, asp-net-core
Notify.Me
Simple host application to provide send/receive feature for any kind of notifications and messages between client(s) and the host. The application is based on ASP.NET Core and SignalR to demostrate some features of these things...
Stars: ✭ 28 (-60.56%)
Mutual labels:  entity-framework-core, asp-net-core
Efcorepowertools
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core
Stars: ✭ 774 (+990.14%)
Mutual labels:  entity-framework-core, sql-server
AngularCLI-ASPNET-Core-CustomersService
Example of integrating Angular with ASP.NET Core RESTful Services
Stars: ✭ 61 (-14.08%)
Mutual labels:  entity-framework-core, asp-net-core
Starwars
GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core
Stars: ✭ 559 (+687.32%)
Mutual labels:  entity-framework-core, asp-net-core
Znetcs.aspnetcore.logging.entityframeworkcore
This is Entity Framework Core logger and logger provider. A small package to allow store logs in any data store using Entity Framework Core.
Stars: ✭ 24 (-66.2%)
Mutual labels:  entity-framework-core, asp-net-core
Asp.net User Role Membership Example
Asp.Net Core Mvc Full Implementation Example of User Role & Membership.
Stars: ✭ 33 (-53.52%)
Mutual labels:  entity-framework-core, asp-net-core

ASP.NET Core with On-Premises Active Directory Authentication

Starter kit to quickly create ASP.NET Core 2.0 with On-Premises Active Directory Authentication.

Requirements

Options

Database script is located at Tables.sql.

Database Diagram

Database Diagram

User Login

User Login

User Dashboard

User Dashboard

Admin Dashboard

Admin Dashboard

Admin Application Logs

Admin Application Logs

Admin Application Log Detail

Admin Application Log Detail

Admin Email Templates

Admin Email Templates

Admin Email Template Edit

Admin Dashboard

Admin User List

Admin User List

Admin User Create

Admin User Create

Admin Settings

Admin Settings

Admin Setting Edit

Admin Setting Edit

Session Expire Notification

Session Expire Notification

Toaster

Toaster will disappear after 10 seconds. You can configure it at site.js.

Toaster

Troubleshooting

Offline Nuget Packages

The application uses Telerik UI for ASP.NET Core that allows using the Kendo UI widgets from C# server-side wrappers.

Download Trial version of Kendo UI from Telerik, and add Kendo UI as OfflineNugetPackages by following the instruction below. Note: I am not affiliated with neither Telerik or Kendo UI.

Extract Telerik.UI.for.AspNet.Core.xxx.nupkg from the downloaded Zip file to a local folder. For example, C:\OfflineNuGetPackages\telerik.ui.for.aspnet.core

Offline Nuget Packages Location

In Visual Studio, go to Tools > Options > NuGet Package Manager > Package Sources, and add a new package source.

Offline Nuget Configuration

Then you can select OfflineNuGetPackages from Package source, select projects, and click Install.

Offline Nuget Packages

ASP.NET Core

Please make sure you have correct ASP.NET Core version under C:\Program Files\dotnet\sdk

ASP.NET Core

Testing

Debug without Active Directory

If you would like to view the demo of the application without Active Directory, you could use the following steps -

Create database tables in SQL Server using the provided sql script inside doc folder. Replace the connection string inside appsettings.json.

Return true value at if statement of Account Controller line 71. At Login Screen, enter johndoe and anything in the password.

Note: Please make sure to revert those changes after you've done the demo.

Debug without Active Directory

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].