Giter Club home page Giter Club logo

.netcorepluginmanager's Introduction

.NetCorePluginManager

.Net Core Plugin Manager, extend web applications using plugin technology

https://sicarterblog.wordpress.com/2018/10/02/asp-net-core-plugin-manager/

Devops

https://dev.azure.com/NetCorePluginManager/NetCorePluginManager

Live Demo

http://PluginManager.website

http://PluginManager.website/SystemAdmin/

http://PluginManager.website/Account/

http://PluginManager.website/Blog/

#Documentation

http://PluginManager.website/Docs/

if asked to login this requires the following details:

Username: admin Password: password

It only uses mock data providers and will reset periodically

Current Version

Version 3.2.0

Version 3.2 Upgrade notes

Version 3.2 has a couple of breaking changes, these should not take too long to refactor, visit the following link for details:

https://github.com/k3ldar/.NetCorePluginManager/blob/master/Version_3.2_Upgrade_Notes.md

ASPNetCore.PluginManager

Extend website with plugin technology.

PM> Install-Package AspNetCore.PluginManager -Version 3.2.0

https://www.nuget.org/packages/AspNetCore.PluginManager/

See https://github.com/k3ldar/.NetCorePluginManager/wiki/Plugin-Manager-Setup-and-Configuration for setup and configuration.

Build Prerequisites

In order to build the latest version both Visual Studio 2019 and Net Core 3.0 (currently pre release from https://dotnet.microsoft.com/download/visual-studio-sdks?utm_source=getdotnetsdk&utm_medium=referral).

You may also need to enable Net Core 3 Preview in Visual Studio (https://visualstudiomagazine.com/articles/2019/03/08/vs-2019-core-tip.aspx)

Memory Cache Plugin

Provides memory cache capability for any application or middleware.

https://www.nuget.org/packages/MemoryCache.Plugin/

See https://github.com/k3ldar/.NetCorePluginManager/wiki/Memory-Cache-Plugin for setup and configuration.

User Session Middleware

Manage user sessions within Controllers.

https://www.nuget.org/packages/UserSessionMiddleware.Plugin/

See https://github.com/k3ldar/.NetCorePluginManager/wiki/User-Session-Manager-Middleware for setup and configuration.

CacheControl

Manage cache-control headers for user defined routes. Add browser caching for static files like .js, .css and image files etc.

See https://github.com/k3ldar/.NetCorePluginManager/wiki/CacheControl-Plugin-Settings for setup and configuration.

Deny Spider

Automatically generate robots.txt file from attributes applied to conntroller classes and methods. If used in conjunction with UserSession Manager it will provide a forbidden response if a bot/spider attempts to go to a denied path.

https://www.nuget.org/packages/Spider.Plugin/

See https://github.com/k3ldar/.NetCorePluginManager/wiki/Spider-Plugin-Middleware for setup and configuration.

Restrict Ip

Automatically restricts a route to specific Ip Addresses.

https://github.com/k3ldar/.NetCorePluginManager/wiki/Restrict-Ip-Address-Plugin

Geo Ip

Integrates GeoIp services for internal use, or use with User Session Middleware

https://github.com/k3ldar/.NetCorePluginManager/wiki/Geo-Ip-Plugin

System Admin

Displays Application specific system data

Bad Egg

Nobody likes it when people don't play fair, the bad egg plugin is designed to complete 2 functions.

the first is to restrict the maximum connections per minute for an Ip Address. The second is to look at query strings and form input values, and determine whether the connection is attempting to use Sql injection techniques. This provides a "probability" and it is down to the host application to white/black list Ip addresses.

https://github.com/k3ldar/.NetCorePluginManager/wiki/Bad-Egg-Plugin

Error Manager

Manages exceptions and 404 errors, allows implementation to provide a replacement for missing pages. All other errors are notified but will not be notified again until after a timeout period, which prevents spamming on errors.

https://github.com/k3ldar/.NetCorePluginManager/wiki/Error-Manager-Plugin

.netcorepluginmanager's People

Contributors

k3ldar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.