Reputation: 13
I'm a beginning PHP programmer with little real-world experience (haven't even graduated yet), but I'd like to learn ASP.NET to possibly qualify for twice as many jobs in web development as opposed to knowing just PHP and having seen far too many !== false
I love the idea of working with a strongly-typed language. I started using the MVC framework CodeIgniter recently, but I can write PHP without a framework, too. I also like to be in control of my HTML. I read an ASP.NET/C# book a couple of months ago, but somehow Web Forms just don't "click" for me. What approach would you recommend for a PHP programmer to ease into ASP.NET?
Upvotes: 1
Views: 394
Reputation: 21565
If you have experience with an MVC framework, why not give ASP.NET MVC a look? You can certainly take advantage of your C# knowledge with it and there are plenty of docs and tutorials on that site and many questions/answers related to it here on SO.
Upvotes: 2