Sylvan.BuildTools.Resources VS tnt

Compare Sylvan.BuildTools.Resources vs tnt and see what are their differences.

Sylvan.BuildTools.Resources

Build-time resource file support in C# projects. (by MarkPflug)

tnt

Command line tool for organizing translation strings extracted from .NET assemblies. Supports Excel, XLIFF roundtrips and machine translations. (by pragmatrix)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Sylvan.BuildTools.Resources tnt
4 2
56 18
- -
2.6 10.0
4 months ago almost 4 years ago
C# F#
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.

Sylvan.BuildTools.Resources

Posts with mentions or reviews of Sylvan.BuildTools.Resources. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-18.
  • Source Generators - Is it possible to generate code and output the code to the directory structure itself, similar to the .tt templates?
    1 project | /r/csharp | 14 Dec 2022
    I'm not much of a blogger, but this is the one topic that I've written about: https://markpflug.github.io/2018/08/23/JsonResource.html The project source code that this article was written about is available here: https://github.com/MarkPflug/Sylvan.BuildTools.Resources
  • Experiences Internationalizing .NET Products?
    2 projects | /r/csharp | 18 Jul 2022
    These issues motivated me to create an alternative to .RESX that uses build-time code generation and JSON instead of XML: Sylvan.BuildTools.Resources. It behaves almost identically to .resx, but avoids all of the issues I mentioned above.
  • Embedding Static String Resources (SQL queries in source code)
    1 project | /r/csharp | 21 Jan 2022
    Suggesting this less-than-perfect solution of using resx spurred me to implement something better. And so I created an MSBuild-based build-time code generator for static string resources. It allows you to write structured language text files (SQL, HTML, JSON, etc) in a separate file, so as to get syntax highlighting and autocomplete, but to access with those strings as if they had been defined as string constants in your C# code. I added this functionality to a nuget package that I maintain: Sylvan.BuidTools.Resources.
  • Is it wrong to store SQL queries in source code?
    2 projects | /r/csharp | 19 Jan 2022
    Now, I typically would use my [Sylvan.BuildTools.Resources](https://github.com/markpflug/sylvan.buildtools.resources) package, which offers JSON-flavored resx equivalent, and use build-time code-gen (MSBuild) that works in any IDE.

tnt

Posts with mentions or reviews of tnt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-16.
  • Localization in .NET console and desktop apps
    6 projects | news.ycombinator.com | 16 May 2024
    We've been using a library called TNT for this job and are quite happy with the flow: https://github.com/pragmatrix/tnt

    You basically annotate all your strings with a "my string".t() or t($"my interpolated string: {var}") and then use their CLI to extract the strings to be translated. It even includes google translation API support for you to kickstart the process.

  • Experiences Internationalizing .NET Products?
    2 projects | /r/csharp | 18 Jul 2022
    We use this project, really happy with it: https://github.com/pragmatrix/tnt
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured