Hello Red,
to do to audit trail logging as well as sending notification to indicate
the >>service is still alive. It uses DCOM to communicate between 2 business
components
So as was mentioned you can:
1) the keep the same scheme, only porting to the .NET - the same services
the same communication, albeit instead of dcom use pipes
or smth like
this, but not dcom
2) use webservices. but the best case will be to move business logic to the
additional layer, apart from notification services and notification services.
And keep webservice as simple as possible. This allows u to change the hoster
without any changes in business logic
---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog:
http://spaces.live.com/laflour
Team blog:
http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
RD> Hi Mike,
RD>
RD> More of support issue. There are only 2 developers who are
RD> proficient in VC++, my colleague and I. He is now on different
RD> project and I'm more in project management as well system design and
RD> my new team members are .NET trained.