Welcome to WindowsClient.net | Sign in | Join

LINQ Videos

Language-Integrated Query (LINQ) is a general-purpose query facility included in the .NET 3.5 Framework that applies to all sources of information. In these video training sessions learn how LINQ extends languages like C# and Visual Basic with native language syntax for queries and provides class libraries to take advantage of these capabilities.

Featured Item

Latest Comments

re: How Do I: Use Resource Files for Localization both in XAML and Code

Excellent, works a treat, thank you John.

re: How Do I: Use the FileSystemWatcher Class

I downloaded C# sample code but after unzip folder understand the C# sample was like the VB sample code ! please insert correct c# sample here !

re: How Do I: WinForms WPF Integration

Nice!

re: How Do I: Connect to a Database?

Great video, but you mention a previous video, but it isn't clear from the page at windowsclient.net/.../videos.aspx what order these videos are supposed to be watched in. Is there another page that lists the videos in some organized manner?

re: How Do I: Use Resource Files for Localization both in XAML and Code

Jayesh, Mike is correct try the following: In the code behind file change InitializeComponent(); Thread.CurrentThread.CurrentUICulture = new CultureInfo("es-ES"); to Thread.CurrentThread.CurrentUICulture = new CultureInfo("es-ES");

Featured Developer Books

Microsoft Communities