ASP.Net中的3层体系结构 [英] 3 Tier Architecture in ASP.Net

查看:111
本文介绍了ASP.Net中的3层体系结构的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我有一个包含以下图层的新项目



1.Business Entity (属性)

2.Business Layer

3.Data Layer (连接字符串,插入,删除等)

4.Application Layer (表格/设计)



谁能告诉我添加项目的顺序。因为我收到的错误如由于循环依赖而无法添加此图层



哪个是参考顺序?



请帮助

Hi,
I have got a new project with the following layers

1.Business Entity(Properties)
2.Business Layer
3.Data Layer(Connection String, Insert,Delete etc)
4.Application Layer(The form/design)

Can anyone tell me the order of adding projects. Because i am getting an error like "Can't add this layer because of Circular dependency"

Which is the order of reference?

Kindly help

推荐答案

问题与3层架构 [ ^ ]


1。首先添加 业务实体 引用 业务层

2.第二次添加 数据层 引用 业务层

3.第三次添加 业务层 引用 应用层





它是添加引用的正确顺序。



如果有任何问题请告诉我。





问候,

Muhammad USman
1. First Add Business Entity reference to Business Layer
2. Second Add Data Layer reference to Business Layer
3. Third Add Business Layer reference to Application Layer


it is the proper sequence of Adding references.

If any issue then let me know.


Regards,
Muhammad USman


这篇关于ASP.Net中的3层体系结构的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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