Click here to Skip to main content
15,893,381 members

Comments by iamalik (Top 9 by date)

iamalik 11-Sep-16 6:28am View    
Thanks NaibedyaKar for your response. Is it a good practice to save token in database on server side? As token will be checked for every request, so this will overload database, isn't?
iamalik 2-Feb-16 2:38am View    
No, file names are not different.
Actually router loads file in but doesn't register Controller.
iamalik 1-Feb-16 8:47am View    
Does it require to add ctrl.html?
iamalik 11-Apr-15 13:28pm View    
Abhinav S, I just asked one question and looking for one answer, but found number of questions Smile | :)

I want to store different small strings like a user's name. Number of these string variables can be as much as twenty. And I want to store it as long as User's session exits. It will be a single server application.
iamalik 29-Jan-15 0:52am View    
I want to use SQL Server 2012 as Database and .Net (C# or VB.NET).