WPF WFC? [英] WPF WFC?

查看:184
本文介绍了WPF WFC?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须为课程做一个项目,并且对我的教授真正想要做的与WCF Web服务有关的事情感到有些困惑。谁能简化我在这里需要做的事情?也许是一个类似于其中一些东西的教程。这是要求。

I have to do a project for class and was a little confused on what my professor really wants done pertaining to WCF web services. Can anyone simplify what I need to do here? Perhaps a tutorial that is similar to some of these things. Here are the requirements.

**您的项目应生成一个程序,您可以自己使用该程序来管理自己的联系人。

它需要将信息存储在SQL Server中,并允许以图形方式对其进行编辑和管理。



你应该尝试全部您通过Web服务访问数据。如果这不是一个选项,并且您正在使用WPF并直接从WPF访问SQL(使用ADO DataTables或EntityFramework),那么您*必须*广泛使用Web服务(WCF)以获得
其他功能。**

**Your Project should produce a program that you would potentially use yourself to manage your own contacts.
It needs to store the information in SQL Server and allow for it to be able to be edited and managed graphically.

You should try to do all of your data access through webservices. If that is not an option and you are using WPF and accessing SQL directly from your WPF (using ADO DataTables or EntityFramework), then you *MUST* make extensive use of web services (WCF) for other features.**

这一切都可以在WCF中完成吗?或者我使用WCF作为WPF的web服务?我很困惑。

Can this all be done in WCF? Or do I use WCF as my webservice for a WPF? Im confused.

推荐答案

WPF = Windows Presentation Foundation:用.NET设计用户界面应用程序

WPF = Windows Presentation Foundation : Design User Interface Application in .NET

WCF = Windows Communication Foundation:为.NET中的应用程序编写Web服务

WCF = Windows Communication Foundation : Write Web Service For Application in .NET

您可能必须使用WPF Design 用户界面应用程序并使用WCF编写Web Service for Application

likely you must With WPF Design User Interface Application and With WCF write Web Service For Application


这篇关于WPF WFC?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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