XDtoXF VS CSharpForMarkup

Compare XDtoXF vs CSharpForMarkup and see what are their differences.

XDtoXF

Adobe XD Plugin to export assets to Xamarin.Forms XAML Styles and Resources (by kphillpotts)

CSharpForMarkup

Concise, declarative C# UI markup for .NET browser / native UI frameworks (by VincentH-Net)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
XDtoXF CSharpForMarkup
1 8
148 723
- -
0.0 8.5
almost 3 years ago 5 days ago
JavaScript C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

XDtoXF

Posts with mentions or reviews of XDtoXF. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-29.

CSharpForMarkup

Posts with mentions or reviews of CSharpForMarkup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-01.
  • Uno: Create Beautiful Cross Platform .NET Apps Faster
    10 projects | news.ycombinator.com | 1 May 2024
  • .NET 8 – .NET Blog
    12 projects | news.ycombinator.com | 14 Nov 2023
    It's a bit of a hit and miss as of today. CLI, back-end and natively compiled libraries (think dll/so/dylib or even .lib/.a - you can statically link NAOT binaries into other "unmanaged" code) work best, GUI - requires more work.

    Avalonia[0] and MAUI[1] have known working templates with it, but YMMV.

    [0] https://github.com/lixinyang123/AvaloniaAOT / https://github.com/AvaloniaUI/Avalonia/ / honorable mention https://github.com/VincentH-Net/CSharpForMarkup

    [1] https://github.com/dotnet/maui (try out with just true in csproj - it is known to work e.g. on iOS)

  • State of mobile app development within the .NET ecosystem?
    2 projects | /r/dotnet | 2 May 2023
    Uno Platform can be both XAML or C# Markup if you use https://github.com/VincentH-Net/CSharpForMarkup with it.
  • Modern C# software development framework
    4 projects | /r/csharp | 31 Mar 2023
    And if you use https://github.com/VincentH-Net/CSharpForMarkup with it, you can have an all-around C# approach for both front end and back end.
  • What are your gripes with XAML?
    3 projects | /r/dotnet | 6 Mar 2023
    Maybe some c# markup libraries like this one. But I haven't use that so you'd need to check yourself
  • Uno platform: build single-codebase applications across all platforms
    7 projects | news.ycombinator.com | 16 Aug 2022
    You can CSharpForMarkup with WPF, WinUI 3, Uno Platform. with AvaloniaUI and Maui coming and possibly Blazor.

    https://github.com/VincentH-Net/CSharpForMarkup

  • Performance Improvements in .NET 6
    14 projects | news.ycombinator.com | 19 Aug 2021
    To manage mental mapping of what is being drawn, I keep methods that create widget trees short. My rule of thumb is that whole method has to comfortably fit the screen at once. For each section of the main tree I create a static function that returns a branch of the tree. These functions have descriptive names that help you visualize what element each function builds. If a tree inside a function is long, it is broken down in the same way.

    There are some fluent extensions (for Xamarin.Forms and probably future MAUI) that help you build UI in declarative fashion with C#. Same extensions could be created for other frameworks.

    https://devblogs.microsoft.com/xamarin/c-sharp-markup-for-xa...

    https://github.com/VincentH-Net/CSharpForMarkup

    For reusable custom widgets that can't be done with a static function, I create new classes with their own widget trees. Try to keep widgets composable and avoid inheritance if possible.

    Hot reload is coming in .NET 6, so waiting for rebuild will soon be history.

    I have no experience with QML so I can't really comment on that.

  • What's a Modern Technology Used For Building Desktop Programs?
    2 projects | /r/dotnet | 16 Aug 2021
    If I were to build a windows only desktop app with technology I was moderately familiar with, I'd probably got for WPF + https://github.com/VincentH-Net/CSharpForMarkup Working without XAML makes life so much simpler.

What are some alternatives?

When comparing XDtoXF and CSharpForMarkup you can also consider the following projects:

xaml-code-experiences - A collection of the experiences I have collected during days of Xamarin and Wpf, while following the MVVM design pattern.

ModernWpf - Modern styles and controls for your WPF applications

ID-MultiPageImporter - Script for automating the placing (import) of PDF and InDesign files inside Adobe InDesign

Avalonia.FuncUI - Develop cross-plattform GUI Applications using F# and Avalonia!

EventApp

Avalonia - Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology

mobile - The mobile app vault (iOS and Android).

xamarin-forms-goodlooking-UI - Xamarin.Forms goodlooking UI samples

HandyControl - Contains some simple and commonly used WPF controls

Uno Platform - Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.

trava-jdk-11-dcevm - dcevm-11 built on Travis