Reactive Programming: Hot Vs. Cold Observables
Read about creating hot observables using the .NET reactive extensions and the distinction between hot and cold observables.
Read about creating hot observables using the .NET reactive extensions and the distinction between hot and cold observables.
Learn about how to implement INotifyPropertyChanged for XAML views
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…
RestClient.Net is a cross-platform rest-client for .NET Core, .NET Framework, iOS, Android, WASM and UWP. It puts a wrapper over the .NET HttpClient API and allows you to write Rest client code that runs on any of the platforms. Version 4.0 of this library has been released, and I'd like to hear your feedback.
Developers are usually encouraged to do dependency injection with interfaces. Some developers don't know that they can do dependency injection with delegates, and there are…
Continue reading → C# Delegates with IoC Containers and Dependency Injection
The System.Text.Json namespace provides high-performance, low-allocating, and standards-compliant capabilities to process JavaScript Object Notation (JSON), which includes serializing objects to JSON text and deserializing JSON…
REST Client Framework for all .NET Platforms The most simple task-based async, strongly typed, cross-platform .NET REST Client RestClient.Net is a REST client framework built…
Every system needs a framework. The main hubs that a framework should cover are UI/UX, database, and logic. These are the indispensable parts of the…
Improving a codebase can be a difficult task. The larger the codebase, the more difficult it becomes to find and fix poor code manually. When…