I am using SQL Server 2008 for implement databases for C# applications (My C# program was developed by using WPF). I want to create a database at installation time. I heard about that we can write database implementation inside a DLL file and use it in installation time. It is possible ? and how can I do it ? Hope you guys can help me to get some solution.
Share
You can create a database project which will allow you to deploy a database to target server, or, if you are using entity framework you can use Database.SetInitializer to create the database