ERP4.Tools.Zugferd
by: ERP4.Tools.Zugferd
- 28 total downloads
- Latest version: 1.1.2
Funktionen für das Erstellen/Auslesen von ZugFerd Daten
ExcelNumberFormat
by: ExcelNumberFormat developers
- 90 total downloads
- Latest version: 1.1.0
.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
FastMember
by: Marc Gravell
- 7 total downloads
- Latest version: 1.0.0.5
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
FCTB
by: Pavel Torgashov
- 26 total downloads
- Latest version: 2.16.24
Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET.
Fody
by: The Fody Team
- 1.051k total downloads
- Latest version: 6.9.3
Extensible tool for weaving .net assemblies.
Google.Apis
by: Google Inc.
- 14 total downloads
- Latest version: 1.3.0-beta15234
Google APIs Client Library (Contact me whenever new versions are available!)
Google.Apis.Calendar.v3
by: Google LLC
- 1.112k total downloads
- Latest version: 1.57.0.2759
Google APIs Client Library for working with Calendar v3.
Supported Platforms:
- .NET Framework 4.5+
- .NET Standard 1.3 and .NET Standard 2.0; providing .NET Core support.
Legacy platforms:
- .NET Framework 4.0
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0
Incompatible platforms:
- .NET Framework < 4.0
- Silverlight
- UWP (will build, but is known not to work at runtime)
- Xamarin
More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/calendar/v3
The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
Google.Apis.Translate.v2
by: Google LLC
- 338 total downloads
- Latest version: 1.57.0.875
This is not the recommended package for working with Translate, please use the Google.Cloud.Translation.V2 package.
This Google APIs Client Library for working with Translate v2 uses older code generation, and is harder to use.
Supported Platforms:
- .NET Framework 4.5+
- .NET Standard 1.3 and .NET Standard 2.0; providing .NET Core support.
Legacy platforms:
- .NET Framework 4.0
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0
Incompatible platforms:
- .NET Framework < 4.0
- Silverlight
- UWP (will build, but is known not to work at runtime)
- Xamarin
More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/translate/v2
The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
Google.Protobuf
by: Google Inc.
- 1.087k total downloads
- Latest version: 3.33.4
C# runtime library for Protocol Buffers - Google's data interchange format.
GrapeCity.Spread.WinForms
by: MESCIUS inc.
- 129 total downloads
- Latest version: 18.1.1
Enterprise Spreadsheet Solutions for C# .NET Developers
Spread WinForms (SpreadWin) is a multi-functional spreadsheet that professional Visual Studio developers use to create windows and web applications for analysis, dashboard, data collection and management, scientific, financial and other similar programs. SpreadWin includes .NET spreadsheet components, template designers, charting components, extensive API, and more. The object model closely mirrors Excel and models the Visual Studio Tools for Office API so it is intuitive to use.
SpreadWin supports many popular features such as native Excel input and output, a powerful and extensible calculation engine with over 500+ functions and support for custom functions, iterative calculations, dynamic arrays, custom cell data types, charting, tables, slicers, sparklines, conditional formatting, international localization, printing, sorting, filtering, drag-fill, grouping, undo/redo, data validation, input controls, and much, much more.
Licensing And Support Available
* Licensing: https://developer.mescius.com/spread/licensing
* Pricing: https://developer.mescius.com/spreadnet/pricing
* Support: https://developer.mescius.com/support/contact
* Sales Contact: us.sales@mescius.com
* Read the EULA: https://developer.mescius.com/legal/eula
* Download a free 30-day trial: https://developer.mescius.com/spreadnet/download
Documentation Links
* Documentation: https://developer.mescius.com/spreadnet/docs/latest/online-win/overview.html
* Getting Started: https://developer.mescius.com/spreadnet/docs/latest/online-win/PowerTools_Help19.html
* Demo Explorers: https://developer.mescius.com/spreadnet/demos
* Source code for the samples, including projects and solutions for Visual Studio 2022: https://cdn.mescius.com/SpreadNET/demos/winforms/explorer/code.zip
GraphQL-Parser
by: Marek Magdziak
- 29 total downloads
- Latest version: 3.1.0-preview-39
Library containing lexer and parser for GraphQL syntax
GraphQL.Server.All
by: Shane Krueger, Pekka Heikura, Ivan Maximov, et al.
- 127 total downloads
- Latest version: 8.3.3
GraphQL Server meta package with all the packages you need to get started
Grpc.Auth
by: The gRPC Authors
- 734 total downloads
- Latest version: 2.76.0
gRPC C# Authentication Library
Grpc.Core
by: The gRPC Authors
- 469 total downloads
- Latest version: 2.46.6
C# implementation of gRPC based on native gRPC C-core library.
Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future.
See https://grpc.io/blog/grpc-csharp-future/ for details.
HarfBuzzSharp.NativeAssets.Linux
by: Microsoft
- 139 total downloads
- Latest version: 8.3.1-preview.1.2
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlAgilityPack
by: Simon Mourrier, Jeff Klawiter
- 35 total downloads
- Latest version: 1.4.3
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).