
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
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
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
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
At Tech Conference 2018 in Vienna I had three great presentations – covering Docker, .NET Core, and XAML. I hope … Continue reading Tech Conference 2018 in Vienna
In December I’m teaching another WPF workshop! Starting December 19 could be the last WPF workshop of the year 2016. … Continue reading WPF Workshop in December
Old, but good – I’m teaching WPF since many years. September, 5th, 2016 I’m running an open WPF workshop in … Continue reading Workshop – Creating Desktop Applications with WPF
The book Professional C# and .NET Core 1.0 covers – as the title says – C# 6 and .NET Core … Continue reading What’s in there for WPF Programmers?