前端和后端术语 [英] Front-end and back-end terminology

查看:42
本文介绍了前端和后端术语的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 ASP.Net 中设计 Web 应用程序时,我通常将项目分为两部分,后端(管理部分)和前端(访问者/搜索引擎优化部分).假设我的访问者可以登录网站并执行很多任务,例如填写个人资料、发送消息等.

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.

那部分(经过身份验证的用户)为我寻找前端和后端之间的不同层",并且有点难以定义是否是前端(为什么访问者/用户会处理它,但没有管理员)或如果是后端(为什么用户会主动在数据库中进行更改,如管理员,但权限较少).

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)?

推荐答案

我会这样称呼:

  • 公共区域
  • 用户区
  • 管理区

总的来说,我会将这些标识为区域"或区域".对我来说,后端"是指在服务器上运行的代码,而前端"是指该代码的输出.我会避免使用该术语.

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?!"

这篇关于前端和后端术语的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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