I have an existing .net web application that creates Customer contact record in regular SQL Server Database. Now we are migrating to CRM.
I am wondering from the .NET web application, what is the procedure to talk to CRM server and create a Contact record?
Thanks
As bjynito said, you want to look at the SDK, espescially helpful when starting out will be the Programming Reference
Here is a sample of creating a contact from a page in the programming ref.