SQLExpress is the database server that is provided with Viusal Studio, just for testing purposes. When you deploy your app to a production environment, you would chage the connection string that your app uses to access a real database server, such as SQLServer, or Oracle, etc.
Great tutorial.Can you explain why the Data Source should be .\SQLEXPRESS cause i don`t get it ;) how do you decide the name of the server is SQLEXPESS and where on the computer is the folder with the database we`ve just created via the Visual Studio`s console.
SQLExpress is the database server that is provided with Viusal Studio, just for testing purposes. When you deploy your app to a production environment, you would chage the connection string that your app uses to access a real database server, such as SQLServer, or Oracle, etc.
PETERTEACH 2 months ago
Great tutorial.Can you explain why the Data Source should be .\SQLEXPRESS cause i don`t get it ;) how do you decide the name of the server is SQLEXPESS and where on the computer is the folder with the database we`ve just created via the Visual Studio`s console.
10x in advance
PetkoKostov 2 months ago