GithubHelp home page GithubHelp logo

publicdocs's Introduction

| δΈ­ζ–‡ |

Contents

This repository contains documents and articles that may be publicly useful.

XAML UI-Frameworks

  • XAML Framework Comparison : The most complete comparison of three major cross-platform XAML UI frameworks for .NET. This article includes a history of XAML frameworks, an at-a-glance comparison table, as well as detailed remarks explaining ratings.
  • XAML Framework Controls : Lists available controls for several XAML framework excluding some primitives and shapes. It also describes some of the differences in implementation or usage where appropriate.
  • Overview of WPF & UWP Differences : Lists major differences between WPF and UWP (which became WinUI 3). Microsoft does not provide any such list of differences which are considerable in some places.

Miscellaneous Topics

  • AI-Driven Development : An idea for accelerated test-driven development using large-language model AI used in a supervised feedback loop.

publicdocs's People

Contributors

robloo avatar sonnemaf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

publicdocs's Issues

Extra properties for UWP Panel controls

The Panel controls in UWP like Grid, StackPanel, Canvas, RelativePanel, etc have some extra properties which in WPF are only in Border

  • Border (Brush)
  • BorderThickness
  • Padding
  • CornerRadius.

This makes Border "obsolete" and can be used to decrease the tree size.

WPF does have the x:Uid directive

First of all, I would like to thank you for creating the overview of differences between WPF and UWP. It's a great idea because many people seems to think that because both are XAML based, they are very similar, when actually is quite the opposite.

Revising the table of differences, the first thing I found is that x:Uid doesn't exists in WPF, which is incorrect. There is already a x:Uid directive that can be used to localize WPF applications. The process may be cumbersome (generate CSV files, use LocBaml, etc.), but still is a way to create localizable WPF apps.

Regarding the topic of localization, an alternative to Uids in WPF is to use the DynamicResource extension, which seems to be missing in the comparison table.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.