I want to create lead, View lead, Update lead of SalesForce using ASP.net C#. I have read many many blogs and confused. I am confused between development.salesforce.com, Force.com, APEX, Visual Force. Using which app i can integrate API for Pull/Push lead in salceforce.
Thanks.
From C# you have two common ways to integrate with Salesforce:
Of course, there are a range of libraries to make these tasks easier if you don't want to do them from first principles.
Have a look at the Force.com Toolkit for .NET. There are also whole heap of Nothing But .net posts on the developers blog that cover most of the basics.