Click here to Skip to main content
15,891,033 members

Comments by rajnish.d3006 (Top 5 by date)

rajnish.d3006 27-Sep-16 6:09am View    
Thank you very much.. It work
rajnish.d3006 15-Sep-16 12:17pm View    
Thanks for your suggestion. But i am talking about WCF not Web Api..

Now one more question.
If i want to Design SOA architecture which is better WebApi or WCF.
rajnish.d3006 24-Jun-13 4:12am View    
Thanks alot
rajnish.d3006 24-Jun-13 3:57am View    
Dear Zoltán Zörgő,

Actually i am a C# Asp.net developer. I am trying to learn MVC. I have lots of Question.

Please give some suggestion to learn MVC 4. Or provide simple or small project to learn same. Thank you very much for your reply.
rajnish.d3006 24-Jun-13 2:46am View    
Actually i want to say that.

1.) This my controller

public ActionResut Index()
{
return View();
}

I want to rename Index View.
Like

2.) public ActionResult Order()
{
return View()
}

this view shows error. Please explain