BlackWasp

2,032
reputation
220 views

Registered User

name BlackWasp
member for 1 year
seen yesterday
website
location GB
age 37
Software developer from northern England.
Dec
8
accepted Why does my CRM workflow steps run individually but not when two steps exist?
Dec
8
revised Is there a way to obtain the HTML of a web page using the .NET compact framework?
edited title; edited tags
Dec
8
asked Is there a way to obtain the HTML of a web page using the .NET compact framework?
Sep
25
awarded  Yearling
Jun
27
comment Is using “base” bad practice even though it might be good for readability?
I wouldn't say that this is coding style or personal preference. A call to base.SomeMethod() vs a call to SomeMethod() may give the same effect in some cases but the two calls may be fundamentally different.
Jun
27
answered Why does my CRM workflow steps run individually but not when two steps exist?
Jun
24
comment How can I mock ActivityExecutionContext
Execute is an overridden method from within the workflow system. In the end I have just kept that element really thin and extracted the code to another testable class.
Jun
24
asked Why does my CRM workflow steps run individually but not when two steps exist?
Jun
22
asked How can I mock ActivityExecutionContext