People really ask interesting questions on Quora. However this one got my attention and I thought of getting involved. The primary motivation was more like […]
Tag: c#
RabbitMQ poison messages
First of, let me start with a disclaimer. I wont claim to be a master at working with AMQP principles but I have found alot […]
Simple Json Deserialization
I recently talked about how to create C# entities from Json in a previous post. As a continuation to that post I will show how […]
Create c# entities from json
Web services have become the modern way of data exchange. For .net developers visual studio offers an easy and straightforwardway creating c# classes from a […]