|
Personally, the choice of which language to use is heavily dependent on what my programming environment and goals are.
For example, if I can stay out of the Microsoft framework, I far prefer to work in PHP/MySQL. But sometimes that is not an option either because of the existing environment or because of the nature of the project.
In order of MS simplicity, you're looking at VBScript -> ASP -> .NET, so if you can do what you need to do in ASP, why not? However you may need to learn and use the .NET framework in order to accomplish your project goals (although, frankly, I haven't yet run into a situation where .NET is a better fit than PHP/MySQL/AJAX, but then I don't work with a lot of folks who are diehard MS users.)
If you are simply looking to expand your skillset, then .NET would be a good thing to learn for the future, as it is the newest of the MS frameworks.
BTW, PHP doesn't have any problem interfacing with an MS-SQL Server, so don't let that get in your way.
Last edited by StupidScript : 10-04-2006 at 09:57 AM.
|