Device.Net (Usb.Net, Hid.Net) 4.0
Device.Net is a cross-platform .NET framework for talking to connected devices such as USB, Serial Port and Hid devices. It aims to make device communication…
Device.Net is a cross-platform .NET framework for talking to connected devices such as USB, Serial Port and Hid devices. It aims to make device communication…
Learn how to create and publish debuggable NuGet packages with Source Link in Azure Pipelines
Read about .NET Standard, why it is still relevant, and how to use modern .NET features with .NET Standard
Read about creating hot observables using the .NET reactive extensions and the distinction between hot and cold observables.
Learn how to leverage F# code from C# and how functional programming can benefit C# developers.
Read about USB connectivity with .NET and Flutter UI
Learn about using the null object pattern with ILogger and ILoggerFactory to avoid NullReferenceExceptions without forcing implementors to supply logging instances.
Learn about how to implement INotifyPropertyChanged for XAML views
Submodules allow you to keep a Git repository as a subdirectory of another Git repository. This lets you clone another repository into your project and keep your commits separate.