From e50a5142946315454c7027fc7941d514c462e313 Mon Sep 17 00:00:00 2001 From: SatishRaj4377 <158574671+SatishRaj4377@users.noreply.github.com> Date: Fri, 31 Oct 2025 13:44:11 +0530 Subject: [PATCH] 987719: updateReadme --- README.md | 61 ++++++++++++++++++- .../JsonAndXmlToDiagramVisualizer.csproj | 2 +- 2 files changed, 59 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab86abd..9f1235a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,61 @@ -# ej2-aspnetcore-jsonandxml-to-diagram-visualizer +# Essential JS2 ASP.Net Core - JSON and XML to Diagram Layout A JSON/XML-to-Diagram Visualizer converts JSON or XML data into interactive diagrams, helping users easily understand data structures, hierarchies, and relationships visually -# Run the sample browser using the below command -dotnet watch run \ No newline at end of file +## Requirements to run the demo + +* [System requirements](https://ej2.syncfusion.com/aspnetcore/documentation/system-requirements/) + +### Run the demo using .NET CLI + +* Clone this repository. +* Navigate to the Core folder and Open the command prompt. +* Run the demo using `dotnet run` command. + +### Run the demo using Visual Studio + +* Open the solution file using Visual Studio. +* Press `Ctrl + F5` to run the demo. + +### Run the demo using Visual Studio code + +* Open the Visual Studio code from the demos directory where project file present. + + > Ensure the [C# for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) extension is installed in your Visual Studio code before running the ASP.NET Core demos. + +* Press `Ctrl + F5` to run the demo. + +### Live Demo + +#### JSON and XML to Diagram Visualizer Live Demo + +Check all the showcase samples from here. + +## License + +Syncfusion® ASP.NET MVC Components is available under the Syncfusion® Essential Studio program, and can be licensed either under the Syncfusion® Community License Program or the Syncfusion® commercial license. + +To be qualified for the Syncfusion® Community License Program you must have a gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion's terms and conditions. + +Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options. + +Use of Syncfusion® Blazor Components requires prior acquisition of either a Community License or a Commercial License. Additionally, usage is subject to acceptance of and compliance with Syncfusion's license terms and conditions. + +The Syncfusion® license that contains the terms and conditions can be found at +[https://www.syncfusion.com/content/downloads/syncfusion_license.pdf](https://www.syncfusion.com/content/downloads/syncfusion_license.pdf) + +## Support and feedback + +* For any other queries, reach our [Syncfusion support team](https://support.syncfusion.com/) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing). + +* To renew the subscription, click [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing) or contact our sales team at . + +* If the required information is not available, it can be submitted through the Syncfusion® Blazor Components Feedback Portal [feedback portal](https://www.syncfusion.com/feedback/aspnet-mvc). + +## See also + +* [ASP.NET Core Documentation](https://ej2.syncfusion.com/aspnetcore/documentation/introduction) +* [ASP.NET Core Components](https://www.syncfusion.com/aspnet-core-ui-controls/) +* [ASP.NET Core Live Demos](https://ej2.syncfusion.com/aspnetcore/) + +

Copyright © 2001-2025 Syncfusion®, Inc. Updated on 2025-09-22 at precisely 07:59:36 EST.

\ No newline at end of file diff --git a/core/jsonandxml-to-diagram-visualizer/JsonAndXmlToDiagramVisualizer.csproj b/core/jsonandxml-to-diagram-visualizer/JsonAndXmlToDiagramVisualizer.csproj index 074091f..ca2fe4e 100644 --- a/core/jsonandxml-to-diagram-visualizer/JsonAndXmlToDiagramVisualizer.csproj +++ b/core/jsonandxml-to-diagram-visualizer/JsonAndXmlToDiagramVisualizer.csproj @@ -8,7 +8,7 @@ - +