We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Connecting .NET Core to D-Bus

Formal Metadata

Title
Connecting .NET Core to D-Bus
Title of Series
Number of Parts
561
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Accessing D-Bus services from .NET. D-Bus provides a bus for accessing system and desktop services. In this talk we'll use Tmds.DBus to access those services from .NET Core. Tmds.DBus is a fork of dbus-sharp, updated with asynchronous programming patterns introduced in .NET 4.5. The library comes with a cli tool that generates a strongly-typed representation of a D-Bus service. We'll build a small example application that consumes a D-Bus service.