GeekArticles
Microsoft
C#SharePoint Workflow Wizard in Visual Studio 2008
Author: codeproject.com |
Published: 16th May 2008 |
Visited: 157 times |
Add CommentFiled in: CSharpSharePoint Workflows Wizard in Visual Studio 2008
Read Article Sponsored Links
Related Articles
• Balisage 2008 Announces Program Balisage is probably not a term on everyone's tongue. Its original usage comes from the Navy - for a ship to travel "balisage" means that they are using special dimmed lights for navigation while in enemy territory, a term als ...
• JavaOne 2008, Day 3: Hosted Developer Tools
Software-as-service (SaaS) has started to permeate the field of software development tools, says Atlassian's Jeffrey Walker in this interview with Artima. Walker describes important characteristics of hosted developer tools, and highlights the need for such tools to integrate well with locally ...
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...