Dianne De Jesusdiaanedev.hashnode.dev·Jun 2, 2024WPF User / Application SettingsIf your application has custom settings, whether they be for the application as a whole or a customization for users, Microsoft already has a solution for you to store them. You can create these settings with the VS designer, just go to the propertie...Discusswpf
shineydocs-eddy-studios.hashnode.dev·Jan 4, 2024[Windows]Prism 8.0入门[下]Prism.Wpf 和 Prism.Unity 上一篇介绍了 Prism.Core,这篇文章主要介绍 Prism.Wpf 和 Prism.Unity。 以前做 WPF 和 Silverlight/Xamarin 项目的时候,我有时会把 ViewModel 和 View 放在不同的项目,ViewModel 使用 可移植类库项目,这样 ViewModel 就与 UI 平台无关,实现了代码复用。这样做还可以强制 View 和 ViewModel 解耦。 现在,即使在只写 WPF 项目的情况下,但为了强...DiscussPrismwpf
shineydocs-eddy-studios.hashnode.dev·Jan 4, 2024[Windows]Prism 8.0入门[上]Prism介绍 Prism 是一个用于构建松耦合、可维护和可测试的 XAML 应用的框架,它支持所有还活着的基于 XAML 的平台,包括 WPF、Xamarin Forms、WinUI 和 Uwp Uno。Prism 提供了一组设计模式的实现,这些模式有助于编写结构良好且可维护的 XAML 应用程序,包括 MVVM、依赖项注入、命令、事件聚合器等。 Prism.Core、Prism.Wpf 和 Prism.Unity WPF 平台的项目已经大幅删减,只保留了 Prism.Wpf、Prism.Dr...DiscussPrismwpf
Thomas Bankielnumpitz.hashnode.dev·Jan 1, 2024Don't Panic – The Guide to the Galaxy of .NET MAUI DevelopmentWelcome to the journey of .NET MAUI Development Don't Panic - The Guide to the Galaxy of .NET MAUI Development is your faithful companion in understanding the vast and often confusing world of application development. Just as Douglas Adams' legendary...Discuss·10 likes·104 readsDon't Panic – The Guide to the Galaxy of .NET MAUI Development#maui
Nijaz ZaljevicforSoftware Engineering Cornersoftware-engineering-corner.zuehlke.com·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·271 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·5.8K reads#dotnet-maui
Nijaz ZaljevicforSoftware Engineering Cornersoftware-engineering-corner.zuehlke.com·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·370 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 3 others are discussing this4 people are discussing thisDiscuss·10 likes·5.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·56 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...Discusswpf