Jevgeni Borozna's blog

SharePoint, ASP .NET

Browse by Tags

All Tags » LINQ (RSS)
Most interesting from SharePoint 2010 Virtual Ignite Training: 2nd Day
9 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer Notes: Intellisense when editing Wiki-pages and other type of pages and inserting some page property. (When writing “[["…) 4 default Master Pages: v4.master (default for SP 2010) minimal...
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. Following code gets all types that implements specific interface by interface name: using System; using...
Extending Control class to search sub-control by type
I have already wrote in my previous post about searching sub controls by type. Post: Searching for sub-control by type Now I’m suggesting more useful extension-type method to extend all classes derived from Control class (for example Page, TextBox, DropDownList...
More Posts