.NET

1847 readers
1 users here now

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

Wikipedia pages

founded 2 years ago
MODERATORS
51
52
53
54
 
 

When I created the !dotnetmaui@programming.dev Community, I was strongly encouraged to cross-post here. Fast-forward to now and we are getting the same or more engagement on the original posts there than the cross-posted content here, so I'm going to break free from the mothership now and stop cross-posting. To continue to get MAUI content make sure to follow and/or subscribe to the MAUI Community.

55
56
57
58
 
 

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!

59
 
 

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!

60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
 
 

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?

view more: ‹ prev next ›