virtualization (n)~ In Windows Presentation Foundation and Silverlight a technique by which a subset of UI elements are generated from a larger number of data items based on which items are visible on the screen. Virtualization is a performance enhancement because it is intensive both in terms of memory and processor to generate a large numberof UI elements when only a few may be on the screen at a given time.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 57 조회
- 목록
본문
virtualization (n)~ In Windows Presentation Foundation and Silverlight a technique by which a subset of UI elements are generated from a larger number of data items based on which items are visible on the screen. Virtualization is a performance enhancement because it is intensive both in terms of memory and processor to generate a large numberof UI elements when only a few may be on the screen at a given time.