# CoreWcfSamples **Repository Path**: yzykami/core-wcf-samples ## Basic Information - **Project Name**: CoreWcfSamples - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-11 - **Last Updated**: 2024-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## CoreWCF Samples ### What is CoreWCF? CoreWCF is a port of Windows Communication Foundation (WCF) to .NET Core. The goal of the project is to enable existing WCF projects to move to .NET Core. ### Samples This repo contains samples for how to use [CoreWCF](../../../CoreWCF/) in your projects. The best place to get started is [Scenarios / Getting-started-with-CoreWCF](Scenarios/Getting-Started-with-CoreWCF). The goal for this repo is to match the structure of the WCF samples so it's easy to transition from one to the other. ### Building the samples You should be able to call `dotnet build` or `dotnet publish` at any level of the folder hierachy to build that folder and its children. ### How do I contribute? Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for details. ### License, etc. This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct). CoreWCF is Copyright © 2019 .NET Foundation and other contributors under the [MIT license](LICENSE). ### .NET Foundation This project is supported by the [.NET Foundation](https://dotnetfoundation.org).