1
Reply

store json data object to database in asp net mvc entity fra

Pabitra Pradhan

Pabitra Pradhan

Mar 13 2015 6:12 AM
911
hi ,
 
i have json data as shown below and i want to store it in to existing database  having  predefined schema  and  i am using MVC 4 and this json result is returned by web service.so  can some one help me how to do that.
 
Advance Thanx 
 
{ 'store':[
{
"StoreID": "1",
"StoreName": "Victoria CWH",
"BrandID": 2,
"ServerHostName": "http://demo3kentico8.raybiztech.com"
}
]}
 

Answers (1)