Giter VIP home page Giter VIP logo

entityframeworkexample's Introduction

EntityFrameworkExample

Entity Framework Example with Unity Dependencies Injection

Set up the solution

  1. Bajar el código.
  2. Restaurar paquetes de nuget
  3. Abrir Propiedades del proyecto Service/Servicio. En la pestaña Web, crear un Directorio Virtual que corra con IIS Express, con URL http://localhost:4598/Example
  4. Guardar cambios
  5. Compilar

Set up the database

  1. En SQL Server Management Studio, conectarse al server local y correr el script de la solución que se encuentra en Documents/DBScript/EntityFrameworkExampleDB
  2. En el caso de que el server donde se corra el script precise de algun usuario con seteo de seguridad, configurarlo en el Connection String "ExampleConnection" que está en el archivo Web.Config del Proyecto Service/Servicio. Actualmente, el connection string está configurado para hacer referencia a la base "EntityFrameworkExample", que corre en el server local "usuario-pc", y se loguea con credenciales de Windows.

Set up the Postman Collection

  1. Importar el ambiente local, que se encuentra en Documents/Postman/LocalhostEnvironment
  2. Importar la colección de Postman, que se encuentra en Documents/Postman/ExampleServiceCollection.json
  3. Corriendo la solución, probar los 2 endpoints (Get y Update), apuntando al ambiente "Localhost" importado en el punto 1

entityframeworkexample's People

Contributors

belen-pruvost avatar

Watchers

Martin Aybar avatar  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.