Author: SSWUG Research

Community

An Introduction to LINQ – Part 2

(Thiru Thangarathinam) In Part 1 of this series on LINQ, you learned all the basics of LINQ including type inference, Lamda expressions, extension methods, and anonymous types. You also discussed the use of standard query operators for querying in-memory objects, and collections. With that backgroun

Community

CLR Hosting APIs

(Alessandro Catorcini and Piotr Puszkiewicz) Suppose you are developing a large application in native C++ and you want to allow your customers to extend this app so they can mold it to their needs. Allowing your customers to write the extensions in managed code inside the Microsoft .NET Framework wo