Click here to Skip to main content
15,881,859 members

Comments by Mostafa Asaduzzaman (Top 54 by date)

Mostafa Asaduzzaman 14-Sep-15 7:02am View    
on top of route configuration you need to write the rules for getting the custom url
Mostafa Asaduzzaman 23-Jul-15 2:05am View    
You are inheriting ApiController, why do you need the view then?
Mostafa Asaduzzaman 21-Jul-15 17:40pm View    
Nice to hear that.

Best regards,
Mostafa
Mostafa Asaduzzaman 12-Jul-15 16:54pm View    
This is one-way conversion from VS 2010 to VS 2012, you cannot revert back to VS 2010
Mostafa Asaduzzaman 11-Jul-15 1:31am View    
Why these are with virtual keyword?
public virtual int AbilityID { get; set; }
public virtual string Title { get; set; }

are they not primitive data type?