DreamThrall
Newbie
- Joined
- Oct 14, 2003
- Messages
- 3,483
- Reaction score
- 0
Minerel said:Those downloads all are free but none of them are for ASP itself. For example I can go to www.php.net and download PHP. So a better way to word this would be a download link for ASP .Net. No IDE or anything.
For ASP 3.0, you don't need to download anything. Just make a .asp file and put it on your IIS server and it will automatically run it. For asp.net, all you need to do is install the .NET framework. If you have IIS installed, the .NET framework installation will automatically register the framework with IIS, which will allow it to run ASP.NET files and applications. You can download the .NET framework here. That link is also found on the homepage for www.asp.net.
Minerel said:For a SQL system I would definently go with MySQL. MySQL is not only completely free but on Dice.com for instance, it has 5x the results.
If you're working with .NET, it has an optimized data access provider for MS Sql server, so it would be better for ASP.NET to use MSSQL. As I stated before, MSSQL Express is free, and if you need a more powerful engine than that, any hosting provider you go to will be running the full version. You can directly upgrade an express DB to the full version. As for dice, if you search for "SQL Server", you'll find at least 10x the number of results for mysql - even searching for "Sql Server 2005", which is the most recent version of MSSQL has about the same number of results, and many companies haven't yet upgraded from Sql Server 2000 to 2005.
Minerel said:Agreed.
Honestly though I found little I actually wanted to do with Javascript ... I would suggest learning a server-side language before a client side language. I find server side languages far more useful than client side languages.
I agree that server side languages are much more useful, but they are also far more complex. For someone with no programming experience at all, it might be easier to learn the basics on something like JavaScript, which you can play around with without having to download or install any languages or frameworks.