Posted on: 3/13/2015 1:33:12 AM | Views : 583

As a professional web developer for over 10 years now I have always ended up being put primarily on projects in JS frameworks, PHP and classic ASP so I have never really gotten a chance to spend much time learning ASP.net however I have noticed in the market I work in that .net has a much higher demand than other languages so I'd really love to learn it.
The problem is every time I've ever worked with .net in my career I have always been very off put by what seems to me like unnecessary complexity that makes very simple tasks in other languages take what I consider an unacceptable amount of time to complete in .net.
For example when picking up a new PHP application from another developer I unzip the directory, point my LAMP stack at it, and run the SQL dump on SQL admin tool. In contrast every time I've ever taken on a .net project I spend days just trying to get the thing to compile. I always end up chasing down endless errors caused by missing references, m ...

Go to the complete details ...