Click here to Skip to main content
15,886,052 members

Comments by _Dhull (Top 27 by date)

_Dhull 6-Aug-15 5:16am View    
Yes, In console application it is parameter in main method.

static int Main(string[] args)
{
return 0;
}
_Dhull 22-Jul-15 0:19am View    
Both are good and working but which one is efficient? Linq is hitting DB twice, once fro fetch record than update it. Which one is fast and efficient?
_Dhull 3-Jun-15 5:14am View    
do i need to delete it?
_Dhull 6-May-14 4:26am View    
Not working. Still have same issue.
_Dhull 6-May-14 2:56am View    
Still no luck. Not working