Which Database is best and easy to use
Friends I`m going to do some database based project using c# with using the ASP.net front end tool i want to connect a database for the project.Which Database is easy to use and i want to know the basics of database

Midhun TpPosted Oct 22, 2016, 1:14 PM
If you are developing project with asp.net, then i would recommend you to use sql database. It is much user friendly and easy to use.
Also since you are developing using visual studio, it will be better to use sql as integration between the two will be much easier since both are microsoft technologies.
To know the basics of sql, you can follow below link-
http://www.w3schools.com/sql/
To get an idea about connectong asp.net with sql, please check below articles-
http://www.c-sharpcorner.com/article/using-stored-procedures-with-Asp-Net/
http://www.c-sharpcorner.com/uploadfile/4aae29/complete-crud-operations-in-asp-net/
http://www.aspdotnet-suresh.com/2015/07/aspnet-gridview-crud-operations-insert-select-edit-update-delete-using-single-stored-procedure-example.html?m=1
Rajeesh MenothPosted Oct 24, 2016, 2:16 AM
Ananth GPosted Oct 24, 2016, 12:38 AM