X

Redis for .NET Developers – Redis running in Azure

In this post I wanted to go through the process of Redis running in Azure. Redis in Azure is called…

Redis for .NET Developers – Redis running in Docker

To get Redis running in Docker is quite easy. The windows installation follows but if you on the Linux platform,…

Redis for .NET Developer – Redis Hash Datatype

Redis Hash Datatype are similar in C# world as Dictionary e.g Dictionary<string, string>. Just like in C# redis stores map…

Redis for .NET Developer – Redis String Datatype part 2

Continuing on with our Redis for .NET Developer, the Redis String Datatype is also used to store integers, float and…

Redis for .NET Developer – Connecting with C#

In the second blog post series "Redis for .NET Developer" I will show how we will use C# to connect…

Intro to Redis for .NET Developers – Installing Redis on Windows

What is Redis - Installing Redis on Windows Redis (REmote DIctionay Server) is a very popular open-source, networked, in-memory, key-value…

Blog Post Ideas

Dear Readers, I am looking to write on some topics but have not decided on which one would be the…

Using Grunt: Jasmine and Phantom.js to Test your WebApp

Sorry for not blogging for a while, have been busy with joining a new company. I wanted to finish up…

Last day at RR Donnelley

Yesterday, was the last day at RR Donnelley Language Solutions for me, it was great working with an excellent team…

Using Grunt JavaScript Uglify and Concat

Using Grunt JavaScript Minification We will continue from our last blog post on Grunt: using less and css minification to…