#MVVM
WinUI 3 Gallery
Windows Community Toolkit
MVVM Toolkit

= AWESOME. These are the ways to pick up on WinUI Development
##dotNETConf
November 12, 2025 at 12:05 AM
.NET MAUI - Having Trouble Understanding Data Binding And MVVM Community Toolkit https://old.reddit.com/r/dotnet/comments/1oukc9i/net_maui_having_trouble_understanding_data/

#dotnet
November 11, 2025 at 8:24 PM
[LIVE NOW] DNF SUMMIT 2025

Tomas Herceg – “DotVVM: Interactive MVVM web apps with minimal client-side footprint”

www.youtube.com/watch?v=drPR...
DNF Summit 2025
YouTube video by .NET Foundation
www.youtube.com
November 10, 2025 at 5:46 PM
一週間の Android 開発関連ニュースをお届けする AndroidDagashi、第401回を公開しました!

Compose Stability Analyzer, HiltとKoinの比較, ComposeのGapBuffer, Swift SDK for Androidを使って再利用, MVVMは今もアーキテクチャの標準?, など

https://androiddagashi.github.io/issue/401-2025-11-09
401 2025-11-09
Compose Stability Analyzer, HiltとKoinの比較, ComposeのGapBuffer, Swift SDK for Androidを使って再利用, MVVMは今もアーキテクチャの標準?, など
androiddagashi.github.io
November 9, 2025 at 11:33 AM
La arquitectura detrás de tu juego impacta en la experiencia del jugador sin que él se dé cuenta. Aprende sobre la importancia de elegir la arquitectura adecuada para lograr organización, flexibilidad y portabilidad. ¡No te lo pierdas!
#gamedev #Unity #MVC #MVVM

🗨️ Opinión?
November 9, 2025 at 12:02 AM
50 acrónimos y términos técnicos que cualquier programador debería conocer.
De SPA a CI/CD pasando por SOLID y TDD.
Los vas a ver en PRs, reuniones y documentación.

Guárdalo. Te vas a cruzar con todos:
November 8, 2025 at 1:57 PM
我ながらこんな雑誌記事があったら飛びつくわw 1️⃣ 第1回:「MVVMとは何か──三層の責務を整理する」  Model / View / ViewModel の分離思想と、  なぜ相互参照が破綻を生むのかを図解中心で。 2️⃣ 第2回:「Modelは自立せよ──アプリロジックの独立性」  「Modelさえ流用すればコンソールアプリだって作れる」  この一文を主題に、実装例と依存逆転の考え方を展...

Interest | Match | Feed
Origin
fedibird.com
November 8, 2025 at 12:17 AM
我ながらこんな雑誌記事があったら飛びつくわw 1️⃣ 第1回:「MVVMとは何か──三層の責務を整理する」  Model / View / ViewModel の分離思想と、  なぜ相互参照が破綻を生むのかを図解中心で。 2️⃣ 第2回:「Modelは自立せよ──アプリロジックの独立性」  「Modelさえ流用すればコンソールアプリだって作れる」  この一文を主題に、実装例と依存逆転の考え方を展...

Interest | Match | Feed
Origin
fedibird.com
November 8, 2025 at 12:16 AM
Using mvvm in flutter is rewiring how I scope the viewmodel. In the jetpack library version, viewmodel scoped page level where flutter is fine grained on each component
November 7, 2025 at 1:27 PM
November 7, 2025 at 9:23 AM
November 7, 2025 at 8:23 AM
Explicamos la Arquitectura MVC vs MVVM en Unity 6.2 🎮

Ya en vivo en:
Twitch -> twitch.tv/oscarbpgames
OscarBPGames - Twitch
Explicamos la Arquitectura MVC vs MVVM en Unity 6.2 🎮
twitch.tv
November 7, 2025 at 12:07 AM
Explore the differences between MVC, MVVM, and MVP design patterns in Swift. Learn how each pattern structures your iOS app for better scalability, testability, and clean architecture.

For more information www.cmarix.com/qanda/explai...

#MVC #MVVM #MVP #Swift #ios
MVC vs MVVM vs MVP : Design Patterns in Swift
Learn Swift Design Patterns like MVC, MVVM, and MVP. Understand their structure, benefits, and use cases with real-world iOS examples.
www.cmarix.com
November 6, 2025 at 12:23 PM
November 5, 2025 at 4:43 AM
iOS dev hot take: MVVM is just a re-brand of MVC. MVC got a bad rap because it was so frequently misused.
November 3, 2025 at 4:41 PM
How Duolingo used macros to promote mvvm architecture adoption

The post shows how an iOS team used Swift Macros to strip MVVM boilerplate - starting with DataSources - standardize code, and boost velocity.

blog.duolingo.com/ios-mvvm-swi...
Scaling MVVM in iOS with Swift Macros
Learn how Duolingo's iOS team used Swift Macros to cut boilerplate and streamline MVVM architecture adoption in a growing codebase.
blog.duolingo.com
November 3, 2025 at 7:11 AM
今日のQiitaトレンド

【C#】Nullチェック後にNull参照が発生する
WPFとMVVMパターンでの開発において、Nullチェックを行った直後にNull参照例外が発生する問題の原因と解決策を解説する。
この問題は、Nullチェックと実際の使用の間に、データバインディングや別スレッド処理によってプロパティの値がNullに変更されてしまうために発生する。
特にデータが頻繁に更新されるアプリケーションで起こりやすい。
対策として、プロパティの値を処理開始時にローカル変数へ退避させてから使用することで、処理中の一貫性を確保し、予期せぬ例外を防ぐことが推奨される。
【C#】Nullチェック後にNull参照が発生する #.NET - Qiita
WPF + MVVM パターンでアプリケーションを開発していると、Null チェックを行ったにも関わらず、その直後で Null 参照例外が発生する現象が発生しました。今回は、この問題の原因と解決策について説明します。 問題の発生状況 自作ファイラーの開発中に発生した事例で...
qiita.com
October 31, 2025 at 10:21 PM
MVVM
October 30, 2025 at 12:34 PM
Layered Architecture (MVC / MVVM)

Separate by concern, classic and reliable.
October 29, 2025 at 4:26 PM
Bart Vries on mvvm and project Orleans #techorama
October 29, 2025 at 8:51 AM
October 28, 2025 at 6:23 PM
Thinking MVVM and SwiftData don't mix? Learn how proper understanding of SwiftUI's core principles makes them perfectly compatible, despite common misconceptions in the community.

🔗: matteomanferdini.com/swiftdata-mv... by Matteo Manferdini

#Swift #SwiftData #MVVM #iOSDev
Is SwiftData incompatible with MVVM? The standard answer betrays a deep misunderstanding of 3 key principles that drive SwiftUI’s architecture
Some developers claim that MVVM is incompatible with SwiftUI. However, with a proper understanding of SwiftUI, it is possible to address any criticism and remove the boilerplate code shown in many…
matteomanferdini.com
October 28, 2025 at 8:02 AM
When the business logic is tightly coupled with the UI layer (which is true for most UIKit MVC and MVVM apps), then you can’t switch to another UI framework without re-writing 90% of the app.
October 25, 2025 at 2:45 PM
UIKit MVC or MVVM is often a very broken implementation of what it should be. UI logic mixed with business logic and state.

For example TCA works really well with both. This is because the UI itself has no logic anymore with TCA. So switching UI is quite trivial.
October 25, 2025 at 1:57 PM
October 24, 2025 at 4:43 PM