Our blog regularly provides you with current and exciting articles on a wide variety of topics from the online world. Stay up to date with us at all times.
Azure Redis Cache is based on the popular open-source Redis cache. It gives you access to a secure, dedicated Redis cache, managed by Microsoft and accessible from any application within…..
By Divya Muralidharan on November 22, 2016
The new platform in Magento 2 offers enhanced performance and scalability which increases its demand in business and acceptability among partners and developers .It also improves sales and productivity by…..
By Vishnu Jayan on November 22, 2016
Regular expression is very useful for validating emails,phone numbers based on countries, postal-zip codes etc, searching a string, file name and more. Even its useful,writing a new regular expression is…..
By Siju Raju on November 22, 2016
The system extension Indexed Search is the engine which actually indexes content and provides a frontend plugin to let you search for content and show the results. The index search…..
By Francis Varghese on November 22, 2016
Developing modern web-based applications can be complicated. Different projects have their own requirements and dependencies, which are often incompatible with one another. A legacy project might require a specific version…..
By Kevin Joe Sam on November 22, 2016
‘Signals and Slots’ is a technique which allows easy implementation of the Observer Pattern. This pattern is mainly used to handle Event Management. Observer pattern in general has an Observer…..
Traditionally in MySQL, we execute queries sequentially i.e. queries will be executed one after other only. So if we are executing multiple queries then each query will be blocked until…..