This library enables the end users to create a lightweight representation of the google.visualization.DataTable object directly in Microsoft.NET and obtain the necessary JSON as needed by the Google Chart Tools Javascript library.
The approach used in this project was to create a lightweight object model that is fast and that consumes few resources.
It is perfect for server side applications hosted on ASP.NET or ASP.NET MVC or any other Microsoft.NET framework.
It is based and compiled on v .NET 3.5 in order to give pretty much a good compatibility with older kind of projects still running on this frameworks.
For further information, please check:
- Documentation or visit the blog posts:
- Using the Google DataTable .Net Wrapper
- Improving the Google DataTable .Net Wrapper
Currently trying to build a list of sites using the Google DataTable .NET Wrapper library. If you want to share your experience using the library or if you want that a link to your site to appear here, please contact me
For more information please check the following location https://www.nuget.org/packages/Google.DataTable.Net.Wrapper/4.1.0
Out of the new features there is a new flag being added which allows the library to escape the '' and '"' characters. This can be done by using the
DataTable.EnableJsonStringEscaping;
which by default it is set to false un order to be backward compatible.
Bit thanks go to https://github.com/sjasperse for implementing this feature!
Please check the asp.net core example on how to use the library.
- https://github.com/anuraj/AspNetCoreSamples/tree/master/Pizza-Demo
- Google charts with DataTable .NET Wrapper and API data in ASP.NET 6.0 Razor Pages App https://www.youtube.com/watch?v=Ie43mv57-5o
For more information please check the following location. https://www.nuget.org/packages/Google.DataTable.Net.Wrapper/4.0.0
For more information please check the following location. https://googledatatablelib.codeplex.com/releases/view/123379
The latest commit https://googledatatablelib.codeplex.com/SourceControl/changeset/27248 contains a new project with examples that would simplify the life to those who just started using the library.
The package is published on NuGet: https://www.nuget.org/packages/Google.DataTable.Net.Wrapper/3.1.2
For more information please check the blog entry: What's new in the Google DataTable .NET wrapper v3.1.0
For more information please check the blog entry: What's new in the Google DataTable .NET wrapper v3.0.0
Please follow this link: https://nuget.org/packages/Google.DataTable.Net.Wrapper
This project is not officially affiliated with or supported in any way by Google