Visual Studio Workflow Development

Visual Studio Workflow Development using Windows Workflow Foundation, SharePoint and other Microsoft Technologies.


Most Popular This Month

Rating
 

the specified value for the locstringid parameter is outside the bounds of this enum

Posted by Matt Thornton on August 9, 2011

This was a rarity. SharePoint 2010 through up the error, whilst trying to create a new Web Application: The error was: the specified value for the locstringid parameter is outside the bounds of this ... [read more]

Rating
 

U2U CAML Query Builder for SharePoint 2010? - CAML Builder 2010?

Posted by Sohel Rana on January 19, 2011

U2U CAML query builder is a great tool for SharePoint developer. I've used this tool frequently with SharePoint 2007 development. However, I've got into trouble with using the tool with SharePoint 201... [read more]

Rating

Impersonate SharePoint User

Posted by Stuart Roberts on March 1, 2011

This is a post that I’d imagine most people who have been developing with SharePoint will be aware of but I thought it might be worthwhile blogging about. I’ve seen code where people have ... [read more]

Rating
 

SharePoint 2010 Workflow Tutorial - Creating workflows for Sharepoint 2010 (step 1/15)

Posted by sergeluca on January 7, 2011

Step by Step Tutorial - Introduction One of the greatest innovation in the previous version of Sharepoint (MOSS 2007 and WSS v3) was the integration with Windows Workflow Foundation, a core compone... [read more]

Rating
 

SharePoint 2010: Approve/Reject Multiple Items

Posted by Sohel Rana on May 22, 2011

You can approve/Reject an item from SharePoint ribbon. But only one item can be approved or rejected. But I've found requirements from few of my clients that they want to approve/reject in batch rathe... [read more]

Rating
 

SharePoint 2010: Approve/Reject Content Programmatically with SharePoint Object Model

Posted by Sohel Rana on March 1, 2011

In SharePoint 2010, you can modify the moderation status (approve/reject) of an item programmatically. Once you have got the ListItem, you can access the ModerationInformation properties to know the s... [read more]

Rating
 

SharePoint 2010 - Set Regional Settings Time Zone using PowerShell when Provisioning a New Site

Posted by Oscar on February 28, 2011

As you probably already know SharePoint 2010 has added functionality when dealing with multiple Time Zones.  There are two areas aside form the Web Application level where a user can set this prefere... [read more]

Rating
 

SharePoint 2010 dynamic approvers for OOB Approval Workflow

Posted by Daniel Laksana on March 17, 2011

Microsoft has improved SharePoint’s Approval Workflow in SharePoint 2010 that it is now customizable where its completion condition, behavior of individual task and behavior of overall task proc... [read more]

Rating
 

SharePoint 2010: Create Site Definition with Visual Studio 2010

Posted by Sohel Rana on April 4, 2011

Let's say you need to create a site definition which will satisfy the following requirements: Create a list on site creation Activate some features on site creation Your client wants to hav... [read more]

Rating
 

How to create a custom field type in SharePoint 2010 using visual studio 2010?

Posted by sharepoint spark on April 23, 2011

There are default field types like Text, Note, Boolean, Integer, Number, Decimal, DateTime, Choice, Lookup etc. We can also make our custom field types by using visual studio 2010 The structure s... [read more]

Recent News & Resources

Rating

Simplifying Web Development with Page Inspector

Posted by Kevin Rattan, Learning Tree on March 24, 2012

I’ve been playing around with the Visual Studio 11 beta for a little while now, and my favorite thing so far is Page Inspector. I like tools that make my life easier - and Page I... [read more]

Rating

Manage WCF 4.5 Service Configurations from One Location

Posted by Peter Vogel, Learning Tree on March 23, 2012

In an earlier post, I showed how you can configure a WCF 4.5 Web Service in an ASP.NET site with a few lines of code in the beta version of the .NET Framework 4.5; in a later post,... [read more]

Rating

SharePoint Developer Tools in Visual Studio 11 Beta - Part 2: Feature Enhancements to Support SharePoint Online Development

Posted by SharePoint Developer Team on March 23, 2012

Part 1 of this series on SharePoint developer tools in Visual Studio 11 Beta summarized all of the new features. This article focuses more on the features that support building rem... [read more]

Rating

Batle Studio Lotus #2 Graphite Object

Posted by terear on March 22, 2012

Batle Studio Lotus #2 Graphite Object by Batle Studio (Visit the Most Wished For in Programming list for authoritative information on this product's current rank.)Buy from Amazon.c... [read more]

Rating

Beyond Web Services in WCF 4.5

Posted by Peter Vogel, Learning Tree on March 21, 2012

In my previous post, I looked at how easy it was to add a basic HTTP Web Service to a Web site in .NET Framework 4.5 through code: Just add a shared/static method called Configure ... [read more]

Rating

One Line of Code to Configure WCF 4.5

Posted by Peter Vogel, Learning Tree on March 20, 2012

WCF 4.5 simplifies configuring WCF, provides better support for code-based configuration, and makes it easier to do code-based configuration in Web sites. Don’t get me wrong: I l... [read more]

Rating

How To Use The New SQL-Like Query Language XtractQL To Retrieve SAP Business Data

Posted by Jürgen Bäurles on March 19, 2012

Theobald Software released a new product suite called ERPConnect Services for SharePoint 2010. The product contains a new kind of query language named XtractQL to query SAP busines... [read more]

Rating

Product Key Generator 1.0 for Windows [Download]

Posted by terear on March 18, 2012

Product Key Generator 1.0 for Windows [Download] by Made Easy Enterprises LLC Platform: Windows Vista / 7 / XPBuy new: .95 (Visit the Hot New Releases in Programming list f... [read more]

Rating

How To Integrate SAP Business Data Into SharePoint 2010 Using BCS Services And BCS Connector From Theobald Software

Posted by Jürgen Bäurles on March 18, 2012

The Business Connectivity Services (BCS) of SharePoint 2010 provide a great way to fully integrate external data into the SharePoint. In most cases developers are integrating SQL d... [read more]

Rating

Dynamically load JavaScript file

Posted by Stuart Roberts on March 18, 2012

Sometimes you don’t always want a JavaScript file to load. If, for instance, a control that utilises it is loaded by a page that already references the same JavaScript file, you ... [read more]

Rating

Canonical include files for frameworks & libraries

Posted by Anteru on March 16, 2012

My research framework has gotten quite big over the years; the version my clients use at the moment comes with over 400 header files containing nearly 1000 clas... [read more]

Rating

My SharePoint BI article for SharePoint Pro Mag

Posted by sergeluca on March 16, 2012

One of the SharePoint Business Intelligence article I did with my partner in crime and SQL Server MVP Isabelle Van Campenhoudt for SharePoint Pro magazine has b... [read more]

Rating

French Filemaker Pro 10

Posted by terear on March 16, 2012

French Filemaker Pro 10 by FileMaker Platform: No Operating SystemBuy new: 9.99 (Visit the Most Gifted in Programming list for authoritative information on ... [read more]

Rating

How to Use ViewModels Without Sacrificing Encapsulation

Posted by Kevin Rattan, Learning Tree on March 15, 2012

I have been using ASP.NET MVC extensively over the past year, and the more I use it, the more I like it. However, there remain a couple of things that bug me. O... [read more]

Rating

Microsoft Visual J++ 6.0 Professional Edition

Posted by terear on March 14, 2012

Microsoft Visual J++ 6.0 Professional Edition by Microsoft Software (Visit the Best Sellers in Programming list for authoritative information on this product's ... [read more]


>>View Older Posts