Browse by Tags
All Tags »
.NET 3.5 (
RSS)
11 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer Day topics: Enterprise Content Management Extending SharePoint Search BI and Performance Point Services Sandboxed Solutions Search Item-level security Control the resulting display URL...
10 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer Day topics: Workflow Services Architecture External Data in SharePoint (BCS) Enterprise Content Management (ECM) Notes: "Whats New" for SharePoint 2010 Workflow For the end-user...
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...
8 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer Notes: Now SharePoint by default has rating and tagging functionality. SharePoint 2010 works in both IE and Firefox. Content Organizing functionality: document going to some sub-folder...
When you open SharePoint 2007 project in Visual Studio 2010 and click on Build/Rebuild command you will get following error message: The type or namespace name 'SharePoint' does not exist in the namespace 'Microsoft' (are you missing an assembly reference...
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...
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