Giter Site home page Giter Site logo

melkor54248 / project-future-six-dotnet-academy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ormikopo1988/project-future-six-dotnet-academy

0.0 1.0 0.0 775 KB

Code.Hub | .NET PF6 Academy

C# 71.95% HTML 25.21% CSS 2.43% JavaScript 0.41%

project-future-six-dotnet-academy's Introduction

project-future-six-dotnet-academy

Code.Hub | .NET PF6 Academy

To run the migrations for the project

  1. Right click on solution in Visual Studio
  2. Click "Open in Terminal"
  3. Type the following command:
  • dotnet ef database update --project LessonOne\DI.TinyCrm.Persistence --startup-project LessonOne\DI.TinyCrm.Web

In order to run the above command you have to open the appSettings.json file and put in the correct connection string that points to your SQL server instance running in your machine.

To create new migrations for the project and experiment:

  1. Do the necessary changes in your Entities
  2. Right click on solution in Visual Studio
  3. Click "Open in Terminal"
  4. Type the following command:
  • dotnet ef migrations add "{MigrationName}" --project LessonOne\DI.TinyCrm.Persistence --startup-project LessonOne\DI.TinyCrm.Web --output-dir Migrations

project-future-six-dotnet-academy's People

Contributors

melkor54248 avatar ormikopo1988 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.