C
C#3mo ago
Brainydaps

I need a more simpler book for data binding. I dont fully understand it after reading Roger Ye

So I have read Roger Ye book titled : NET MAUI Cross platform application development, second edition. I understand what is going on, on the very superficial/conceptual level, but I really do not understand the "explanations" in the book. There are lots of technical jargons used in it with assumptions that we know what they mean, and some codes pasted without explaining what they mean line by line. I learn by understanding, and knowing the reasoning certain things are done the way they are done helps me to retain information and do it myself. Rather than "this is it" without explaining the logic behind those steps taken. Can someone recommend me a more "why" "logic behind the choices" "reasons for the actions" kind of book that also explains what things really means on the low level. Data binding seems to be a really big deal in app development and I need it NET oriented. Thank you!
3 Replies
ACiDCA7
ACiDCA73mo ago
if youve got questions a passage why not ask here to get a better explanation? books are always hard to find the right one for a reader... some are bored because the basics get explained a 100th time, for others its not deep enough
Brainydaps
BrainydapsOP3mo ago
Thanks for the suggestion, I would consider that in my next confusion encountering if it yields good result. Usually there aren't many people that can break things down in a easy to understand way even when they understand it perfectly themselves
leowest
leowest3mo ago
I would suggest you put something to practice, then post it to github and share it here and explain the parts you're having difficult with and why. this forum is a lot more practical then its to search resources for you with that said have u looked thru https://learn.microsoft.com/en-us/dotnet/maui/xaml/fundamentals/mvvm?view=net-maui-9.0 or https://www.youtube.com/watch?v=H59lHvg4Cik a lot of the things behind can also be due to facilities that libraries bring in so without knowing exactly what those problems u are having difficult with are giving u recommendation for things might not even help

Did you find this page helpful?