S
S
SvetlyiAkaPro2014-01-12 16:00:20
ASP.NET
SvetlyiAkaPro, 2014-01-12 16:00:20

What is needed to work with asp.net mvc 4?

I have VS 2013 installed. What do I need to install to fully work with Microsoft SQL Server Database File?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
SvetlyiAkaPro, 2014-01-12
@SvetlyiAkaPro

I decided. The problem was that for some reason the standard instance:
LocalDB instance v11.0 is corrupted
Solution:
On the command line, type
sqllocaldb delete “v11.0”
sqllocaldb create “v11.0” The
instance, as I understand it, is some part of bd

A
Andrey Gubsky, 2014-01-12
@Ernado

If we are talking about a database dump, then we need SQL Server. For example, you can install SQL Server Express ( https://www.microsoft.com/en-us/sqlserver/editions... ).
Then you can work with the database through the Entity Framework (for example, an example of such work is described here: habrahabr.ru/company/microsoft/blog/133316 ).

S
SvetlyiAkaPro, 2014-01-12
@SvetlyiAkaPro

Now, is SQL Server Express LocalDB enough to work on your laptop?

S
SvetlyiAkaPro, 2014-01-12
@SvetlyiAkaPro

I already set up the server, I could connect, work with the database, the only thing was problems with creating models in asp.net mvc4. Decided to delete the database, because. did not find a solution, and put again. Now I can't even connect to the database through Server Explorer...846340bb4f85be935a75f3fa5265bea8.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question