> For the complete documentation index, see [llms.txt](https://abi.gitbook.io/net-core/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abi.gitbook.io/net-core/3.-servicios-rest.md).

# 2. Explicación de Conceptos

A continuación explicare algunos de los siguientes conceptos básicos:

* Servicios REST y alternativas como [OData](/net-core/3.-servicios-rest/3.1-servicios-rest/3.1.1-odata.md) y [GraphQL](/net-core/3.-servicios-rest/3.1-servicios-rest/3.1.2-graphql.md)
* [Como generar versiones de tu base de datos de acuerdo la versión de tu código fuente](/net-core/3.-servicios-rest/3.1-generar-versiones-de-tu-base-de-datos.md)
* [¿Qué son los paquetes Nuget?](/net-core/3.-servicios-rest/3.3-paquetes-nuget.md)
* [¿Qué son los archivos de recursos? ](/net-core/3.-servicios-rest/3.4-archivo-de-recursos.md)
* [Conocer la estructura básica de un proyecto de API de .Net Core](/net-core/3.-servicios-rest/3.1-estructura-del-proyecto.md)
* [Como generar un mejor código, siguiendo los principios de código limpio](/net-core/3.-servicios-rest/4.7-refactorizando-tu-codigo.md)
* [¿Qué es la programación asíncrona?](/net-core/3.-servicios-rest/3.9-programacion-asincrona.md)
* [¿Qué es Git?](/net-core/3.-servicios-rest/3.10-git.md)
* [¿Qué es Scrum?](/net-core/3.-servicios-rest/2.9-que-es-scrum.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://abi.gitbook.io/net-core/3.-servicios-rest.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
