wcf在3层架构中 [英] wcf in 3 tier architecture

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

问题描述

我想通过3层架构中的id为搜索学生详细信息创建一个wcf服务

已经使用BAL DAL和演示创建了一个项目

所以我将如何创建wcf以及如何在现有的3层体系结构中编写代码。

i want to create a wcf service for search student details by id in 3 tier architecture
already created a project using BAL DAL AND PRESENTATION
so how will i create wcf and how to write the code in existing 3 tier architecture .

推荐答案

检查这些:

1. 示例项目wcf与3层架构 [ ^ ]

2. 在不同的机器上实现NAP WCF示例应用程序实施。 [ ^ ]
Check these out:
1. sample project of wcf with 3-tier architecture[^]
2. ASP.NET N Tier WCF sample application implementation on separate machines.[^]


表示层是您实现界面的地方。

BAL是您编写业务逻辑代码的地方。

DAL是您编写代码以从资源获取数据的地方。

请遵循以下文章 3层架构简介
Presentation layer is where you implement your interface.
BAL is where you write code for business logic.
DAL is where you write code to get data from resource.
follow this article intro to 3 tier architecture


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

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