- Web Part Development
- Workflow
- Context Menu
- Event Handler
- Console Application
- Data View with XSLT and XML
1. Web Part Development: You have to go for .net and MOSS namespaces. Its similer to the web development but no GUI. Once you complete your code deploy to the server and add that web part onto your site's web part zone.
2. Workflow: You can develope the workflow through either .net (Sequential and State Machine Workflow) or Sharepoint Designer or K2 Blackpearl.
3. Context Menu: This is nothing but the pop-up menu apears on your list item or document library item. The default menus are View, Edit etc. If you want to put some custom menu like Download, Redirect etc. you can write your code by that way and put it to the Content Editor Webpart.
4. Event Handler: Here if you want to perform some function before/afetr any button click, you can immplement there. There are some event handler ares specified like - ItemAdding, ItemAdded, ItemUpdating, ItemUpdated, ItemDeleted, ItemDeleting etc.
5. Console Application: If you want to incorporate any application within Sharepoint site, through this console application you can do.
6. Data View with XSLT and XML: Through Data View you can write some XSLT and XML query to get data from list or document library.
No comments:
Post a Comment