任何一个人用示例示例逐步解释我的轮胎结构 [英] Any one explain me step by step 3 tire architecture with sample example

查看:86
本文介绍了任何一个人用示例示例逐步解释我的轮胎结构的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何一个知道网站,其中给出了3轮胎架构的逐步解释或

解释我形成你的一半。

Any one know site in which step by step explanation of 3 tire architecture is given or
explain me form your half.

推荐答案

您可以使用3层架构在Google中搜索。



基本上3层架构包含

1. UI

2. BL

3.数据库



应用程序UI通过获取输入并提供输出与用户交互。



BL或业务逻辑层处理实现应用程序的原则或逻辑



数据库用于存储表,价值......



UI - > BL - >数据库



UI可以与BL交互,但不能与数据库交互
BL可以与UI和数据库进行交互

数据库只能与BL交互,但不能与UI进行交互
You may search in Google, by 3 tier architecture.

Basically 3 tier architecture consists
1. UI
2. BL
3. Database

Application UI interacts with the user by taking input and provides output.

BL or Business Logic layer deals with the what are the principles or logic to implement application

Database is for storing the tables, values ....

UI -> BL -> Database

UI can interact with BL, but not Database
BL can interact with both UI and Database
Database can interact with only BL, but not UI


您是否使用示例检查此链接...

C#.NET中的三层架构 [ ^ ]
Have you check this link with a sample...
Three Layer Architecture in C# .NET[^]


您可以从文章和然后去参加示例项目

C#中的3层架构 [ ^ ]

示例&示例项目

http://www.c-sharpcorner.com/ uploadfile / paulabraham / building3tierapppa11282005053625am / building3tierapppa.aspx [ ^ ]

http:// dotnetslackers .com / articles / aspnet / 3-Tier-Architecture-Examples.aspx [ ^ ]

YaBlogEngine - 用ASP.NET / C#编写的微博客引擎 [ ^ ]
You can learn from articles and then go for Sample project
3-tier architecture in C#[^]
Examples & Sample Projects
http://www.c-sharpcorner.com/uploadfile/paulabraham/building3tierapppa11282005053625am/building3tierapppa.aspx[^]
http://dotnetslackers.com/articles/aspnet/3-Tier-Architecture-Examples.aspx[^]
YaBlogEngine - A Tiny Blog Engine written in ASP.NET/C#[^]


这篇关于任何一个人用示例示例逐步解释我的轮胎结构的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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