Found 68 packages
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DesktopVirtualization.
Feature-rich implementation of a VirtualizingWrapPanel for WPF.
DataCollection is a series of cross-platform observable collections with features like sorting, grouping and filtering and data virtualization techniques like cursor and pagination.
Generated library for root/virtualization/v2
Package Description
Libvirt supports: The KVM/QEMU Linux hypervisor The Xen hypervisor on Linux and Solaris hosts. The LXC Linux container system The OpenVZ Linux container system The User Mode Linux paravirtualized kernel The VirtualBox hypervisor The VMware ESX and GSX hypervisors The VMware Workstation and Player hypervisors The Microsoft Hyper-V hypervisor The IBM PowerVM hypervisor The Parallels hypervisor The Bhyve hypervisor Virtual networks using bridging, NAT, VEPA and VN-LINK. Storage on IDE/SCSI/USB disks, FibreChannel, LVM, iSCSI, NFS and filesystems
Specialized list implementation that provides data virtualization.
.NET wrapper for the XenServer 7.0 API. XenServer includes a XML-RPC based API, providing programmatic access to the extensive set of XenServer management features and tools. The XenServer API can be called from a remote system as well as local to the XenServer host. Remote calls are generally made securely over HTTPS, using port 443. There are five SDKs available, one for each of C, C#, Java, PowerShell, and Python. These are provided under an open-source license (LGPL or GPL with the common linking exception). This allows use (unmodified) in both closed-and open-source applications.
See: http://alphachitech.wordpress.com/2015/01/31/virtualizing-observable-collection/ GitHub is here: https://github.com/anagram4wander/VirtualizingObservableCollection There are no performant large data set observable collections that support write operations in .NET, so we wrote the VirtualizingObservableCollection, which does the following: ◾Implements the same interfaces as ObsevableCollection<T> so you can use it anywhere you’d use an ObsevableCollection<T> – no need to change any of your existing controls. ◾Supports true multi-user read/write without resets (maximizing performance for large-scale concurrency scenarios). ◾Manages memory on its own so it never runs out of memory, no matter how large the data set is (especially important for mobile devices). ◾Natively works asynchronously – great for slow network connections and occasionally-connected models. ◾Works great out of the box, but is flexible and extendable enough to customize for your needs. ◾Has a data access performance curve nearly as good as the regular ObsevableCollection – the cost of using it is negligible. ◾Works in any .NET project because it’s implemented in a Portable Code Library (PCL).
DataVirtualization
Specifies validation interfaces.
The Validation OS Modular SDK available as a set of NuGet packages for more seamless acquisition and CI/CD integration. This package is designed for C++ applications and contains Microsoft-WinVOS-Virtualization specific content.
Library for communication inside OneClickDesktop system for virtualisation server module.
Component for displaying and interacting a large data set in WPF application.
.NET interface to libvirt, the toolkit to manage virtualization platforms like KVM, QEMU, Xen, Virtuozzo, VMWare ESX, LXC and more.
This is a virtual list component packaged with blazor.
Drop-in Virtualization Library
A Virtualize library that supports Lazy Loading for showing List of Items.
MAUI Virtualize ListView with smooth scrolling and without platform-specific code
.NET wrapper for the XenServer 6.5 API. XenServer includes a XML-RPC based API, providing programmatic access to the extensive set of XenServer management features and tools. The XenServer API can be called from a remote system as well as local to the XenServer host. Remote calls are generally made securely over HTTPS, using port 443. There are five SDKs available, one for each of C, C#, Java, PowerShell, and Python. These are provided under an open-source license (LGPL or GPL with the common linking exception). This allows use (unmodified) in both closed-and open-source applications.