R
R
rundll322021-04-27 00:54:58
C++ / C#
rundll32, 2021-04-27 00:54:58

How can I create a database in the visual designer and work with it?

I'm interested in working with a database and tables that I can create directly in VS (rather than working with existing ones), including setting up a connection (if required), a visual table designer (which VS definitely has). I also hope that this is possible without the Entity Framework.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Baryshev, 2021-04-27
@rundll32

Working with the database is available from Visual Studio by clicking "View" => "SQL Server Object Explorer (if you work with MSSQL Server). Look at the nodes there. In general, to work with databases in the visual designer, there is Microsoft SQL Server Management Studio or DataGrip from JetBrains.

M
Maxim K, 2021-04-27
@mkvmaks

You can use sqlite3 and it has a visual editor.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question