Found 1,503 packages
Nuget打包测试
An arbitrary precision decimal (base 10) floating point number type using a mantissa and exponent. Supports nth roots, trigonometric functions, logarithms, natural e, pi, etc.
Provides bulk operations for EF6
With this RESTful API you can integrate a global reward or incentive program into your app or platform. If you have any questions or if you'd like to receive your own credentials, please contact us at devsupport@tangocard.com.
This will enable you to register all your services into .NET Dependency Injection container (IServiceCollection) at once without exposing the service implementation. For configuration details please visit the GitHub repository.
GraphQL Query, Mutation and Subscription library
AWS IoT Analytics is a fully-managed service that makes it easy to run and operationalize sophisticated analytics on massive volumes of IoT data without having to worry about the cost and complexity typically required to build an IoT analytics platform.
This is a custom server-side validation library for C# and .NET. This version includes the following validation attributes: 1. RequiredIfAttribute: To mark a field required based on the value of another field. 2. MaxAgeAttribute: To validate maximum age against the date of birth value of DateTime type. 3. MinAgeAttribute: To validate the minimum required age against a date of birth value of DateTime type. 4. MaxDateAttribute: To set max value validation for a DateTime field. 5. MinDateAttribute: To set min value validation for a DateTime field. 6. TextEditorRequiredAttribute: To enforce the required validation attribute on the online text editors like TinyMCE, CKEditor, etc. 7. CompareToAttribute: To compare one property value against another property value of the same object. Comparison types are: Equal, NotEqual,GreaterThan,GreatherThanOrEqual,SmallerThan,SmallerThanOrEqual This version also includes validation against dynamic values from database, configuration file or any external source added for the following type: 1. DateTime Type: with ValidateMaxAge() and ValidateMinAge()
Everyone deserves to enjoy the benefits of functional programming. The Tango provides a series of implementations to facilitate the use of functional programming concepts in C#. In a certain way any C# developer work with some functional concepts like anonymous methods with lambda expressions and high order functions with Linq library, and so on. C# is an amazing programming language and we as a dev, can improve it a lot more. In this library I implements some of the core functional concepts in order to enhances the experience of developers. Tango is a set of powerful functional tools for your .NET C# application. With Tango you can write a clean functional code in C#. It can works with pipelines (method and operator), promises, optional and either type values. Besides that, Tango provides an extension for IEnumerables, Options and Either with the Module namespace. Use popular methods like Map, Map2, Map3, Filter, Reduce, Fold, Scan and so on, always respecting lazy loadness. Functional programming brings a lot of benefits to your application, and the do you know the best of all? It makes development more fun! Stop to struggle with your code and take it to dance a Tango!
GraphQL Query, Mutation and Subscription library
This library is a Generic Repository implementation for EF Core ORM which will remove developers' pain to write repository layer for each .NET Core and .NET project. This library includes the following notable features: 1. This library can be run on any .NET Core or .NET application which has .NET Core 3.1, .NET Standard 2.1 and .NET 5.0+ support. 2. It’s providing the Generic Repository with database transaction support. 3. It has all the required methods to query your data in whatever way you want without getting IQueryable<T> from the repository. 4. It also has Specification<T> pattern support so that you can build your query dynamically i.e. differed query building. 5. It also has database-level projection support for your query. 6. It also has support to run raw SQL command against your relational database. 7. It also has support to choose whether you would like to track your query entity/entities or not. 8. It also has support to reset your EF Core DbContext state whenever you really needed. 9. Most importantly, it has full Unit Testing support. Most importantly, it facilitates the writing unit test with mocking. 10. It also has pagination support. 11. Free raw SQL query support both for complex type and primitive types.
A tool for assigning records in Bulk by Gennaro Eduardo Tangari
This library is a Generic Query Repository implementation for EF Core ORM which will remove developers' pain to write query repository layer for each .NET Core and .NET project. This library includes the following notable features: 1. This library can be run on any .NET Core or .NET application which has .NET Core 3.1, .NET Standard 2.1 and .NET 5.0+ support. 2. It has all the required methods to query your data in whatever way you want without getting IQueryable<T> from the repository. 3. It also has Specification<T> pattern support so that you can build your query dynamically i.e. differed query building. 4. It also has database-level projection support for your query. 5. It also has support to run raw SQL command against your relational database. 6. It also has support to choose whether you would like to track your query entity/entities or not. 7. Most importantly, it has full Unit Testing support. It facilitates the writing unit test with mocking. 8. It also has pagination support. 9. Free raw SQL query support both for complex type and primitive types.
This is a custom server-side validation library for ASP.NET Core. This also includes jQuery client-side validation for each server-side validation. This version includes the following validation attributes: 1. FileAttribute: To validate file type, file max size, file min size, etc. 2. FileTypeAttribute: To validate type of a file. 3. FileMaxSizeAttribute: To validate allowed max size of a file. 4. FileMinSizeAttribute: To validate allowed min size of a file. 5. MaxAgeAttribute: To validate maximum age against the date of birth value of DateTime type. 6. MinAgeAttribute: To validate the minimum required age against a date of birth value of DateTime type. 7. MaxDateAttribute: To set max value validation for a DateTime field. 8. MinDateAttribute: To set min value validation for a DateTime field. 9. TextEditorRequiredAttribute: To enforce the required validation attribute on the online text editors like TinyMCE, CKEditor, etc. 10. CompareToAttribute: To compare one property value against another property value of the same object. Comparison types are: Equal,NotEqual,GreaterThan,GreatherThanOrEqual,SmallerThan,SmallerThanOrEqual 11. RequiredIfAttribute: To mark a field required based on the value of another field. This version also includes validation against dynamic values from database, configuration file or any external source added for the following type: 1. File Type: with ValidateFile() method 1. DateTime Type: with ValidateMaxAge() and ValidateMinAge()
A tool for importing a solution through multiple organizations by Gennaro Eduardo Tangari
The CDK Construct Library for AWS::IoTAnalytics (Stability: Experimental)
A lightweight, unit testable, .NET IndexTank implementation. Tested against Searchify and IndexDen.
A tool for creating users through multiple organizations by Gennaro Eduardo Tangari
GraphQL Query, Mutation and Subscription library
This library is extending ASP.NET Core Blazor functionalities to ease the most common tasks for the developers. In this version it has the following functionalities: 1. Adding constructor dependency injection support for the Blazor Components. 2. Useful extension methods on NavigationManager to handle query strings. 3. A pagination component to display pagination UI in Blazor Components. 4. A CustomValidationMessages component for adding custom error/validation messages to the EditConext. For configuration details please visit the GitHub repository.