You can download VS 2017 Community edition from the visualstudio.com https://www.visualstudio.com/vs/whatsnew/ There are pretty much features added in Visual Studio 2017 by Microsoft that it would be a true developer’s delight to work with. Explore more about VS 2017 in…
Month: March 2017
Installing RabbitMQ in Windows
RabbitMQ is a message broker which can be used in asynchronous communication between multiple systems and guarantees message delivery and reliability with some exceptions. It is built using a programming language called Erlang. It implements Advanced Message Queueing Protocol (AMQP)…