Quick Tip: LINQ & Data Binding notifications
In Silverlight & WPF we could databind to the LINQ query results: private ObservableCollection < string > someData = new ObservableCollection < string >(); //Somewhere in code someData.Add( "Alex" ); someData.Add( "Alen" ... המשך לקרוא>
Alex Golesh , 06-23-2009 11:29
Page 1 of 1 (1 items)