Why and when to use .mdf file in asp.net c#.
What is the advantages and disadvantages of .mdf file and What is difference between .mdf file and orignal sqlserver database?
Why and when to use .mdf file in asp.net c#.
What is the advantages and disadvantages of .mdf file and What is difference between .mdf file and orignal sqlserver database?
Each database created in MSSQL Server (Whatever version, Express, Enterprise etc.) consists of two files. On that holds the definition of the tables and the data and the other that holds the activity of the users used the database. The mdf file is associated with the data and the definition of tables.
Hence there isn't any disadvantage or advantage. mdf files are core part of a database in the environment of MSSQL server.