virtual-proxy

There are 6 repositories under virtual-proxy topic.

  • FawadJawaid/design-patterns-android-app

    In this project, Design Patterns have been applied to the existing android application Virtual Receptionist code to make the code better. The Bad Smells have been recognized and removed from the code which we call, Refactoring.

    Language:Java2300
  • johnc219/virtual_proxy

    (demo gem) Quickly build virtual proxies in Ruby

    Language:Ruby2200
  • Stratadox/Proxy

    Virtual proxy functionality, fine-tuned for lazily loading related classes.

    Language:PHP120
  • mustaddon/ContravarianceDependencyInjection

    Contravariant and Covariant injection for Microsoft.Extensions.DependencyInjection

    Language:C#10
  • mustaddon/LazyDependencyInjection

    Lazy injection for Microsoft.Extensions.DependencyInjection. Decorates registered services with lazy proxies that instantiate the original service only after the first method or property call. Intended to prevent the creation of unused injected dependencies.

    Language:C#10
  • mustaddon/OverridableDependencyInjection

    Overridable injections for Microsoft.Extensions.DependencyInjection

    Language:C#10