Click here to Skip to main content
15,892,674 members

Comments by Abhijit Parab (Top 51 by date)

Abhijit Parab 17-Dec-16 13:38pm View    
It is not a WCF service. If you see my mentioned file paths and code, I have created a class file with attribute scriptservice. In the same class file I have defined WebMethod. I want to call that webmethod from javascript file using jquery Ajax method. But it is not getting called
Abhijit Parab 17-Dec-16 13:28pm View    
It didn't work. I didn't get any error. When I was debugging $.ajax method got called but it didn't call WebMethod. No success or failure.
Abhijit Parab 28-Nov-16 4:11am View    
The data in the session is around 194KB but when multiple request threads at same instance than it consumes high cpu cycle and slow down the application.
After converting dataset to json and storing it in the session variable will it help to improve the performance?
Abhijit Parab 28-Nov-16 4:09am View    
It is around 194KB per session but when multiple request threads at same instance than it consumes high cpu cycle and slow down the application. I am storing dataset as data in session.
Abhijit Parab 17-Feb-16 7:06am View    
Apology for incomplete information.
Yes. It is about C#. I am using EF code first approach. I have the pivoted data, i want to save that data in database but before that i want to unpivot it.