A sample of a WebApi2 Endpoint using OWIN for bootstrapping (but still relies on IIS for hosting). It also follows the Onion Architecture, as well as uses Mediatr to separate out our business logic from the controller actions. This also lets the "Presentation" layer (WebApi in this example) only need a reference to the DomainModels, and services (could arguably be reduced to just the services, depending on your coding guidelines/conventions). This solution is heavily modified from https://github.com/imranbaloch/ASPNETIdentityWithOnion
forked from maldworth/OnionWebApiStarterKit
-
Notifications
You must be signed in to change notification settings - Fork 0
gamoreli/onion-dotnet-framework-base
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Starter Kit for Onion Architecture and using Mediatr to separate services from controller actions.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C# 99.9%
- Classic ASP 0.1%