Sign In
NCDevGuys' ramblings on connected bits....
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Monthly Archives
Archives
February 2011
(1)
February 2010
(1)
November 2009
(1)
October 2009
(3)
June 2009
(1)
October 2008
(2)
September 2008
(3)
May 2008
(1)
January 2008
(1)
August 2007
(1)
June 2007
(3)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
NCDevGuys' ramblings on connected bits....
Handy Links for HPC and Azure
Posted
11 months ago
by
Larry Wall
0
Comments
Lately, I’ve been working with customers who are doing both Windows HPC Server 2008 R2 SP1 and Windows Azure and it seems that the experience level of customers run the full range of just getting started in both areas, to being experienced in either one...
NCDevGuys' ramblings on connected bits....
Creating a bootable VHD image
Posted
over 2 years ago
by
Larry Wall
0
Comments
Whenever I first starting trying to figure out how to create a bootable VHD image and boot into it, I received plenty of links from people but it just seemed that no matter which link or advice I would follow, there was always something that just wouldn...
NCDevGuys' ramblings on connected bits....
Getting Started : ASPX Association and Initiation Forms for SharePoint 2007 Workflows
Posted
over 3 years ago
by
Larry Wall
0
Comments
I realize that this topic may be somewhat of a bore for some of you out there that have already ventured down this road, but I have found that there are still many customers just now getting into SharePoint, and Workflow and then needing to create their...
NCDevGuys' ramblings on connected bits....
InfoPath : Retrieve and Send Data from/to a SharePoint 2007 Workflow
Posted
over 3 years ago
by
Larry Wall
1
Comments
Yes, I know this title sounds a bit odd, and the real title should be ‘When you are using an InfoPath task edit form, how do you use InfoPath data connection bindings to both retrieve and send data to a SharePoint 2007 workflow?’ So one day I was building...
NCDevGuys' ramblings on connected bits....
Working with the Workflow Foundation (3.5) Delay Activity (why won’t my expired workflow automatically reload?)
Posted
over 3 years ago
by
Larry Wall
0
Comments
I was recently working with a customer who made the statement ‘Whenever I use a delay activity in my workflow, the workflow will automatically unload itself but will only reload into memory when a particular workflow runtime host is running. It...
NCDevGuys' ramblings on connected bits....
Versioning Workflow Services
Posted
over 3 years ago
by
Larry Wall
0
Comments
A couple of years ago (that sounds like an eternity in computer years), I had written up an article on the versioning of workflows http://blogs.msdn.com/ncdevguy/archive/2007/06/14/versioning-techniques-for-workflows.aspx . Since then, a lot of things...
NCDevGuys' ramblings on connected bits....
WF 4.0 Beta 1 : How to Create a Declarative Sequential Service Library
Posted
over 3 years ago
by
Larry Wall
3
Comments
Wow! It's been a long time since I've blogged about anything! It seems every time I think of something to blog about, I find some other blog that already talks about the same thing. I guess it's best I get over this because you never know who will find...
NCDevGuys' ramblings on connected bits....
Update: Hosting a Workflow Service in IIS
Posted
over 4 years ago
by
Larry Wall
1
Comments
It was January when I initially posted the steps on how to host a workflow, exposed as a WCF service, within IIS. Since then, and more specifically, with the .Net 3.5 SP1 update, a nice feature has been added to ease this process. So what I will do...
NCDevGuys' ramblings on connected bits....
Changing the Look
Posted
over 4 years ago
by
Larry Wall
1
Comments
I was told recently by someone reading my blog that some of my code was being cut off on the right hand side of the blog border. I've changed the look now to allow for easier reading. Hope this helps!
NCDevGuys' ramblings on connected bits....
HowTo: Create a Custom Action for an Office SharePoint Designer Workflow - Part 3
Posted
over 4 years ago
by
Larry Wall
1
Comments
Ok, so if you've been following along up to this point in grand anticipation, this is going to be a happy time for you...we now get to test our custom action. Step 1 – Create the Workflow 1. Open SPD to the site /FleetCustomers"> http://<yourmachineanddomain...
NCDevGuys' ramblings on connected bits....
HowTo: Create a Custom Action for an Office SharePoint Designer Workflow - Part 2
Posted
over 4 years ago
by
Larry Wall
0
Comments
So, in my last post we went through the first steps of what we need to do to create a custom action for Office SharePoint Designer (SPD). In Part 2, we will add the necessary .ACTION file and make a modification to our web applications web.config file...
NCDevGuys' ramblings on connected bits....
HowTo: Create a Custom Action for an Office SharePoint Designer Workflow - Part 1
Posted
over 4 years ago
by
Larry Wall
1
Comments
Sorry about the long title, but I thought it may help when someone is doing a search for such a topic. On with the show.... Invariably, if you are using Office SharePoint Designer (SPD) to create workflows, your power users are going to say 'Hey, I...
NCDevGuys' ramblings on connected bits....
Where's my SvcTraceViewer.exe?
Posted
over 4 years ago
by
Larry Wall
0
Comments
I decided to move into the brave new world of Windows Server 2008. My intention was to setup a new VPC image to do some testing with WCF. As I recalled from my experiments with WPF, there is an issue with XAML intellisense be disabled if you install...
NCDevGuys' ramblings on connected bits....
HOWTO: Host a Workflow Service in IIS (the whole story)
Posted
over 4 years ago
by
Larry Wall
13
Comments
I started out in my attempt to figure out how to host a workflow service in IIS by looking at the following MSDN article: How to: Host a Workflow Service in IIS http://msdn2.microsoft.com/en-us/library/bb675264.aspx This gave me 'most'...
NCDevGuys' ramblings on connected bits....
New BizTalk Server Adapters site
Posted
over 5 years ago
by
Larry Wall
0
Comments
Not sure if you've had the time to go out and view the new BizTalk Adapters site. http://msdn2.microsoft.com/en-us/biztalk/bb544997.aspx The new site includes a simplified categorization of the adapters, better organization, and some new adapter...
NCDevGuys' ramblings on connected bits....
Book Review: Inside Microsoft Windows SharePoint Services 3.0
Posted
over 5 years ago
by
Larry Wall
0
Comments
I just recently began my journey down the road of learning about WSS and MOSS. My primary focus of course is for the workflow portion of the product, but what I have found while building that base of knowledge, is that you do need to know quite a bit...
NCDevGuys' ramblings on connected bits....
Versioning Techniques for Workflows
Posted
over 5 years ago
by
Larry Wall
2
Comments
As of right now, there are no documents (whitepapers) available that pertain specifically to workflow versioning other than what you will find on MSDN at http://msdn2.microsoft.com/En-US/library/aa349375.aspx . However, out on the forum http://wf...
NCDevGuys' ramblings on connected bits....
In the Beginning.....
Posted
over 5 years ago
by
Larry Wall
0
Comments
Hello All! I thought pretty hard about how to title this blog and considering that I wanted it to cover topics in Workflow, BizTalk, MOSS WF and anything inter-related, I decided to name it 'Topics in Integration'. If you have any other thoughts on...
Page 1 of 1 (18 items)