I\'m working on an n-tier application that needs a rules engine on the presentation end. I need to load display rules from a DB into the BLL tier and pass them onto the client. E.g. Item A is outline
I have a need to develop a .NET app which is very similar to a web spider/crawler. Get data from a website, process data, save data in a database and send an email.
We have been using MSBuild for a few years successfully in our company. We have a very custom .proj build file for every Build specification (Release, Debug, etc.) which include many operations as:
We are planning to develop a system based on SharePoint 2010 (SP objects, workflows, UI etc.). The syste开发者_如何转开发m will contain about a dozen workflows that interact with the SharePoint objec
I m with a list of custom activities(written in code behind, C#) where each is derived from NativeActivity, now I\'m adding all these activities to a sequence with the help of a foreach loop.
We have a lot of long running workflows which are persisted to the database and require a logic change in the condition of a loop, we tried chaning the condition on the loop from a normal variable che
MAIN QUESTION: I am using Workflow Foundation 4.0 in which the WorkflowRuntime has been replaced by the WorkflowApplication as a workflow host for a single instance.
I am working on creating a Web site like www.hipmunk.com in ASP.NET web forms. I need to pull the data from multiple API\'s and compare the rates and show the different rate options to the users.
you could imagine an xaml service that exposes a receive activity. This is the first activity in my worklow. Behind this receive there are simple activities asInitializateCorrelation\", \"ass开发者_St
Is there any way to get the Termination Reason that is inserted into the TerminateWorkflow activity inside an ASP .NET application?. For example the following doesnt works.