How do I use the service based database item in Visual Studio 2015?

Asked

Viewed 213 times

1

I am taking an online course of Entity Framework in which the course uses Visual Studio in the 2012 Express version, and I am using Visual Studio Enterprise 2015. And during the course he asks to create a new database item called "service based database". but I can’t find any items of this type, the most similar item to the one that appears is the "Sql Server database", but it is not compatible with the class, I do not know if in the new versions this item has been discontinued. I would like to know what is the procedure for executing the service based database at Visual Studio 2015, and what it serves.

1 answer

2

Leonardo, I also use VB2015 for C#programming, I don’t know what language you’re specifically working with, but in C# I normally use the Service-Based Database, even in VB2015 version

Path: (Right click on your project) > Add > New Item > Service-Based Database

Here is a Step-by-Step tutorial: msdn.microsoft.com/en-us/library/ms233763(v=vs.140). aspx

Hugs.

  • https://msdn.microsoft.com/en-us/library/ms233763(v=vs.140). aspx Here’s a tutorial Step-by-Step.

  • You can put your comment as part of the answer. I think it will be useful.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.