After dealing with continuous hardware and drivers issues on Lenovo IdeaPad y560 ( for more than 2 years!), I decided to sell it off and get a MacBook pro. After all, Apple just makes good hardware and provides very good support…
Yogiraj Aradhye
A collection of 42 posts
Now blogging at aradhye.com instead of MVCdeveloper.net
I will be blogging at aradhye.com instead of mvcdeveloper.net. The main reason behind it was the name. I love MVC but if I wanted to blog about any other topic such as installing Windows 8 on Mac book…
Clean way to create CSV from MVC application
I am working on a cool reporting MVC app using Highcharts and Datatable.net. The app has export feature. Users may want to get an extract of the data in some form that they can use. There are multiple ways…
Programming books suggestions
To become a good programmer, one must code a lot. There is no alternative to that. However, listening to experts on podcasts, watching them code on websites like tekpub, reading blogs and most importantly reading books can add a purpose…
Git for Source Control
I have worked with SVN and VSS for source control. Both are centralized source control system. Git is distributed. It has several advantages over centralized ones. Just to mention a few: 1. Branching is very easy,cheap and fast. This…