Merge pull request #23 from roncain/wcf

Add WCF project page
This commit is contained in:
Martin Woodward 2015-05-20 15:00:09 +01:00
Родитель 464ff90697 2a718f4de6
Коммит e2cd0faccf
3 изменённых файлов: 20 добавлений и 0 удалений

Просмотреть файл

@ -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",

17
projects/wcf.md Normal file
Просмотреть файл

@ -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/)