I am following some tutorials and I'm completely lost on how MVC/SQL Server connect.
I am going through a tutorial and the person mentions that the following code automatically creates a database for me:
<connectionStrings>
<add name="LibraryContext"
connectionString="Data Source = |DataDirectory|Library.sdf" providerName="System.Data.SqlServerCe.4.0"/>
Can you please tell me what the above code does in a simple and detailed way. What |DataDirectory|Library.sdf does and what SQL Server CE..etc...all of it.. PLEASE & THANK YOU!