By Doumer
While building Xamarin Forms applications there are several things which you find yourself repeating again and again. These might include creating value converters, markup extensions e.t.c. These repetitions could be made a lot easier using Xamarin Forms Snippets. And that is what we are covering today. This article is part of my contribution to the
When building micro-services it is very important to take into consideration which messaging mechanism you use. There are several ways in which micro-services communicate using different messaging protocols. Today we will focus on the AMQP messaging protocol with rabbitmq and asp.net core. What is Rabbitmq ? Rabbitmq is a messaging system that permits your applications
Hi friends, have you ever wanted to make post requests while choosing to pass a body or not ?. Some times you may want more flexibility in your post requests. You built a REST API and you want the user of the API to be free to pass a null value as the body of
Recent Comments