What is UIVirtualization in WPF
The HttpGetEnabled property of ServiceMetadataBehavior is set to true and the HttpGetUrl property is a relative address, but there is no http base address. Either supply an http base address or set HttpGetUrl to an absolute address.
Closures in c# .NET
Get vs Post
Extension methods in c#
Unique sessionID for asp.net client.
For Ex. when you have millions of rows bound to Listbox(an Items template) ....
We dont want UI to put efforts on NON visible part of items in Listbox(These items will be visible when user scrolls up or down the scrollbar.)
Now the scrolling contailer is responsible of this virtualization.
Ex:
<ListBox VirtualizingStackPanel.IsVirtualizing="True"
...
ItemsSource="......." Height=
...
/>