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

1

I'm doing an Entity Framework online course in which the course uses Visual Studio in the 2012 Express version, since I'm using Visual Studio Enterprise 2015. And during the course it asks to create a new data called " service based database ". but I do not find any item of this type, the most similar item to this that appears is the " Sql Server database ", however it is not compatible with the class, I do not know if in the new versions this item has been deprecated . I would like to know what the procedure is for running the service-based database in Visual Studio 2015, and for what it is.

    
asked by anonymous 09.02.2016 / 15:31

1 answer

2

Leonardo, I also use VB2015 for programming in C #, I do not know which language specifically you are working on, 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.

    
27.07.2016 / 19:57