Found 280 packages
Enrich logs with client IP, CorrelationId and HTTP request headers.
This DLL will help to get the OS Information of the Client and Web Browser it is using. It will help to log the events from the Web.
Sitecore Information Service Client Core provides information about Sitecore products and releases.
Messaging Hub Client Extensions - Take.net InfoEntertainment Team
Sitecore Information Service Client (Core with dependencies) provides information about Sitecore products and releases.
Firely's SDK for working with HL7 FHIR R4. This is the root package for the SDK includes core functionality to working with RESTful FHIR servers, POCO classes for FHIR, parsing/serialization of FHIR data and working with conformance data and terminologies.
Telegram Client API (MTProto) library written 100% in C# and .NET Standard | Latest API layer: 221 Release Notes: Update to Telegram API layer 221 - New objects (InputMediaStakeDice, Messages_EmojiGameOutcome, Messages_EmojiGameInfo, UpdateEmojiGameInfo, InputPasskeyCredentialFirebasePNV) - New methods (messages.getEmojiGameInfo, messages.summarizeText). - Updated Message flags and MessageMediaDice fields.
Sitecore database parsing extension for Sitecore Information Service Client.
Enrich Serilog Events With Client Info.
Package Description
Firely's SDK for working with HL7 FHIR STU3. This is the root package for the SDK includes core functionality to working with RESTful FHIR servers, POCO classes for FHIR, parsing/serialization of FHIR data and working with conformance data and terminologies.
Wiki Client Library is a .NET Standard & asynchronous client library for MediaWiki sites. This portable & asynchronous MediaWiki API client provides an easy and asynchronous access to commonly-used MediaWiki API. It has the following features: * Queries and edits for pages, including standard pages, category pages, and file pages. * Queries for category statistical info and its members. * Queries for basic file info, and file uploading. * Login/logout via simple asynchronous functions. * Client code has access to CookieContainer, and have chance to persist it. * Tokens are hidden in the library functions, so that client won't bother to retrieve them over and over again. * Query continuations are hidden by IAsyncEnumerable, which will ease the pain when using page generators. * Other miscellaneous MediaWiki API, such as OpenSearch, Page parsing, and Patrol. * Scribunto Lua console and server-side module execution support
This Package Contain Useful Library And Extention Method For Easy Develop High Tech Asp.Net Application. ForExample : Implementation Of ExtentionMethod, Http Request Tools, Client Informations, ...
Google APIs Client Library for working with Civicinfo v2. Product documentation is available at: https://developers.google.com/civic-information/ API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.CivicInfo.v2/latest/api/Google.Apis.CivicInfo.v2.html The source code for this package is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.CivicInfo.v2 Supported Platforms: - .NET Framework 4.6.2+ - .NET Standard 2.0 - .NET 6.0+ Incompatible platforms: - .NET Framework < 4.6.2 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin/MAUI - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0
Serilog Enrichers from Headers
Simple App to demostrate Nuget
VB.NET source file that contains an abstract base class called "LicenseInfo" that is used by various concrete licenses implementations and also by the AcknowledgementAttribute. Do not install this package manually, as it is installed automatically through referencing NuGet packages where needed. Supported versions: .NET Framework 2.0 .NET Framework 3.0 .NET Framework 3.5 .NET Framework 3.5 Client Profile .NET Framework 4.0 .NET Framework 4.0 Client Profile .NET Framework 4.5 .NET Framework 4.5.1 .NET Framework 4.5.2 .NET Framework 4.6 .NET Framework 4.6.1 Language requirement: Visual Basic 8 (shipped in 2005 with .NET 2.0) This package is part of the "SingleFile.VB" collection that consists of small utilities in the form of VB.NET source files, usually two of them per package, namely the code file and the test file (Microsoft standard unit tests) as well as the license files that are shared over all "Single.VB" packages. Some philosophy: Extension methods and other static utility functions are not shared accross projects resp. assemblies but included wherever they are needed. For that reason they are declared "Friend" and namespace-less as they are supposed to be part of the project's current namespace. Unit test files are added directly to the project and declared "Public" because of limitations of that framework, but they are only compiled in debug mode (through a compiler directive that checks for the "DEBUG" keyword). This allows to keep the tests very near to the code which simplifies access to internal members but does not bulk the published version. The reference to "Microsoft.VisualStudio.TestTools.UnitTesting" (assembly "Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll") is only needed during development and may be declared with "Copy Local = False". The NuGet package version is global across all "Single.VB" packages, and they always reference other packages of the same version (most recent at the time of publishing). This greatly simplifies my dependency handling and therefore improves the quality of the NuGet packages, but may leed to an updated package that does not contain any code change. I apologize for that inconvenience. Your feedback and/or contribution is welcome. Please contact me on singlefile.vb@gmail.com.
The simplest implementation of OData client. ## Restrictions - Not support XML (JSON only) - Not support Query Builder ## Usage ``` var client = new HttpClient(); var odata = new ODataClient(client); var request = Request.Get($"{endpoint}/Products?$inlinecount=allpages"); var response = await odata.SendAsync(request); if (response.Success) { var total = response.ReadAs<int>("$['odata.count']"); var products = response.ReadAs<IEnumerable<Product>>("$.value"); } ``` ## More info [https://github.com/iwate/ODataHttpClient](https://github.com/iwate/ODataHttpClient)
OAuth Token Client Library.