{{theTime}}

Search This Blog

Total Pageviews

Could not locate the assembly "Microsoft.QualityTools.Testing.Fakes, Version=11.0.0.0, Culture=neutral, PublicKeyToken=".

Assembly "Microsoft.QualityTools" is missing.  Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

No comments:

Java Script GET request Sample Code

fetch(' https://api.public.com/api ')   .then(response => response.json())   .then(data => console.log(data))   .catch(error =...