问题描述
在设计在ASP.Net Web应用程序,我通常两部分,在后端(管理部分),并在前端拆分项目 (观众/ SEO一部分)。比方说,我的观众可以登录网站,并做了很多工作,像填个人资料,发送消息等。
While designing a Web Application in ASP.Net, I usually split the project in 2 parts, the back-end (the admin part) and the front-end (the visitors/SEO part). Let's say that my visitors can login on the website and will do a lot of tasks, like fill profile, send messages, etc.
这部分(认证用户)找我前端和后端之间的differente层,并有点难以界定,如果是前端(为什么人次/用户将处理它,但没有管理员)或如果是后端(为什么用户会主动使数据库的变化,比如管理员,但较少的权限)。
That part (authenticated user) looks for me a differente "layer" between Front-end and Back-end, and is somewhat hard define if is front-end (why visitors/users will handle it, but no admins) or if it is back-end (why the user will proactively make changes in database, like admins, but with less rights).
有一个术语来定义层,如中端还是我浮脑海中错误的地方在这里,有一个明确的定义,这个(未知对我)?
There is a term to define that "layer", like "mid-end" or I'm floating my mind to wrong places here and there is a clear definition to this (unknown to me)?
推荐答案
我所说的这些:
- 公共场所
- 用户区域
- 管理区
总的来说,我会找出这些作为是'区域'或'区。对我来说,'后台'是指code的服务器上运行,而前端,指从code的输出。我会避免使用术语。
Collectively, I'd identify these as either 'areas' or 'zones'. To me, 'back-end' means code running on a server, and 'front-end' means the output from that code. I'd avoid using that terminology.
这是一个非常主观的答案,但是这似乎是你的问题的性质。
This is a very subjective answer, but that seems to be the nature of your question.
搞笑发展的最大障碍是如何有时是:?!我应该怎么称呼它
Funny how sometimes the biggest obstacle in development is: "what should I call it?!"
这篇关于前端和后端的术语的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!