i have an object example employee with property Id. when the employee object is new the Id property is 0 and when it is saved to the database the Id property is set to the automuber from the database. The data access component is a remote component.
Our csharp Windows forms application uses .Net remoting as a way for third party applications to integrate with us. This API includes methods, properties and events that client applications can do to share context with us. We've also provided a COM wrapper so that non-
I am a student and wished to learn .Net remoting. I have a knowledge of C# , but i am a newbie in distributed applications. So, plz tell guide how to start with distributed applications and .Net Remoting and even web services.