Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
795 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in dnnsoftware/Dnn.Platform that received 14 comments
Adds IEventLogger to Dependency Injection
Summary
Extracts a new IEventLogger interface from the EventLogController and registers it with the dependency injection container. This will make …
Created an issue in dnnsoftware/Dnn.Platform that received 6 comments
Add Startup Events - IDnnStartupConfigure
Description of problem
IDnnStartup interface is designed to mimic the behaviors of the Startup.cs class from AspNetCore. It currently only provides…