Top 20 NuGet wcf Packages

Documentation is included as part of the package. Source and current issues at https://github.com/mrvshah/Utilities Raise a bug at github or email [email protected]
WcfClientBase contains a simple base class that encapsulates WCF service calls.
Installs the libraries for using Skillsoft Open Learning Services Architecture (OLSA) Web Service Functions
https://devlib.codeplex.com/ wcf service host; wcf client proxy DevLib is a highly reusable collection of components and core functionalities addressing common crosscutting concerns. It provides a comprehensive set of features that save development time, minimize costs, reduce the use of precious ...
Self-hosts WCF Services
Service client factory for WCF services.
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();
This package allowed to persist the state of a proxy or pass through different domains that share the necessary interfaces and behaviors.
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.
Test helpers for domain and WCF.
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...
Simple Service Server that is extensible and allows hosting of any kind of service.
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.
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.
This Wcf module helps the programmer to log data to various sources (file, database, system log, others). In case of found issue in the application it should be possible to enable logging so that the problem is detected and fixed. With this module allows to configure logging at runtime without modif...
$ dotnet new -i Paulovich.Manga $ dotnet new manga It creates a .NET Solution with a layered backend (Domain - Application - Infrastructure - WebApi) with the Clean Architecture Style.