.NET Core Plugins: Prise 1.2.3 (as easy as)

Maarten Merken
2 min readOct 30, 2019

--

If you’ve missed out on what Prise is, it’s a .NET Core Plugin framework.

After carefully listening to some feedback, I’m happy to announce that Prise is back with updates!

Since version 1.0.0, the following issues have been tackled.

To specify on the loading preferences, assemblies are loaded from the default dependency context by default. You can prefer loading from local dependencies or loading from the remote location by specifying it during plugin configuration in the Startup file.

Getting Started

The library of examples has expanded, including an example for an Avalonia app, Azure Functions, ASP.NET Core using remote plugin loading and more.

We try to keep up with the various use cases for Prise.

In the meanwhile, feedback is welcome, just submit a Github issue.

What’s next

The example library will be expanded with a Microservice example using a variety of plugins in form of an IRepositoryPlugin. Where we’ll implement the following plugins for our microservice:

  • TableStoragePlugin
  • SqlPlugin
  • CosmosDbPlugin

Based on an HTTP Header, we’ll load the corresponding plugin for that call. This will be the most extensive example, yet. So stay tuned!

--

--

Maarten Merken
Maarten Merken

Responses (1)