
Desktop Applications with XAML. Part 3: XAML Islands
UWP controls can be used in WPF applications using XAML islands. Continue reading Desktop Applications with XAML. Part 3: XAML Islands
UWP controls can be used in WPF applications using XAML islands. Continue reading Desktop Applications with XAML. Part 3: XAML Islands
In the first part of the article I’ve shown how UWP can be great for creating desktop applications running on Windows 10. This might not be an option for you as you still need to support Windows 7 – or you have existing WPF applications that cannot be migrated that easily to UWP. In the second part of this article series I’m adding information how WPF applications can be enhanced with features from Windows 10. This time with the Desktop Bridge. Continue reading Desktop Applications with XAML. Part 2: Desktop Bridge
If you are creating WPF applications, what is the path going forward? What’s the best way going forward to build modern desktop applications. Of course, one way is to use HTML and JavaScript (or TypeScript) like it’s done with Visual Studio Code. However, XAML and C# is still a great way building desktop applications – with many fascinating options to go ahead. In this article series I explain what the options are – e.g. using the Universal Windows Platform (UWP) going forward, or enhancing WPF applications with new features. In the first part UWP has the focus. A later article follows where you can see how to use features from UWP within WPF.
With the article series I try to explain what the options are – and how you can decide to chose your best way going forward creating desktop applications with XAML and C#. Continue reading Desktop Applications with XAML. Part 1: UWP
I had some great days at BASTA! in Mainz, Germany – with three presentations. Thank you for attending my presentations! I hope to see you next year again! My presentations and source code is now available for download!
* C# – What’s next?
* Reference semantics with C# and .NET Core
* Desktop Bridge – One way to build modern apps with WPF Continue reading Presentations and Source Code for BASTA! in Mainz, 2018
With my blog I’ve several articles about dependency injection using Microsoft.Extensions.DependencyInjection. Now I’ve updated the source code of my older … Continue reading Dependency Injection code samples updated
The DI container Microsoft.Extensions.DependencyInjection disposes registered services automatically. It’s just the question when the dispose takes place. Automatic dispose of transient and scoped services happen at the end of a scope. With ASP.NET Core applications, scopes are created with every HTTP request – after the request, services are disposed. This article shows creating and using DI scopes with XAML-based applications. Continue reading Disposing Injected Services (or: Using Dependency Injection Scopes)
Seeing that the TextBox in focus doesn’t update the bound object? The reason might be that the focus is not … Continue reading Binding to Source Updates not happening with TextBox and AppBarButton
Microsoft Build 2018 ended – and I’m taking exciting news home with me. Microsoft Build 2018 had great keynotes and … Continue reading News from Microsoft Build 2018
My book Professional C# 7 and .NET Core 2.0 contains a sample to show different cultures and their information in … Continue reading TreeView Control with Windows Apps
The next edition of Professional C# – Professional C# 7 and .NET Core 2.0 is available – covering C# 7 … Continue reading Professional C# 7 and .NET Core 2.0