« Back to home

Werner Schuster posted at InfoQ an article entitled “Microsoft Surpasses Java’s Dynamic Language Support” trying to show where .NET is doing better than Java. Some of the highlights are: Microsoft CLR (Common Language Runtime), LINQ and the support for multiple languages DLR (Dynamic Language Runtime) .NET modularization and versioning…

Read more »

LINQ (Language Integrated Query) is one of the most promising technologies for Microsoft®’s .NET. Here are some great resources for those interested in learning more about this generic data query API: LINQ/C# Learning Guide - Quick look at the LINQ extensions and the upcoming release of C# 3.0 in general LINQ in Action - Learn about LINQ, LINQ to SQL (DLINQ) and LINQ to XML (XLINQ) Hooked on LINQ - Developers’ Wiki for .…

Read more »

Scott Guthrie, Microsoft’s ASP.NET and Atlas development guru, has posted a two-part article on using the Language Integrated Query, or LINQ, within ASP.NET projects. Part 1 how to create the ASP.NET page using LINQ, using rich collections of strings, refactoring collections, working with .NET Standard Query Operations and using Anonymous types. Part 2 details about DLINQ, or LINQ for databases, such as creating a DLINQ-enabled object model, hierarchical binding and basic pagination.…

Read more »