Programming Haskell in Visual Studio.net 2003
摘要: Simon Marlow, a developer in microsoft research Cambridge, has agreat tool to download Visual Haskell
Just download and install it, then you can develop haskell program in vs.net editor, also they have good features like tootip etc..
we need that because haskell is really hardly understand with their syntax...
阅读全文
C#/VB.Net converter
摘要: There is no need to find any commerical language converter between C# and Vb.net..SharpDevelop can convert the languages in C#,VB.Net and Boo, even a whole projectShould give it a go to see how nice i...
阅读全文
A good book to read
摘要: Essential Business Process... I have been reading this book, one thing very interested is that they mentioned the process management is based on PI-calculous and petrinet.. but aren't these stuff from...
阅读全文
A possible way for testing threading/server application
摘要: We have our current quite large application which is a server and so many parts as their own semaphore threading.The thing is it then become so hard to test it now...the whole server needs to be start...
阅读全文
a break in .net 2.0 remoting
摘要: Currently, we are converting our application to .net 2.0. Then I am getting an error with remoting... simply because Soap Serializer does not support serializing Generic Types...and here is ms answer:...
阅读全文