Shibly  Sadik

Shibly Sadik

  • NA
  • 139
  • 46.2k

Database in MVC without CRUD operation

Mar 15 2015 1:38 AM
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)