I am starting on creating a WPF application that uses the Datagrid. I need to design my database before I go any further, however, I am not sure which database is the best solution. I am developing in Visual Studio 2010 using C# and Xaml. The user will be entering data, modifying data, and deleting data. They will also need to create reports of the data. Is there any database that integrates well with VS 2010, C#, .Net 4.0, and WPF’s Datagrid?
Share
SQL Server 2008 R2, is your best choice for rapid integration with WPF. (There is some debate, based on the actual needs of your data, if SQL Server will be the best overall choice).
This will give you access to the Entity Framework to pair with SQL, making it much easier to manage your CRUD operations. Here is an article to get you started with EF, and SQL: http://msdn.microsoft.com/en-us/data/aa937723