I would like to know whether there is a way to write a comet server in C#. i have a C# code that generates data periodicall开发者_开发知识库y, and I want to push these data to a java app. So would lik
I have an asp.net application, with a number of referenced dll\'s. Now it seems when compiling the project I keep getting this one error:
Background: A long time I remember reading about a Java library that was created specifically to handle routine operations on Windows operating systems. It had, for example, native routines for handli
I\'m in a difficult position:We have a 3rd party enterprise system that exposes a Java-based API.However, we are a 100% .Net oriented development team.Essentially, I need to wrap the Java API with som
In my C# code I\'m trying to fetch an array of structures from a legacy C++ DLL (the code I cannot change).
I\'ve got a C# program that needs to pass a char buffer to an unmanaged function. I\'ve found two ways that seem to work reliably, but I\'m not sure which I should choose.
Now that the Unreal Development Kit for Unreal 3 engine is free I am thinking abo开发者_开发技巧ut utilizing it for an appication. Do you think it is possible to emebedd a Unreal 3 powered 3D window i
I\'m currently maintaining a piece of software that we outsourced couple of years ago and that is poorly documented. The piece is a COM server for consuming by third-party applications and an installe
As I get it there\'re three ways to implement marshalling in COM: typelib marshalling proxy/stub marshalling
So from what I can tell, every managed example of IntPtr addition I have found is WRONG. For example: http://www.atalasoft.com/cs/blogs/stevehawley/archive/2006/10/16/10987.aspx