SemanticsWorks in <code />
About me
  • Jul 7, 2009

    WF runtime

     public class WorkflowRuntime
      {
        public WorkflowRuntime();
    
    
  • Jul 7, 2009

    WF Programming Model

    Workflow is queue and scheduler.

     public class ReadLine : Activity
      {
        private string text;
        public string Text
        {
          get { return text; }
        }
    
    
  • Jul 5, 2009

    When workflow is persisted.

    If a persistence service is loaded, the state of the workflow is persisted in the following situations:

  • Jul 5, 2009

    Why ManualWorkflowSchedulerService should be used in asp.net enviroment

    Why ManualWorkflowSchedulerService should be used in asp.net enviroment

  • Jun 29, 2009

    What is a fake

    A fake is a generic term that can be used to describe either a stub or a mock object (handwritten or otherwise), because they both look like the real object. Whether a fake is a stub or a mock depends how it's used in the current test. If it's used to check an interaction(asserted against), it's a mock object. Otherwise, it is a stub.

  • 36
  • 37
  • 38

Subscribe

  • Fred Yang

A blog of a frontend developer