Click here to Skip to main content
15,907,687 members

Comments by thesarath (Top 3 by date)

thesarath 6-Dec-14 0:56am View    
I need to open a DLL to check the code. I opened it with many applications by which I can see the classes and methods but I cant view code inside each method. Each method have an attribute [MethodImpl(MethodImplOptions.NoInlining)]
Is there a way to view the code inside methods?
thesarath 14-Sep-14 9:42am View    
Will this "lock" actually works in sequential way? Actually this "lock" ensures that only 1 process run at a time. So will this Parallel.For with "lock" work like Parallel processing or Sequential processing?
thesarath 2-Sep-14 2:58am View    
Yes. I have already added an index on date column using dataview. Still its slow. I have also added a column for Id and have set Autoincrement to true.

Datatable queried from SQL - 4 seconds
Datatable queried from CSV - 6 seconds