Found 117 packages
Lazy loading proxies for Entity Framework Core.
A dynamic lazy proxy is a class built in real time, that implemenets some interface T, takes to the constructor an argument Lazy of T and routes all invocations to the corresponding method or property of this argument. The real instance wrapped by Lazy of T is created only after the first invocation of method or property. It allows to distribute the loading from the class creation to the method or property invocation.
Lazy Load is a jQuery plugin written in JavaScript. It delays loading of images in long web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them. This is opposite of image preloading. Using Lazy Load on long web pages containing many large images makes the page load faster. Browser will be in ready state after loading visible images. In some cases it can also help to reduce server load. Lazy Load is inspired by YUI ImageLoader Utility by Matt Mlinac.
Lazy Load is a jQuery plugin written in JavaScript. It delays loading of images in long web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them. This is opposite of image preloading. Using Lazy Load on long web pages containing many large images makes the page load faster. Browser will be in ready state after loading visible images. In some cases it can also help to reduce server load. Lazy Load is inspired by YUI ImageLoader Utility by Matt Mlinac.
Library for leveraging the power of the Lazy class to enable high performance caching at all layers of an application. It provides support for both Sync and Async Lazy caching operations in an extremely lightweight and simple footprint -- with passive cache coding style using Lambdas to maximize server utilization and performance with a blocking, or self-populating, cache implementation!
FreeSql 扩展包,可实现【延时加载】属性.
Create lazy-loaded object graphs
Lazy load modules & components in AngularJS
An AutoFixture customization for lazy-loading entities using LazyEntityGraph.
Excubo.Blazor.LazyStyleSheet makes it easy to dynamically load style sheets in razor components. This improves page load times and reduces the amount of data transferred over the network.
Lazy Loading and navigation properties support for Dccelerator.DataAccess ORM.
A LazyTabBarController that implements swiping left/right to switch controllers and lazying to load controllers.
Razor Components for lazy loadable modules
A thread-safe, run-once, lazy-loaded ConcurrentDictionary full implementation of ConcurrentDictionary (+ Lazy)
Build tools for creating a Blazor Lazy Loadable module
Full lazy loading support for Blazor Server!
Full lazy loading support for Blazor WebAssembly!
see https://github.com/jamesmanning/EntityFramework.LazyLoadLoggingInterceptor
DO NOT REFERENCE THIS PACKAGE DIRECTLY!
Lazy loading Xamarin Forms views