Where can i learn Xaml tags
instead of having to ask chat gpt for all the commands i would prefer something like w3schools or my school learning site to help learn XAML for a native computer app
10 Replies
Did you try the docs?
the docs?
and those are just the basic controls(from the link I posted) not included things u can create your self due to the flexibility of xaml
but it goes in details on how they work, how to use, etc, etc
yeah ive read something about being able to sort of customize your tags
also dont rely on ChatGPT it will cost u more time then researching your self.
$aiprogrammer
i try to use it in very small amounts i ussually only resort to it for bugs or issues i just cant fix after a whole day of trying
the tags that are available depend on the framework and libraries you're using
libraries and your own code can add new xaml components about as easily as you can add new C# classes to a project