https://github.com/cristofima/apiscrum
API RESTfull en .NET Core 2.2 con XUnit Test
https://github.com/cristofima/apiscrum
api-restfull good-practices mock-data netcore22 repository-pattern sql-server xunit-tests
Last synced: about 2 months ago
JSON representation
API RESTfull en .NET Core 2.2 con XUnit Test
- Host: GitHub
- URL: https://github.com/cristofima/apiscrum
- Owner: cristofima
- License: mit
- Created: 2019-03-05T18:52:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T03:42:37.000Z (about 6 years ago)
- Last Synced: 2025-02-13T00:47:10.472Z (4 months ago)
- Topics: api-restfull, good-practices, mock-data, netcore22, repository-pattern, sql-server, xunit-tests
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# .NET Core Home
The dotnet/core repository is a good starting point for .NET Core.
The latest major release is [.NET Core 2.2](release-notes/2.2). The latest patch updates are listed in [.NET Core release notes](release-notes/README.md).
## Download the latest .NET Core SDK
* [.NET Core 2.2 SDK](release-notes/2.2/README.md)
## .NET Core Releases and Daily Builds
* [.NET Core released builds](release-notes/README.md)
* [.NET Core daily builds](daily-builds.md)## Learn about .NET Core
* [Learn about .NET Core](https://docs.microsoft.com/dotnet/core)
* [.NET Core Roadmap](https://github.com/dotnet/core/blob/master/roadmap.md)
* [Learn about the .NET platform](https://docs.microsoft.com/dotnet/standard/)
* [.NET Core release notes](https://github.com/dotnet/core/blob/master/release-notes/README.md)
* [.NET Core Announcements](https://github.com/dotnet/announcements)
* [.NET Core blog](https://blogs.msdn.microsoft.com/dotnet/tag/net-core/)## Getting help
* [File a .NET Core issue](https://github.com/dotnet/core/issues)
* [File an ASP.NET Core issue](https://github.com/aspnet/home/issues)
* [File an issue for other components](Documentation/core-repos.md)
* [Ask on Stack Overflow](https://stackoverflow.com/questions/tagged/.net-core)
* [Contact Microsoft Support](https://support.microsoft.com/contactus/)
* [VS Developer Community Portal](https://developercommunity.visualstudio.com/) for "full" .NET Framework feedback (or via [Report a Problem](https://aka.ms/vs-rap) tool)## How to Engage, Contribute and Provide Feedback
The .NET Core team encourages [contributions](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing.md), both issues and PRs. The first step is finding the [.NET Core repository](Documentation/core-repos.md) that you want to contribute to.
## .NET Foundation
The .NET Core platform is part of the [.NET Foundation](http://www.dotnetfoundation.org).
## Licenses
.NET Core repos typically use either the [MIT](LICENSE.TXT) or
[Apache 2](http://www.apache.org/licenses/LICENSE-2.0) licenses for code.
Some projects license documentation and other forms of content under
[Creative Commons Attribution 4.0](http://creativecommons.org/licenses/by/4.0/).See specific [repos](Documentation/core-repos.md) to understand the license used.