Blog Posts

Bindable passwordBox in WPF

In WPF the Password property of the passwordBox element is not a dependency property, so we cannot…

Connecting to LDAP with Ldap4Net

Ldap4Net is an open source library for .NET that can work with LDAP repositories: https://github.com…

Show all encodings with .NET 5+

When using .NET core, by default, we can't get all the encodings that are available in .NET Fram…

Rest API plugin for notepad++

I found this nice plugin that allows to send REST API requests directly from notepad++: https://gith…

Showing toasts with react

We want a simple way to display toasts in a specific position on the app for notifications from va…

Using FluentMigrator

The FluentMigrator library allow us to create a database scheme, then modify it incrementaly it keep…

Handle input change in React

The basic way to do this is by defining some state, and then handling the state update directly in…

Useful React Libraries

Here is a list of interesting React libraries that can be used in various frontend projects …

WPF DataGrid add index column

Assume we have a data grid with a binding to an ItemSource collection. We would like to add a colu…

Load More
No results found