Contents tagged with LINQ
-
Most interesting from SharePoint 2010 Virtual Ignite Training: 2nd Day
9 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer
-
Getting all types from core library that implements specific interface
Sometimes you don’t know which of all .NET framework types better fits you requirements, but you know that this class must implement some interface.
-
Extending Control class to search sub-control by type
I have already wrote in my previous post about searching sub controls by type.