Learn how to append custom menu Items to the default WPF Window system ContextMenu.
Category - WPF
Create a custom ContextMenu for your WPF Window title bar and hide the default system menu.
In this stream, we add a new feature request to the Prism IDialogService. GitHub issue #1903 requests support for having multiple custom dialog...
Passing data between Angular components can be achieved using both the @Input and @Output decorators. To pass data to a child component, create a...
One of the primary functions of an application is to respond to user interactions using events. In Angular, we use DOM events. In order to invoke...
Desktop to Web: One-way Data Binding with Angular Interpolation and Property Binding
Data binding is a core concept in Angular which allows communication between a component and the DOM, making it very easy to create interactive...
A core responsibility for a desktop developer is to provide a user interface (UI) to end-users. In WPF this is done with Windows and UserControls...
If you are having issues creating or loading .NET Core 3 apps in Visual Studio 2019, chances are you are using the latest Visual Studio 2019 (RC)...
In this video, I show desktop developers how to get their machine ready for Angular development. Angular development requires four pieces of...
There may be instances where your app is following the ViewModelLocator default naming convention, but you have a number of ViewModels that do not...