X

Packt Publishing Instant Automapper

During the summer I have been busy working on my book "Instant AutoMapper", and it did get released at the…

100% disk usage after Win 8.1 upgrade

Over the weekend I upgrade to win 8.1 and after upgrade I found my disk usage at 100% and it…

C# var keyword misconceptions

Lots of developers confuse the var keyword in C# with JavaScript. The var keyword was introduced in C# 3.0, and…

Stop yelling at the lettuce for not growing – Software Teams

I remember watching a talk on infoq by Michael Feathers. He said something about growing your software teams organically like…

C# Perf improvement data types or using Linq is faster?

Recently I was asked a simple code to improve the performance, and at first I couldn't see it but as…

Ubunutu 12.10 installing Scala 2.10 and Play Framework 2.1.0

First one has to get their java working. To install java [crayon-6a1c9fee2b969126334687/] Once java is installed we will install scala,…

Using LINQ to refactoring code into single responsibility principle SRP

Was going through some legacy code recently and found a big for loop that had multiple switch statement inside. So…

Using Linq to refactor code

Here is some poorly written code that I had to review today and modify (i.e refactor). I have removed the…

C# detect inuktitut characters Canadian Aboriginal Syllabics

Here is a quick way to detect if a text is in Canadian Aboriginal Syllabic in C#. It is just…

Eclipse Indigo hangs on splash screen workspace

So today I came in to work and saw that my wonderful windows machine was restarted due to Windows Update,…