M
M
MrLumusss2022-03-22 10:34:38
PHP
MrLumusss, 2022-03-22 10:34:38

How to display DB changes in a Visual Studio project?

I have a C# project in Visual Studio. Communication with the database using Code-First. I want to make changes to the database, but then the project will break. How can I automatically synchronize changes in the database and in the project?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Андрей, 2016-06-24
@R0dger

1. php.net/manual/ru/function.mail.php
2. swiftmailer.org
2. https://www.google.ru/search?q=mail+php&oq=mail+ph...

B
BasiC2k, 2022-03-22
@MrLumusss

The Code First approach just implies that architecture changes are made to the code, and not to the database.
You can change the code, and then make a Migration and the changes will appear in the database. This is the standard approach.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question