Server Explorer for SharePoint viewing Lists and other artifacts in SharePoint directly inside of Visual Studio
Windows SharePoint Services Project (WSP file) Import to create a new solution
Added a new web part project item and showed the Visual web part designer which loads a user control as a web part for SharePoint
Showed adding an event receiver for SharePoint and using the wizard to choose the event receiver and to just create a source file with that event receiver.
Added an ASPX workflow initiation form to a workflow project and showed how this workflow initiation form has designer capability
Showed the packaging explorer and the packaging editor which lets you structure the SharePoint features and WSP file that is created
Want to know more details about Visual Studion 2010 go though the below link and jst wait for 2010 to be relased :)
http://msdn.microsoft.com/en-us/vs2008/products/cc948977.aspx
November 14, 2008
Visual Studio 2010 Add Ins For Sharepoint
November 13, 2008
How to retrieve User Profile Properties of User From SSP
GMAIL Video And Audio Voice Chat
November 11, 2008
Wiki Migration Tool
Migration is a common requirement for all the projects. Recently I had been asked to create a TOOL for migration of wiki articles from different site collection level. The best way of creating a tool is by providing a UI.
All wiki’s which are created resides in a wiki library. Microsoft has defined a set of Basic List Templates for document libraries, custom list, picture library etc. I will be talking here about the basic list template associated with wiki library. There are almost 38 different kinds of basic list templates.
The entire wiki document library is associated to WebPageLibrary list template. You can download the tool from the below link
http://www.esnips.com/doc/fb8894cb-26c7-47dd-bb8e-13bea75c991b/WikiMigrationTool
How to use the Wiki Migration Tool
In the source site URL text box enter the top level site URL of the share point site and click show sites. A list of sub sites in the top level sites will be displayed in the list of sites. By clicking on any one of the sites under this list, a list of wiki document library present in this site will be populated.
Specify the destination url is the wiki document library to which the wiki’s need to be migrated. \Click on Migrate Wikis button, within few minutes all the wikis will be migrated. Of course there is scop for improvement for the tool.
I want to thank my friend shiva for giving me knowledge on Basic List Templates
Hope this tool saves some of your time.