Now that Visual Studio 2013 has been officially released, one of the new features that I have been looking forward to use, is the new attribute based routing My MotorDB project was created using Visual Studio 2012. So after installing…
Now that Visual Studio 2013 has been officially released, one of the new features that I have been looking forward to use, is the new attribute based routing My MotorDB project was created using Visual Studio 2012. So after installing…
Its been a while since I have had the opportunity to work on the MotorDB project. But before continue with anything, its time to put in an IoC container that should have done at the beginning. Because I want to,…
What is FizzBuzz Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both…