Thanks Parashuram, this is towards the answer I was looking for. More hands-on, less references to documentation. The word publish means that I "Activate" my changes, often between sandbox->production. I'm still not sure if this is what i'm looking for.
Because what I'm looking for is the word for transfering my code from my visual studio INTO Dynamics. I've seen examples of people writing whole c# classes with API calls with many many parameters for creating objects, custom objects, fields and more. To clarify again; this is NOT what I'm looking to do. And I'm still not sure if it's doable but I want to have my code in Visual studio, and run a deploy script within the IDE to transplant my code into the online environment.
For example if I have a class in c#, I want to transfer it into the online environment. I DONT want to construct the entire api call on how to do that.
Please correct me if I'm misunderstanding something,
and thanks for your reply!
Thanks in advance
//J