Front-end and back-end terminology(前端和后端术语)
问题描述
在 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?!"
这篇关于前端和后端术语的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:前端和后端术语
基础教程推荐
- rabbitmq 的 REST API 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- MS Visual Studio .NET 的替代品 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01