Is C# necessary for web design? _html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:23:30
Original
1534 people have browsed it

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#.


Reply to the discussion (solution)

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

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template