We recently decided to shut down our side project called SilverReader (RSS reader platform). This project was alive for a year and a half. There were a lot of reasons that led to shutdown of [Read More…]
Lately I needed to find a way to create and update records in Dynamics CRM 2013 from external Web API. This is actually easy to do when you use the Dynamics CRM SDK. First, you [Read More…]
In this blog post I will cover how to develop, create and update plug-in for Microsoft Dynamics CRM 2013. Prerequisite – Dynamics CRM 2013 SDK You first need to install Dynamics CRM 2013 SDK, which [Read More…]
The truth is that I am always struggling when I need to choose right web hosting provider. Finding good website hosting provider is not an easy task. Finding great is even harder. I spent countless [Read More…]
Programming can be very stressful. If you on top of that, sit all day in an uncomfortable chair and not drink enough water your health can be shaken. I have already talked about the benefits [Read More…]
When you are trying to use Microsoft HTTPClient to perform HTTP requests you can run into error “Too many automatic redirections were attempted.” Solving this issue can be little tricky. How to enable automatic redirections [Read More…]
Sometimes when we write integration tests we need to fake HttpContext to test some functionality proper way. In one of my projects I needed a possibility to fake some session variables such as userState and [Read More…]
I have recently come across a comparison of fast JSON serializers in .NET, which shows that Jil JSON serializer is one of the fastest. Jil is created by Kevin Montrose developer at StackOverlow and it [Read More…]
When I look back in the past, I see many excellent programming blogs I have followed for years. Some of them are not active today and some have just changed their focus of writing to [Read More…]
ASP.NET Web API is a great piece of technology. Writing Web API is so easy that many developers don’t take the time to structure their applications for great performance. In this article, I am going [Read More…]