什么是asp.net中的wcf wpf服务 [英] what is wcf wpf service in asp.net

查看:72
本文介绍了什么是asp.net中的wcf wpf服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

asp.net中的wcf wpf服务是什么,这些服务如何在asp.net中帮助我们,请举一个完整的例子.

what is wcf wpf service in asp.net and how these are services help us in asp.net please me with a complete example

推荐答案

将为您编写一个完整的示例.我看到您仍在向这些面板充斥着容易研究的随机问题.

WCF是Web服务的抽象层,ASP.NET网站可以托管该服务. WPF与ASP.NET无关,只是Silverlight可以存在于网站中并且基于WPF.
No-one is going to write a complete example for you. I see you''re still flooding these boards with random, easily researched questions.

WCF is a layer of abstraction over web services, which an ASP.NET web site can host. WPF has nothing to do with ASP.NET, except that Silverlight can live inside a website and is based on WPF.


这里有一些不错的文章供您入门
了解Windows Communication Foundation(WCF)的初学者教程 [^ ]

WPF教程:开始 [使用以下方法编写"Hello World"程序wpf + wcf + wf逐步 [
Here are some good articles for you to get started
A Beginner''s Tutorial for Understanding Windows Communication Foundation (WCF)[^]

WPF Tutorial : Beginning[^]

Writing a ''Hello World'' program using wpf+wcf+wf step by step[^]


WCF

一组面向通信的API和.NET中的运行时",以使两个(或多个)系统相互通信.它基本上替代了.NET空间中的ASMX(ASP.NET Web服务)、. NET远程处理(对象远程处理)和其他一些与通信相关的API和产品.

引用此链接,您将获得完整的e.g以及其他详细信息,
http://msdn.microsoft.com/en-us/vstudio/aa496123 [ ^ ]

WPF
Windows Presentation Foundation,它本质上是用于为Windows平台创建图形用户界面的新API.
它利用XAML(可扩展应用程序标记语言),这是在标记中包含代码的独特方法.
GUI由两个文件-.xaml和位于-cs后的代码组成.

希望这会有所帮助.
欢呼
WCF

A communication-oriented set of APIs and a "runtime" inside .NET to make two (or more) systems talk to one another. It basically replaces ASMX (ASP.NET web services), .NET remoting (object remoting) and a few other communication-related API''s and products in the .NET space.

Refere this link, you will het complete set of e,g along with other details,
http://msdn.microsoft.com/en-us/vstudio/aa496123[^]

WPF
Windows Presentation Foundation and it is essentially a new API for creating a graphical user interfaces for the Windows platform.
it makes use of XAML (Extensible Application Markup Language) which is a unique way of including code in a mark up.
GUI consists of two files - .xaml and code-behind .cs

Hope this helps.
cheers


这篇关于什么是asp.net中的wcf wpf服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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