Nijaz ZaljevicforSoftware Engineering Cornersoftware-engineering-corner.hashnode.dev·Oct 30, 2023Source Generators in the MVVM Community ToolkitSource Generators in the MVVM Community Toolkit This blog post is a continuation of the blog post Reducing boilerplate code with the MVVM Community Toolkit in .NET MAUI. It covers the Source Generator aspect of the MVVM Community Toolkit. Firstly, I ...Discuss·98 readsC#
Julian Ewers-Petersblog.ewers-peters.de·Oct 23, 2023Platform-specific XAML in .NET MAUIIntroduction Cross-platform development is amazing, you only need to write the code once and then you can deploy to multiple platforms all from the same code base. Or so the theory goes. In reality, each platform has specific, native capabilities and...Discuss·369 reads#dotnet-maui
Nijaz ZaljevicforSoftware Engineering Cornersoftware-engineering-corner.hashnode.dev·Sep 4, 2023Reducing boilerplate code with the MVVM Community Toolkit in .NET MAUIReducing boilerplate code with the MVVM Community Toolkit in .NET MAUI This blog post covers the basic MVVM principles and gives an introduction to the MVVM Community Toolkit with an example implemented in .NET MAUI. Table Of Contents Introduction t...Discuss·132 readsC#
@Redthredth.codes·Dec 22, 2022Building a Step-by-Step / Wizard Control in .NET MAUIRecently I've been converting one of my apps over to .NET MAUI. Now, I'm obviously biased as the engineering lead for the product, but the migration of my app has been going quite well, and despite a few remaining rough edges that we continue to work...Quinton Viljoen and 2 others are discussing this3 people are discussing thisDiscuss·8 likes·3.3K readsdotnetThanks for the article, would be great if you shared a sample project 3
Mikhilesh M Hirphodemikhi.hashnode.dev·Sep 1, 2022C# and XAMLC#(C-sharp) and XAML are two powerful technologies that are often used together to create modern, user-friendly applications. C# is a programming language developed by Microsoft that is widely used for building Windows applications. It is a modern, h...Discuss·50 readsC#
Mikhilesh M Hirphodemikhi.hashnode.dev·Aug 24, 2022What is WPF (Windows Presentation Foundation)?Windows Presentation Foundation (WPF) is a powerful framework for building Windows desktop applications. It allows developers to create rich, visually stunning user interfaces using a combination of XAML (eXtensible Application Markup Language) and C...Discuss·33 readswpf
Dave Kdavek.dev·Oct 24, 2013Creating a Dynamic WPF Menu : Part 3In the first part of this series, I introduced the menu service and the menu item base class. In the second part I introduced the command implementation and the hierarchical data template. In this third and final part, I will bring it all togethe...Discuss·117 readsTalking I.T. Throughsoftware
Dave Kdavek.dev·Oct 24, 2013Creating a Dynamic WPF Menu : Part 1WPF provides some really nice features allowing us to create dynamic user interfaces. In the next 3 posts I will demonstrate how to create a dynamic menu bar [or tool-bar] that we can add and remove items to at run time. For brevity I have limited th...Discuss·212 readsTalking I.T. Throughsoftware
Eser Ozvatafeser.hashnode.dev·Nov 12, 2008WPF formuna dinamik XAML kodu enjekte etmekXAML ile ilgili yaptığım bir araştırma esnasında dış bir kaynaktan gelen kodu XAML içerisinde nasıl çalıştıracağım konusunda bir kaç örnekle karşılaştım. Eğer özellikle banner rotation yapacaksanız, veya canlı bir feed’i tamamiyle dışarıdan almayı dü...Discuss.NET