Use this tag for questions specifically related to version 7.0 of the .NET platform. For questions on .NET Framework generally, use the .net tag.
Questions tagged [.net-7.0]
1169 questions
-1
votes
1 answer
".NET 7 Way" Of Getting Extended File Attributes
I need to modernize some file I/O helper code from .NET 4.x to .NET 7, and in particular, a method to read Extended File Attributes. In the past, using Shell32 was regarded as a "necessary evil" to dive into file metadata.
Is there a more modern way…

blcamp
- 119
- 15
-1
votes
2 answers
WPF template binding for a width of element based on presence of content in another element
I have custom control (not user control) which inherits from ContentControl.
Its default style: