Коммит
e2cd0faccf
|
@ -39,6 +39,7 @@ There are many projects under the stewardship of the .NET Foundation. The [full
|
|||
- [Kudu](https://github.com/projectkudu/kudu)
|
||||
- [MS Build](https://github.com/microsoft/msbuild)
|
||||
- [Open Office SDK](https://github.com/officedev/open-xml-sdk)
|
||||
- [WCF](https://github.com/dotnet/wcf)
|
||||
|
||||
**Mono Project**
|
||||
|
||||
|
|
|
@ -62,6 +62,8 @@
|
|||
"contributor": "Mono Project"},
|
||||
{"name":"umbraco.md",
|
||||
"contributor": "Umbraco"},
|
||||
{"name":"wcf.md",
|
||||
"contributor": "Microsoft"},
|
||||
{"name":"windows-phone-toolkit.md",
|
||||
"contributor": "Microsoft"},
|
||||
{"name":"xamarin.auth.md",
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
# WCF
|
||||
|
||||
WCF includes a collection of client-oriented libraries from the Windows Communication Foundation that enable WCF applications built on [.NET Core](http://github.com/dotnet/core) to communicate with WCF services.
|
||||
|
||||
These libraries match the functionality available for the Windows Store profiles, but the use of .NET Core now offers broader reach and the potential for cross-platform WCF applications. They are suitable for mobile devices as well as mid-tier servers communicating with WCF services.
|
||||
|
||||
|
||||
## Project Details
|
||||
|
||||
* [Project Info Site](https://github.com/dotnet/wcf)
|
||||
* [Project Code Site](https://github.com/dotnet/wcf)
|
||||
* Project License Type: [MIT](https://github.com/dotnet/wcf/blob/master/LICENSE)
|
||||
* Project Main Contact: [Ron Cain](https://github.com/roncain)
|
||||
|
||||
## Quicklinks
|
||||
* [Contribute](https://github.com/dotnet/wcf/blob/master/CONTRIBUTING.md)
|
||||
* [Discussions](http://forums.dotnetfoundation.org/)
|
Загрузка…
Ссылка в новой задаче