76
77
 
 

From now on there will be a new rule in this community, adopted from HackerNews:

Please submit the original source. If a post reports on something found on another site, submit the latter.

Have a good day!

78
 
 

Building UI in .NET MAUI with XAML continues to be the most popular approach. […] One of the downsides is how verbose it can become. […]

.NET 6 introduced global and implicit usings for C# which greatly reduced the using statements at the head of many C# files. Now in .NET 10 starting with Preview 5 we are introducing the same for XAML so you can declare your namespaces and prefixes in a single file and use them throughout. In fact, you can now omit the use of prefixes altogether!

79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
 
 

I don't want to be rude and I don't accuse people posting these kind of links here of having bad intentions, but I personally find them kind of annoying. There is too much of them right now and it's hard to even start a discussion, when there is no information in the title on what's actually inside.

I believe we should stick to "one topic, one post". What do you think?

95
96
97
98
99
100
view more: ‹ prev next ›