简体   繁体   中英

Use of WCF in ASP.NET WebForms C#

What is the use of WCF or what are the advantage having WCF in a ASP.NET Website?

Thank you in advance!

Can you guys simply explain to me before getting a negative opinions to you guys? :) Thank you

  1. WCF can maintain transaction like COM+ does
  2. It can maintain state
  3. It can control concurrency
  4. It can be hosted on IIS, WAS, self-hosting, Windows services
  5. It has AJAX Integration and JSON (Javascript object notation) support

Check out the this

Here is a quick look at the WCF:-

在此处输入图片说明

========================================================================

One advantage is you can easily switch protocols and serialization from binary remoting all the way to web protocols. It's also easy to host either in IIS or out.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM