learning ASP.net the asp.net way
As mentioned before in my previous post that I am learning ASP.net. While I come from a PHP background (procedural coding), moving from one to another is a task I thought I was not looking forward too.
ASP.net?
As you know, there is the open source world and there’s Microsoft world. Microsoft upgraded ASP, to compete with PHP and Java. While ASP is a Microsoft technology it now can be used on Linux based systems as well. While people might bad-mouth ASP.net the framework is rather good at completing hard tasks which alone could take days to complete using standard style coding to just a matter of hours in ASP.net.
ASP.net is not a language, it is a building structure aka a framework which allows simplicity of creating dynamic websites more efficiently. ASP.net can use many languages such as visual basic, c++, c# and open source projects allowing PHP to be included. As these are compiled at run-time, they will all do the same thing and perform the same as long as they are coded similar.