Welcome to Smips.com Sign in | Join | Help

Browse by Tags

All Tags » linq   (RSS)
Python’s LINQ Equivalents – filter(), map() and list comprehension
I started learning Python this year , and was pleasantly surprised to discover that Python has built-in language support that offers the equivalent of C#’s Language Integrated Query (LINQ). When LINQ was introduced with C# 3, it instantly became one of Read More...
St Louis MSDN Half-Day Event: Silverlight, LINQ, and WCF
Microsoft is hosting a half-day MSDN event on Thursday, Aug 30 at the AMC Creve Coeur theatre in St Louis. Share this post: Email it! | bookmark it! | digg it! | reddit! Read More...
Visual Studio 2008 Beta 2
Beta 2 of Visual Studio 2008 (Formerly Orcas) is available for download . The beta comes with a Go-Live license which means if you can convince your IT director, you can write production code using Visual Studio 2008. One convincing argument to make the Read More...
Presentation: Using LINQ in Visual Studio Orcas
This zip file contains both the presentation and code samples from my Using LINQ in Visual Studio Orcas presentation. The presentation was given at the 2007 STL Code Camp and the May STL C# User Group meeting. The presentation itself was pretty code centric Read More...
Learn About LINQ in 6 Steps
Language Integrated Query (LINQ) is a new feature in the upcoming version of Visual Studio that allows developers to query collections of objects using a SQL-like syntax. Get the basic idea . Read Wikipedia's LINQ entry . See it in action . Watch Scott Read More...