Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
19 packages returned for Tags:"microdot"
Sort by
Relevance
Downloads
Recently updated
Gigya.
ServiceContract
by:
gigya
SAP-GIGYA
533,212 total downloads
last updated
5/3/2022
Latest version:
4.0.4
gigya
microdot
microservice
microservices
contracts
Referenced by microservice public-facing interfaces. Provides common facilities that are needed to define a service's contract. Part of the Microdot framework.
Gigya.
Microdot.
SharedLogic
by:
gigya
SAP-GIGYA
396,869 total downloads
last updated
11/18/2021
Latest version:
4.0.3
gigya
microdot
microservice
microservices
Various components and utilities shared between different parts of the Microdot framework.
Gigya.
Microdot.
Configuration
by:
gigya
SAP-GIGYA
348,176 total downloads
last updated
2/22/2022
Latest version:
4.1.5
gigya
microdot
microservice
microservices
A configuration system based on a hierarchy of XML files, the values of which are accessed using strongly-typed configuration objects. Supports modification of the files on live service, environment...
More information
Gigya.
Microdot.
Interfaces
by:
gigya
SAP-GIGYA
415,205 total downloads
last updated
2/22/2022
Latest version:
4.1.5
gigya
microdot
microservice
microservices
Interface abstractions used by various Microdot components, seperated from their implementations to allow easy unit testing with mocks (see Gigya.Microdot.Fakes). Part of the Microdot Framework.
Gigya.
Microdot.
Hosting
by:
gigya
SAP-GIGYA
313,626 total downloads
last updated
2/22/2022
Latest version:
4.1.5
gigya
microdot
microservice
microservices
Infrastructure used for hosting Microdot services, part of the Microdot framework.
Gigya.
Microdot.
Orleans.
Hosting
by:
gigya
SAP-GIGYA
233,941 total downloads
last updated
11/18/2021
Latest version:
4.0.3
gigya
microdot
microservice
microservices
Infrastructure used for hosting Orleans Microdot services, part of the Microdot framework.
Gigya.
Microdot.
Ninject
by:
gigya
SAP-GIGYA
271,947 total downloads
last updated
11/18/2021
Latest version:
4.0.3
gigya
microdot
microservice
microservices
ninject
ioc
di
Ninject modules, providers and binding resolvers for various Microdotcomponents, part of the Microdot framework.
Gigya.
Microdot.
ServiceDiscovery
by:
gigya
SAP-GIGYA
354,445 total downloads
last updated
11/18/2021
Latest version:
4.0.3
gigya
microdot
microservice
microservices
discovery
service-discovery
consul
Using this component you can find other Microdot services (and any other remote system), perform client-side load balancing between multiple servers, detect and skip unresponsive servers and resume using...
More information
Gigya.
Microdot.
Orleans.
Ninject.
Host
by:
gigya
SAP-GIGYA
207,700 total downloads
last updated
11/18/2021
Latest version:
4.0.3
gigya
microdot
microservice
microservices
A container used to host an Orleans Microdot service which uses Ninject for dependency injection. Incoming HTTP calls (via Gigya.Microdot.ServiceProxy) are handled and processed inside Orleans and are...
More information
Gigya.
Microdot.
ServiceProxy
by:
gigya
SAP-GIGYA
295,781 total downloads
last updated
11/18/2021
Latest version:
4.0.3
gigya
microdot
microservice
microservices
serviceproxy
http
rpc
ServiceProxy is used to call remote Microdot services. It is a runtime-generated transparent proxy which implements the remote service's public interface, translating all calls performed on it to HTTP...
More information
Gigya.
Microdot.
Fakes
by:
gigya
SAP-GIGYA
172,139 total downloads
last updated
2/22/2022
Latest version:
4.1.5
gigya
microdot
microservice
microservices
fakes
mocks
mocking
unit-testing
Tools to help write tests for Microdot services.
Gigya.
Microdot.
Ninject.
Host
by:
gigya
SAP-GIGYA
92,672 total downloads
last updated
11/18/2021
Latest version:
4.0.3
gigya
microdot
microservice
microservices
ninject
ioc
di
A container used to host non-Orleans Microdot service which uses Ninject for dependency injection. Incoming HTTP calls (via Gigya.Microdot.ServiceProxy) are dispatched to a specified class instance. Part...
More information
Gigya.
Microdot.
Testing
by:
gigya
SAP-GIGYA
121,078 total downloads
last updated
11/18/2021
Latest version:
4.0.3
gigya
microdot
microservice
microservices
fakes
mocks
mocking
unit-testing
Tools to help write tests for Microdot services. The project contains logic for Orleans host testers.
Gigya.
Microdot.
Logging.
NLog
by:
gigya
SAP-GIGYA
70,874 total downloads
last updated
11/18/2021
Latest version:
4.0.3
gigya
microdot
microservice
microservices
NLog
logging
tracing
An implementation of Microdot's logging and tracing using NLog.
Gigya.
Microdot.
Testing.
Shared
by:
gigya
SAP-GIGYA
102,858 total downloads
last updated
11/18/2021
Latest version:
4.0.3
gigya
microdot
microservice
microservices
fakes
mocks
mocking
unit-testing
Tools to help write tests for Microdot services. The project contains logic for both Orleans and Non-Orleans host testers.
Gigya.
Microdot.
LanguageExtensions
by:
gigya
29,044 total downloads
last updated
11/18/2021
Latest version:
4.0.3
gigya
microdot
microservice
microservices
Language and system library extensions for Microdot
Gigya.
Metrics
by:
gigya
27,037 total downloads
last updated
2/22/2022
Latest version:
4.1.5
gigya
microdot
microservice
microservices
Infrastructure used for hosting Orleans Microdot services, part of the Microdot framework.
Gigya.
Microdot.
Common.
Tests
by:
gigya
2,061 total downloads
last updated
2/22/2022
Latest version:
4.1.5
gigya
microdot
microservice
microservices
Microdot Framework
CalculatorService.
Interface
by:
gigya
1,762 total downloads
last updated
2/22/2022
Latest version:
4.1.5
gigya
microdot
microservice
microservices
Microdot Framework