Top 20 NuGet WCF Packages

Package Description
Library that enables applications to communicate with gRPC services using code-first approach, helps to get around some limitations of gRPC protocol. Helps to migrate existing WCF solution to gRPC with minimum effort.
Set of helper classes for WCF.
Simple Service Server that is extensible and allows hosting of any kind of service.
The Validation Application Block provides useful features that allow developers to implement structured and easy-to-maintain validation scenarios in their applications. This is a non-configurable .NET Standard-based Validation Application Block.
Provides an ApplyChanges extension method for DbContext that sets EntityState on trackable entities, so they can be saved in a single transaction as part of a batch update.
This package allowed to persist the state of a proxy or pass through different domains that share the necessary interfaces and behaviors.
Strong-typed Linq to Web API. Builds on top of HttpClient and provides the easiest way to interface with typed REST services that are modeled around typed entities or contracts. Example: var products = client .Query<Product>("products") .OrderBy(x => x.Downloads) .Skip(25) .Take(25) .ToList();
Test helpers for domain and WCF.
Common Instance Factory provides an abstraction over dependency injection and IoC containers using the abstract factory design pattern. Created as an alternative to the Common Service Locator that does not use the service location anti-pattern and provides support for releasing instances.
Common Instance Factory provides an abstraction over dependency injection and IoC containers using the abstract factory design pattern. Created as an alternative to the Common Service Locator that does not use the service location anti-pattern and provides support for releasing instances.
Provides an ApplyChanges extension method for DbContext that sets EntityState on trackable entities, so they can be saved in a single transaction as part of a batch update.
Common Instance Factory provides an abstraction over dependency injection and IoC containers using the abstract factory design pattern. Created as an alternative to the Common Service Locator that does not use the service location anti-pattern and provides support for releasing instances.
Package containing build targets for automatically generating WCF Service clients directly from the Service XSD at build time.
Documentation and samples: https://github.com/SignalGo/SignalGo-full-net/wiki SignalGo is a library for Cross-Platform developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-sid...
Unity 4.x For WCF
RabbitMQ transports for WCF
the proxy class collection
WcfHelper.Mock helps for develope Unittests for Wcf-Clients.