# Servicios REST con ASP.NET Core y Entity Framework Core

Este tutorial siempre será gratuito. Actualizaré el tutorial para agregar y/o actualizar el contenido y el código estará alojado en github con la versión mas actualizada.

Publicado bajo la licencia Creative Commons Attribution 4.0.&#x20;

Usted es libre de compartir, copiar y redistribuir este libro en cualquier formato, o mezclarlo y transformarlo para cualquier propósito (incluso comercialmente). Debe dar crédito apropiado y proporcionar un enlace a la licencia.&#x20;

Mas información en:  <https://creativecommons.org/licenses/by/4.0/>

El código de ejemplo esta en github lo puedes descargar [aquí](https://github.com/apis3445/CaducaRest)

{% hint style="info" %}
Todas las recomendaciones de mejorando tu código, sirven para aplicaciones grandes donde deseas tener todo mas separado para realizar pruebas unitarias, y, tener tu código mas organizado encontrar el lugar exacto donde ocurre el error de una forma más automática
{% endhint %}

GitBook and I stands with Ukraine 🇺🇦🕊. [Read the statement](https://blog.gitbook.com/company/gitbook-stands-with-ukraine)

Gracias por leer este tutorial. Si te ha sido de utilidad o deseas que incluya algún otro tema contáctame en [linkedin](https://www.linkedin.com/in/abigailarmijo/). También si gustas puedes hacer me una donación &#x20;

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/U7U1U2V3V)<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://abi.gitbook.io/net-core/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
