Extending existing .NET API to support asynchronous operations
The other day I needed a way in a project I am working on to turn a .NET API, RestSharp to name it, so that I could use it in an asynchronous way.
The other day I needed a way in a project I am working on to turn a .NET API, RestSharp to name it, so that I could use it in an asynchronous way.
This afternoon I was working on Innoveo Skye Editor which is a WPF application written in C#.
The application is using Telerik RadControls for WPF.
Joining Didier direction LeWeb’11 for the second time we are attending the biggest European Internet conference in Paris.
The topic this year is SOLOMO, Social-Local-Mobile.
Finishing this week sprint I decided to inspect some code using ReSharper 6.1 EAP and I started to give ReSharper a chance to help me find some of broken code.
When I started I had some of the following inspection results. It is clearly showing that some properties wasn’t identified as used in a WPF binding.