Android HID/USB with Flutter and .NET
Read about USB connectivity with .NET and Flutter UI
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.
Learn how to move Uno Platform pages from a shared project to a multi-targeting project.
The first Uno Platform CourseĀ is live! Over the last few months, I've been busily preparing material and editing video for the first Uno Platform Udemy…
Entity Framework Core (EF) converts expressions into SQL at runtime. In earlier versions, it was straight forward to get the SQL. In Entity Framework Core…
Continue reading → How To Access SQL Generated By Entity Framework Core 3
Read about single page applications made with Blazor compared to traditional web applications.
ILogger is at the heart of the ASP.NET Core infrastructure and works well when you use it correctly. If you approach it the wrong way,…