Home > Article > Web Front-end > Is C# necessary for web design? _html/css_WEB-ITnose
Is C# necessary for web design? Why do I find many people saying to use c# for development when searching on google? What's going on? It should be possible to develop large websites without c#.
If you are the boss you can decide, if you are working you can only listen to the boss.
The development cycle of .net is relatively short, because it has the all-powerful VS and Toto controls. Unlike asp, php, and java, which all rely on handwritten code
.net has the thoughtfulness of Microsoft Designed to make it easy to get started and develop quickly, most of the things are ready-made, just drag and drop.
The tragedy is that if you want to optimize performance and implement some new popular functions such as waterfall streaming, you will find that you have been too restricted by Microsoft. The underlying things are usually out of reach, and you have to start all over again. Asp, PHP, and Java all start from scratch and start from the bottom.
Don’t mislead people, in actual projects, can dragging controls solve the problem? In addition, Microsoft only encapsulates many things to make them easier to use, but it does not affect your understanding of the so-called bottom layer.
Front-end design does not need to consider back-end technology. Front-end technology is mainly HTML CSS JS.
Web design does not require C#
Moreover, there are many languages for doing Web