66366 members! Sign up to stay informed.

Sponsored Links


Resources

.NET Research Library
Get .NET related white papers, case studies and webcasts

News News News Messages: 4 Messages: 4 Messages: 4 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

Dingo, a Schema Compiler for .NET, ships alpha release

Posted by: peter lin on September 02, 2004 DIGG
Dingo is a new open-source alpha-level schema compiler for .NET. It offers a few features not found within the XmlSerializer/XSD.exe tool stack, such as the ability to plug in source generators for particular classes, and it takes a different approach to the code generated, preferring interfaces and concrete implementation classes than classes with public fields.

Features (as described by the author of the project):
  • compile schema with XmlSerialization support
  • compile schema without XmlSerialization support
  • compile schema with interfaces and concrete classes
  • compile schema without XmlSerialization support with interfaces and concrete classes
  • provides a plugin API to register a source generator for a specific interface or baseclass
  • you can provide your own license for the generated source
  • Apache 2.0 license
  • design is similar to Apache jaxme (an implementation of the Java API for XML Binding, the equivalent of XmlSerializer and XSD.exe in the Java world)
The author reports, "In the next few days, I will add more documentation, examples and a comparison of Mono XSD, MS XSD and Dingo."

The alpha of Dingo is now available for download from sourceforge, and the is available for visitation.

Threaded replies

·  Dingo, a Schema Compiler for .NET, ships alpha release by peter lin on Thu Sep 02 11:50:35 EDT 2004
  ·  Documentation is non-existent by Petey Dm on Thu Sep 02 16:04:49 EDT 2004
    ·  Documentation is non-existent by peter lin on Thu Sep 02 22:48:34 EDT 2004
    ·  Documentation is non-existent by peter lin on Fri Sep 03 00:33:54 EDT 2004
    ·  Documentation is non-existent by peter lin on Tue Sep 07 00:04:17 EDT 2004
  Message #136751 Post reply Post reply Post reply Go to top Go to top Go to top

Documentation is non-existent

Posted by: Petey Dm on September 02, 2004 in response to Message #136708
I know this project is only in alpha, but I wish they included some sort of documentation! This is probably why a good chunk of open-source projects get neglected because early adopters can't second guess the intent of the developers due to the lack of documentation.

Paolo del Mundo

  Message #136776 Post reply Post reply Post reply Go to top Go to top Go to top

Documentation is non-existent

Posted by: peter lin on September 02, 2004 in response to Message #136751
I know this project is only in alpha, but I wish they included some sort of documentation! This is probably why a good chunk of open-source projects get neglected because early adopters can't second guess the intent of the developers due to the lack of documentation. Paolo del Mundo
I'm working on the documentation now, but it will take a couple of weeks to write up some decent documentation. I totally understand the lack of documentation in many OSS projects, but honestly writing good documentation is hard. I'm also a committer on Jakarta JMeter and good documentation takes a lot of effort. To me, writing great documentation is harder than writing good code. Check back in a few days. I hope to get a basic comparison of MS Xsd and dingo up over the weekend. If you have any specific questions, feel free to post a bug entry or a message to the forum.

  Message #136782 Post reply Post reply Post reply Go to top Go to top Go to top

Documentation is non-existent

Posted by: peter lin on September 03, 2004 in response to Message #136751
I know this project is only in alpha, but I wish they included some sort of documentation! This is probably why a good chunk of open-source projects get neglected because early adopters can't second guess the intent of the developers due to the lack of documentation. Paolo del Mundo
I just posted a short article comparing MS xsd, Mono xsd and dingo. More documentation is coming.

http://dingo.sourceforge.net/comparison.shtml

  Message #137026 Post reply Post reply Post reply Go to top Go to top Go to top

Documentation is non-existent

Posted by: peter lin on September 07, 2004 in response to Message #136751
I know this project is only in alpha, but I wish they included some sort of documentation! This is probably why a good chunk of open-source projects get neglected because early adopters can't second guess the intent of the developers due to the lack of documentation. Paolo del Mundo
As requested, there's a bit more documentation on the site now, including a better comparison of XSD to Dingo and a better introduction.

 
New content on TheServerSide.NETNew content on TheServerSide.NETNew content on TheServerSide.NET

DSLs and language interop

Language "mashups" will become more prominent, and developers will become polyglots, one programmer suggests.

VS 2008 Resources

SearchWinDevelopment.com offers an introduction to the language, performance, testing and data management improvements in VS 2008.

VB code downloads home

VBCode.com code snippets cover all aspects of application development, from data binding to security to the user interface.

XAML Learning Guide

Get up to date on XAML best practices with a variety of articles, tutorials and webcasts. [SearchWinDevelopment.com]

Company uses VSTS DB edition to tame workflow

One team's experience with the VSTS DB edition suggests that it can improve workflow for dev teams. It also enhanced Agile efforts. (June 24, Article)

Book: Intro to DSL Tools

Microsoft has begun to include DSL tools in the VSTS kit. A new book by Steve Cook and other VSTS team members helps set the stage. (June 24, Article)

I See the Silverlight Shining!

Cartoon: Be it ever so humble there is no place like your home after you get a Microsoft Home Server . (June 18, Cartoon)

A look at .NET 3.5

Microsoft's Thom Robbins says new technology to highlight in NET 3.5 includes AJAX, LINQ for both C# and VB, as well as tooling enhancements intended to ease the task of building WPF, WF and WCF apps. (June 29, Podcast)

Venkat Subramaniam on AJAX

Venkat Subramaniam discusses AJAX bottlenecks, the tenets of Agile development and more. He spoke at the Ajax Experience. (June 25, Tech Talk)

Building a Claims-Based Security Model in WCF - Part 2

In the second of a two-part series, Michele Leroux Bustamente discusses design decisions related to the claims-based security model. Read the story and walk through the process for creating a set of claims-based utilities to encapsulate claims authorization at the service tier. (May 24, Article)

Introducing the Entity Framework

Understanding why the Entity Framework exists and learning where it can fit into your projects can get you prepared for the eventual release early next year. (May 10, Article)

WCF Security Learning Guide

Resource: This learning guide gives you quick access to useful links on Windows Communication Foundation security information. (April 24, Article)

Brad Abrams: Patterns for successful ASP.NET AJAX development

TSS.NET's Jack Vaughan spoke recently spoke with Microsoft's Brad Abrams to find out what he is seeing in the field and what the chefs in Redmond are cooking. Along the way he discusses patterns of AJAX frameworks. (April 11, Article)

Building a Claims-Based Security Model in WCF

In a two-part series, Michele Leroux Bustamente explains how claims-based security is supported by WCF, and how you can implement a claims-based security model for your services. (March 29, Article)

Authoring workflow using XAML

Windows Workflow Foundation is a new technology that many developers will need to get their heads around. In a brief excerpt adapted from Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#, K.Scott Allen considers aspects of workflow definition. (March 22, Chapter Excerpt)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map