Monday, November 19, 2018

Tuesday, November 6, 2018

stepping in UIpath

when you enter the activity, it is run , not when you leave it

Friday, October 26, 2018

UI Path bug (IMHO)

if you invoke a file and the path is wrong no error will be raised

Friday, August 17, 2018

Thursday, August 16, 2018

see why POST data is null

 public int SaveBlah([FromBody] Object blah)
        {
             var jsonString = blah.ToString();
             Blah result = JsonConvert.DeserializeObject<B;ah>(jsonString);
}

Monday, July 30, 2018

VS Project wont go in debug - no compile errors on VS

run dotnet run project file name at the root folder
now you will see the error