BS3206

123456789101112
Across
  1. 1. A native user experience (UX) framework for both Windows desktop and UWP applications.
  2. 5. Extensible Application Markup Language used for designing user interfaces in .NET MAUI apps.
  3. 7. A technique where you test an expression to determine if it has certain characteristics
  4. 9. Cross-platform, open-source framework from Microsoft that replaced the old, Windows-only .NET Framework.
  5. 11. represent the structure and relationships of classes within a system
  6. 12. A lightweight container that holds multiple values together, not an array or a class.
Down
  1. 2. Extend value types with the ability to hold an absence of value using ?
  2. 3. Allows a class to derive from another class, inheriting its properties and methods.
  3. 4. Stores key-value pairs, making it easy to look up values using unique keys.
  4. 6. a two-dimensional skeletal outline of a webpage or app
  5. 8. A flexible software development approach that values collaboration, customer feedback, and iterative progress over rigid planning.
  6. 10. Cross-platform framework from Microsoft that lets you build native apps for Android, iOS, macOS, and Windows with a single C# codebase.