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?!"
这篇关于前端和后端术语的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:前端和后端术语
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- C# 中多线程网络服务器的模式 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 输入按键事件处理程序 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01