I'm learning ASP.NET MVC app development and using Visual Studio 2015 Community Edition for this. As I saw tutorial on asp.net website I used the built-in database functionality for developing a sample application.
So my question is: should I use SQL Server 2014 database for development or this built-in one (compact version) as I want to use login features provided in default templates and I'm not so good in database yet? I have followed ASP.NET MVC 5 samples.
What I'm asking is what's benefit of using SQL Server 2014 database over inbuilt created by app on first run.