Kursach: you need to create a database (this is the main thing) of the Wholesale Base, and for the interface I want to use c # + winforms. What advise to use to create a database? So that was easier with the interaction in with # And what programs to use to create a database, you can throw at least articles on this topic. Thank you in advance!

Closed due to the fact that it is necessary to reformulate the question so that it was possible to give an objectively correct answer by the participants Vladimir Martyanov , aleksandr barakin , Grundy , D-side , Athari 19 Apr '16 at 20:58 .

The question gives rise to endless debates and discussions based not on knowledge, but on opinions. To get an answer, rephrase your question so that it can be given an unambiguously correct answer, or delete the question altogether. If the question can be reformulated according to the rules set out in the certificate , edit it .

  • localdb try - Konst
  • And where does your UI-framework to a very model database? - VladD
  • @Konst I used to work with Lokaldb, but I would have something global to use on different computers - Vyacheslav
  • @VladD suggestions are welcome, what to use in return for UI? - Vyacheslav
  • ms sql server express + SQL Server Management Studio - Konst

1 answer 1

I would advise you to try the Entity Framework with Microsoft SQL Server Express . In the Entity Framework there are several approaches for creating a database:

  1. Code first
  2. Database first
  3. Model first

For convenience, I advise you to put SQL Server Management Studio in order to work with the database itself.

It is very convenient to use Code First . Examples of mass, open links and start doing. Getting Started with the Entity Framework (EF)

  • Curious, I'll see, thanks - Vyacheslav