I just started this week on a new project. The existing project uses BEA Tuxedo as a second layer service broker. The clients make calls to the Tux services which in turn retrieves data from an Oracle DB. My job is to support the current application and possibly upgrade teh
I created a new VS 2005 C# application which calls an existing COM component which I had created years ago in VC6. I added a reference in Visual Studio 2005 to the COM component and it generated a Interop.MyCOMApp.DLL. When I run the app in debug mode it calls the
I am to write a C# game serrver, which would communicate with a C++ client. It should be used just for the administration communication (not during the game itself, just administrating different game rooms, users, tournaments ...), however there should be many thousands ...