I am not so into .NET technologies (I came from Java) and I have a question.
I followed a tutorial that uses Entity Framework to access data in a database. It works fine.
My question is: at the moment I have not yet installed SQL Server or other RDBMS on my machine. I can access to this database directly from Visual Studio (in my project structure I go to the App_Data
that contains a .mdf
file.
So what is this file? Is it something like a "file system based" DB?