Giter Site home page Giter Site logo

asp.net-core-and-angular's Introduction

Frontend and Backend

CORS

  • Web API could block application if don't configure that we want to accept a HTTP request from an origin(https://localhost:3000)
  • The CORS policy is only for the application that run in a web browser.

Entity Framework Core

  • Create and interact with a real database.
  • DbContext: It is a class that contains central configuration of Entity Framework for our application.
    • Like what tables will be in our database.
    • Certain configurations fot those tables.
  • In entity framework core we are going to use our entities to model the tables of our database.
  • Commands
    • Add-Migration Initial
    • Update-Database: Run the migration.

asp.net-core-and-angular's People

Contributors

sayemm avatar

Watchers

 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.