GithubHelp home page GithubHelp logo

dudymas / contractual Goto Github PK

View Code? Open in Web Editor NEW

This project forked from brentarias/contractual

0.0 2.0 0.0 204 KB

Infrastructure utilities and interfaces exposed to your business logic and domain model

License: Apache License 2.0

C# 100.00%

contractual's Introduction

Contractual

Infrastructure utilities and interfaces exposed to your business logic and domain model.

Overview

Provide hyper-thin support for application frameworks:

  • WCF
  • WCF REST
  • ASP.NET MVC
  • ASP.NET Web API
  • System.Configuration

Provide hyper-thin support for patterns:

  • Repository
  • CQRS
  • Event Brokering

The core Contractual library promises never to take dependencies on other NuGet packages; it will always be a single, stand-alone assembly and NuGet package. Other supporting libraries, such as Contractual.WebApi might take dependencies on external NuGet packages...but those are dependencies always kept to a bare minimum.

Index of Tools

  • WCF
    • Proxy[T]: This is a wrapper around the WCF ClientBase<T>.
      • Gaurantees proper disposal of ClientBase<T>, which circumvents the long-standing Indigo Disposable bug.
      • Allows hyper-simple testing, merely by implementing (stubbing / mocking) a ServiceContract interface.
      • Supports ClientBase<T> asynchronous invocations, which are based on IO completion ports,while still ensuring that each ClientBase<T> is properly disposed.
  • ASP.NET Web API
    • MetaClient: This is a subclass of ASP.NET Web API HttpClient.
      • Uses generic methods to add meta-data capabilities such as: type-safe return values and encapsulated resource paths.
      • Provides a custom configuration section which holds endpoint addresses, TLS certificate info, serialization parameters and more.
  • System.Configuration
    • CollectionElementList<T>: Generic support for creating custom configuration section collections.

...this document is incomplete. Stay tuned.

contractual's People

Contributors

brentarias avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.