ASP.NET with C# Vs. PHP? I want to choose a programming language in above mentioned language to make heavy & secure web application with heavy database. Which programming language I should go with and why? please give me some detail specification. thank you,
Use the one that you know. If you are a developer then you must code in the lanuguage that you know. Both are excellent.
The beauty of PHP is that it is easy to learn and there is a wealth of knowledge available on the internet to help you along the way. In addition, you don't need to purchase software licenses for things like Visual Studio or MS SQL Server 2008/5. On the other hand, ASP.NET with C# is really cool - you can really do some neat stuff with it. It can be a little trickier to find people that are .NET pros to help you out, but they are out there! My vote goes to ASP.NET.
Depend on what area of expertise are you, but for the very high end and secured website, ASP.NET with C# is a choice.
I prefer ASP.NET TOP 6 REASONS TO USE .NET OVER PHP articles.sitepoint.com/article/v-php-top-6-reasons-use-net
Use the one that you're most comfortable with. I use both heavily. I use PHP for most sites and ASP.NET/C# depending on security, traffic, libraries I want to use and if the site can live on Windows only.
i prefer u to use ASP.NET with C# it will be easy to write code and time saving...u should use language u know or u r prefect in
Who say PHP is not secure...Facebook is in PHP.....Both are good if some open source code or CMS can reduce your efforts then go for PHP otherwise both are at equal level just you need expertize.
Well, I have sites on both technologies. What I can say? PHP is much cheaper to host, maintain, it just works. I don't even pay for hosting, it's free right now. But my choice is asp.net for many reasons.
I totally agree with this. Both ASP.NET and PHP are good, however you should choose the you are comfortable using.
I would go with .NET!!! Visual Studio is amazing ... and microsoft has pretty good security libraries...
I go with ASP.NET. ASP.NET is the next generation ASP, but it's not an upgraded version of ASP. ASP.NET is an entirely new technology for server-side scripting.
PHP is not insecure at all, as a previous poster said Facebook is written in PHP and so are many other huge projects. Both PHP or ASP.Net are as secure or insecure as the coder makes them.
C# is typed static and compiled, PHP is typed Dynamic and interpreted. The static type and compiled binary make c# and the clr(common language runtime) much more fast than php. The static type help you with the compiler to find the errors. C# is more expressive than PHP they have elements from functional programming language as Lambda function, Tuple. Linq is also a beatiful feature from functional language pradigm that PHP haven't.