mamift/LinqToXsdCore
LinqToXsd ported to .NET Core (targets .NET Standard 2 for generated code and .NET Core 3.1, .NET 5+ for the code generator CLI tool).
This tool helps .NET developers simplify working with XML data that adheres to a specific schema. It takes an XML Schema Definition (XSD) file as input and generates C# code. This code provides strongly-typed objects that match the structure of your XML, making it easier to read, write, and manipulate XML documents using familiar object-oriented programming techniques instead of raw XML parsing.
Use this if you are a .NET developer regularly interacting with XML documents that have an associated XML Schema Definition (XSD) and want to work with them using strongly-typed C# objects.
Not ideal if you need to generate code for multiple programming languages, require built-in support for `INotifyPropertyChanged` or `System.ComponentModel.DataAnnotations` attributes, or need to generate only specific parts of an XSD.
Stars
52
Forks
17
Language
C#
License
MS-PL
Category
Last pushed
Feb 25, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/mamift/LinqToXsdCore"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...