| Blog Name: | Waldek Mastykarz [MOSS MVP] |
| Url: | http://blog.mastykarz.nl |
| Language: | English |
| Topics: | sharepoint, development, wcm |
| Description: | |
| Popularity: | 21 Followers |
|
In the last few posts I wrote about the Visual Studio SharePoint development tools and showed you a few cool things that you can achieve using the extensibility API provided with the tools. The ext...more |
| It’s probably one of the most obvious types of extensibility – to generate files out of content existing in a SharePoint Site. There are many examples already there available either in SharePoint D...more |
| Generic explorer nodes, like the Features or the Content Types node, weren’t really made to be extended. After all, all they do is to wrap the “real” nodes, so that using the SharePoint Explorer is...more |
| While extending the Visual Studio SharePoint development tools you might be working on an extension that would be using the fully qualified (4-part) name of an assembly. It could be for example a c...more |
| If you work a lot with custom assemblies that you reference from your SharePoint Projects in Visual Studio SharePoint development tools, you might want to create an extension that does that automat...more |