Click here to Skip to main content
15,888,527 members

Comments by Dawood507 (Top 43 by date)

Dawood507 1-Oct-17 2:46am View    
so have any other than this? any free
Dawood507 1-Oct-17 2:20am View    
And its why not possible, can search from dictionary, like many softwares are available by key searching and found the solution but here combining of words and search it..so cant be possible like
dictionary softwares?
Dawood507 1-Oct-17 2:18am View    
other than microsoft/google have any free providers? because they are charging..
Dawood507 27-Sep-17 4:36am View    
its a code first approach so database not have in sql. it will generate by code only
Dawood507 28-Dec-15 7:46am View    
I want a query in linq like below..
select * from [Student_Re_Admission] where [Re_Admission_Id] in( SELECT max(Re_Admission_Id) FROM [Student_Re_Admission] group by Registration_Id )