UWP Community Toolkit – What’s in there
Microsoft released a new UWP Community Toolkit with enhancements to the Windows SDK for Windows 10 containing new controls, animations, … Continue reading UWP Community Toolkit – What’s in there
Christian Nagel and the CN innovation team about .NET Aspire, C#, Azure, ASP.NET Core, WinUI, .NET MAUI, and more
Microsoft released a new UWP Community Toolkit with enhancements to the Windows SDK for Windows 10 containing new controls, animations, … Continue reading UWP Community Toolkit – What’s in there
.NET Core uses dependency injection (DI) intensively, and thus a dependency injection framework is part of its core with Microsoft.Extensions.DependencyInjection. … Continue reading .NET Core Dependency Injection with Configuration
September, 20th I’m back at BASTA! in Mainz, Germany – this time with two presentations. One is about adaptive layouts … Continue reading BASTA! 2016 in Mainz
With .NET Core, applications can be deployed including the runtime, and the runtime can be used from the target system … Continue reading Self Contained .NET Core Applications
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
Probably you’ve issues using .NET Core libraries from Universal Windows Platform apps. If you get errors such as package restore … Continue reading Problems using .NET Core with UWP?
The InkCanvas control allows for easy painting with pen, touch, or mouse. My book Professional C# 6 and .NET Core … Continue reading Using InkToolbar and InkCanvas with the Universal Windows Platform
.NET Core gives more and easier options for configuration. Do you store your configuration values with XML files? Do you … Continue reading Configuration with .NET Core
With that many ongoing information and technology updates faster and faster, I’ll try to summarize my blog posts and twitter … Continue reading July 2016 in Review
With a service that should be injected via dependency injection, but needs some configuration, .NET Core offers a mechanism to … Continue reading .NET Core Dependency Injection with Options