Setting up a basic plugin architecture with WPF in .NET

One of the end goals with these recent posts was to outline a basic plugin architecture for WPF. At it’s core it uses reflection to load the plugins but there were a few gotchas along the way. The first was just getting the assemblies to output the required files and finally was loading those assemblies. […]

.

Read more

Integrating SignalR into WPF

Now that we have SignalR integrated into our API, I want to start using it from WPF. So to do this we’re going to add a SignalR chat handler. One of the ideas behind this application was to support multiple types of methods for sending chats using the IMessenger interface provided by CommunityToolkit.Mvvm. That way, […]

.

Read more

Adding SignalR into ASP.NET

Okay, so we can call a method on the API of our ASP.NET site to send and receive messages to anybody that want’s to send and listen. Next we’ll cover SignalR as another way to get those messages to the client. I’d recommend starting with reviewing Microsoft’s high-level coverage of SignalR. All we’re going to […]

.

Read more
FormatException

928 East Plymouth Drive Asbury Park, NJ 07712