BLOGOTHEK // Die aktuellsten Beiträge und Artikel der Österreichischen Blogs

Worüber bloggt Österreich? In der Blogothek könnt ihr die aktuellsten Beiträge der Österreichischen Blogs durchsuchen. Derzeit befinden sich Blogartikel zum Thema Xaml in der Blogothek, die natürlich immer direkt auf eure Blogs verlinken. Es sollte euch also mehr Traffic & neue Leser bringen! Stöbern und Neues entdecken, in der Blogheimat Blogothek!

Möchtet ihr dass eure Beiträge auch erscheinen? Anmelden, Blog verifizieren & unter "Blog verwalten" euer RSS Feed eintragen.
Möchtet ihr nicht hier erscheinen? Einfach unter "Blog verwalten" die Blogothek Sichtbarkeit auf nein stellen.
Fashion Film Fitness Food Lifestyle Kunst Musik Reisen Politik Social Media Sport Wirtschaft

Blogbeiträge zum Thema Xaml

Beitragsbild des Blogbeitrags Whats the SynchronizationContext used for?

Whats the SynchronizationContext used for?

Creating Windows applications, UI controls are bound to the UI thread. .NET made it to different iterations with different patterns dealing with asynchronous programming. .NET 4.0 introduced the Task Parallel Library (TPL) and C# 5 added the async and ...

.netWinuiXamlAsyncC#CsharpTaskThread
Beitragsbild des Blogbeitrags Professional C# and .NET – 2021 Edition

Professional C# and .NET – 2021 Edition

The new edition of my book is available – covering .NET, C#, WinUI, ASP.NET Core, EF Core, and more! Compared to the previous edition, it not only covers the newest editions of C# and .NET, y…

.net CoreAsp.net CoreAzureBlazorBookCsharpEntity Framework CoreProfessional C#WinuiXaml.netC#
Beitragsbild des Blogbeitrags Microsoft Build 2020 – Highlights

Microsoft Build 2020 – Highlights

This Microsoft Build 2020 conference was very different from all the previous ones as a digital experience event because of the COVID-19 Coronavirus. Microsoft made it a great experience - with announcements on Microsoft Azure, .NET 5, Windows, and mor...

.NET CoreASP.NET CoreAzureBlazorConferenceCSharpEntity Framework CoreUWPWPFXamarinXAMLC#9dotnet5MAUIMSBuildWinUI
Beitragsbild des Blogbeitrags .NET Core at the Thrive Conference in Slovenia

.NET Core at the Thrive Conference in Slovenia

This time the Thrive Conference in Slovenia celebrates 10 years! This time the conference is located in Postojna, at a hotel located at the Postojna cave. The 10 years and the cave shouldn’t …

.NET CoreBlazorConferenceCSharpWPFXAMLCSharp8dotnetcorePostojnaSloveniaThriveWebAssembly
Beitragsbild des Blogbeitrags Desktop Applications with XAML. Part 3: XAML Islands

Desktop Applications with XAML. Part 3: XAML Islands

UWP controls can be used in WPF applications using XAML islands.

UWPWPFXAMLWindows Community ToolkitXAML island
Beitragsbild des Blogbeitrags Desktop Applications with XAML. Part 2: Desktop Bridge

Desktop Applications with XAML. Part 2: Desktop Bridge

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 Wind…

UWPWPFdesktop bridge
Beitragsbild des Blogbeitrags Desktop Applications with XAML. Part 1: UWP

Desktop Applications with XAML. Part 1: UWP

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 …

UWPXAMLWindows 10Windows Template StudioWindows UI Library
Beitragsbild des Blogbeitrags Presentations and Source Code for BASTA! in Mainz, 2018

Presentations and Source Code for BASTA! in Mainz, 2018

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 …

Conference.NET Core 3.0BastaC#C#7C#8CSharpdesktop bridgeNullable reference typesspanUWPWPFXAML
Beitragsbild des Blogbeitrags Disposing Injected Services (or: Using Dependency Injection Scopes)

Disposing Injected Services (or: Using Dependency Injection Scopes)

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 s…

.NET CoreArchitectureUWPWPFXamarinXAMLdependency injectionIDisposable