2
Reply

Database in MVC without CRUD operation

Shibly  Sadik

Shibly Sadik

Mar 15 2015 1:38 AM
529
I want to make a student database where i want to connect,insert,update and delete database using SQL command without using CRUD operation..
like as below..
SqlConnection conn= new SqlConnection(connection string);
SqlCommand cmd= new SqlCommand() ...e.t.c
How can i do it? Explain me details please..

Answers (2)