lazy-proxy

It allows to build in real time a lazy proxy type or an instance of this type. (by servicetitan)

Lazy-proxy Alternatives

Similar projects and alternatives to lazy-proxy

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better lazy-proxy alternative or higher similarity.

lazy-proxy reviews and mentions

Posts with mentions or reviews of lazy-proxy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-29.
  • Lazy Dependency Injection for Microsoft DI ServiceProvider
    3 projects | dev.to | 29 Jan 2021
    The previous post detailed the problem and one solution that allows gracefully solving it without polluting your code. This solution is to use LazyProxy for IoC containers. The main idea is to substitute an object of the real type with a proxy. This proxy is a runtime generated type that implemented a specific interface T and called all members of this interface through Lazy. Thus, the behavior changes as if Lazy was injected instead of the T interface. Instances are created only on demand, but at the same time, the code remains clean.

Stats

Basic lazy-proxy repo stats
1
73
2.7
6 months ago

servicetitan/lazy-proxy is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of lazy-proxy is C#.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com