在ASP.net中设计网站的最佳方式 [英] best ways to design website in ASP.net

查看:72
本文介绍了在ASP.net中设计网站的最佳方式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在学习ASP.NET。作为一名学生,我对后端和前端开发感兴趣。我擅长后端编码,但也想设计好的网站(前端)。所以我该怎么做 ?后端端开发还是前端端?如果前端那么学习什么?

I am currently studying ASP.NET. As a student I am interested in back-end as well as front-end development. I am good at back-end coding but also want to design good websites (front-end). So what should I do ? back-end side development or front-end side ? If front-end then what to learn ?

推荐答案

前端开发有两个方面:设计和编码。



(图形)设计需要艺术技巧,更不用说一些体面的设计软件了) Photoshop),以及对你想要的媒体的理解。



编码至少需要HTML,CSS和JavaScript的知识 - 当然后者特别是现在有两个你自己可以跟随的分支 - 少量CSS,jQuery等等 - 如果你想要的话。



没有人可以最好的建议你做什么比你自己做得更好 - 这取决于你的才能和兴趣。
There are two sides to front-end development: design and coding.

(Graphic) Design requires an artistic skill, not to mention some decent design software )e.g. Photoshop), as well as an understanding of the medium you are desging for.

Coding requires knowledge of HTML, CSS and JavaScript at a minimum - though of course the latter two in particular nowadays have many branches of their own you can follow - Less CSS, jQuery etc etc - if you want.

No one can best advise you on what to do better than you yourself - it depends on your talents and interests.


在前端,学习客户端编程, CSS [ ^ ] + JavaScript [ ^ ]将是一个开始,然后你可以继续学习Sass( CSS框架)和jQuery或AngularJS等(JavaScript框架)。 MDN是这些技术和Web技术的重要资源,我提供了MDN资源的链接。



前端只是网站的一部分,与用户通信,生成事件并处理它们。在用户交互时,将样式和其他函数添加到元素的DOM中。例如,ajax,表单可以使用ajax技术提交,以缩短流量大小,因为您只提交并接收实际文档大小的一小部分。 jQuery,AngularJS和所有其他框架提供了这些功能,允许您与用户通信并执行不同的操作。
On front-end, learn the client-side programming, CSS[^] + JavaScript[^] will be a start, you can then continue this learning to Sass (CSS framework) and jQuery or AngularJS etc (JavaScript frameworks). MDN is a great resource for these technology and Web technologies, I have provided the links for MDN resources.

Front-end is just the part of a website that communicates with the user, generates events and handles them. Add styles and other functions to the DOM of the element as user interacts. Such as, ajax, forms can be submitted with ajax technology to cut short the traffic size as you only submit and receive a fraction of the actual document size. jQuery, AngularJS and all other frameworks provide these features that allow you to communicate with the user and perform different actions.


这篇关于在ASP.net中设计网站的最佳方式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆