Click here to Skip to main content
15,902,735 members

Comments by Prakash Sekhar (Top 29 by date)

Prakash Sekhar 6-Oct-17 9:33am View    
I cannot show the code. I am using CLosed XML only. 10,000 records is taking 3 mins. but it has to be done in 20-25 secs max. Is there any option for this?
Prakash Sekhar 5-Oct-17 7:33am View    
I know but just want to optimize it as much. Any other ways to approach this?
Prakash Sekhar 11-Sep-17 6:18am View    
{ "CategoryInfo": [
{
"CategoryName": "AAA",
"SubCategoryName": [
{
"ConnectionName": "Test2"
},
{
"ConnectionName": "test 1"
}
]
},
{
"CategoryName": "XYZ",
"SubCategoryName": [
{
"ConnectionName": "Test8"
},
{
"ConnectionName": "test 2"
}
]
}
]
}

This is the structure which i have. I am trying to add a new ConnectionName under SubCategoryName. In the article i am not able to find the code to add new data to existing data.
Prakash Sekhar 11-Sep-17 5:23am View    
i have generated the classes using JSON utils. I have the class file. What i need to do next?
Prakash Sekhar 11-Sep-17 2:55am View    
I have downloaded the 3 solutions. I am not able to understand the implementation properly.