Code Monkey home page Code Monkey logo

curso-rest-dotnet-apis's Introduction

Curso: RESTful Web APIs (.NET)

Instalacion y Herramientas:

Links adicionales

VS Code Extensions

  • C#
  • C# Snippets - jorgeserrano.vscode-csharp-snippets
  • C# Extensions - jchannon.csharpextensions
  • Docker

Apendice: Comandos y guias de Git

http://rogerdudler.github.io/git-guide/

Creando un repositorio bajo su cuenta (GitHub)

  1. Crear un repositorio en GitHub bajo su cuenta de usuario. Ejemplo mi-repo
  2. Copiar el link del repositorio. Ejemplo: https://github.com/fulanito123/mi-repo.git
  3. Ir al terminal/linea de comandos y crear una carpeta. Ejemplo mi-carpeta
  4. Hacer cd miCarpeta y ENTER. Posteriormente git init para iniciar Git en la carpeta
  5. Ejecutar git status (ver el estado de los archivos)
  6. Agregar un archivo plano (txt, md) con algun tenido
  7. Ejecutar git add -A (agregar todos los archivos)
  8. Ejecutar git commit -m "Primer commit"
  9. Ejecutar git remote add miNombre https://github.com/fulanito123/mi-repo.git
  10. Ejecutar git push origin master -f

curso-rest-dotnet-apis's People

Contributors

luis512 avatar stvansolano avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.